![]() |
Fraxinus
22.04-rc3
An IGT application
|
#include <cxToolTreeNode.h>
Public Member Functions | |
| ToolTreeNode (TreeRepositoryWeakPtr repo, ToolPtr tool) | |
| virtual | ~ToolTreeNode () |
| virtual QString | getUid () const |
| virtual QString | getName () const |
| virtual QString | getType () const |
| virtual TreeNodePtr | getParent () const |
| virtual void | activate () |
| virtual QIcon | getIcon () const |
| virtual boost::shared_ptr< QWidget > | createPropertiesWidget () const |
| virtual QVariant | getColor () const |
| virtual bool | useColoredName () const |
| virtual QVariant | getFont () const |
Public Member Functions inherited from cx::TreeNodeImpl | |
| TreeNodeImpl (TreeRepositoryWeakPtr repo) | |
| virtual | ~TreeNodeImpl () |
| virtual std::vector< TreeNodePtr > | getChildren () const |
| virtual bool | isVisibleNode () const |
| virtual QVariant | getViewGroupVisibility (int index) const |
| virtual void | setViewGroupVisibility (int index, bool value) |
| virtual bool | isDefaultExpanded () const |
| virtual bool | isRemovable () const |
| virtual void | remove () |
| virtual std::vector< TreeNodePtr > | getVisibleChildren () const |
| virtual TreeNodePtr | getVisibleParent () const |
Public Member Functions inherited from cx::TreeNode | |
| virtual | ~TreeNode () |
Additional Inherited Members | |
Signals inherited from cx::TreeNode | |
| void | parentChanged (TreeNodePtr prev, TreeNodePtr next) |
| void | changed () |
Protected Member Functions inherited from cx::TreeNodeImpl | |
| VisServicesPtr | getServices () const |
| TreeRepositoryPtr | repo () |
| const TreeRepositoryPtr | repo () const |
| QIcon | addBackgroundColorToIcon (QIcon input, QColor color) const |
Protected Attributes inherited from cx::TreeNodeImpl | |
| TreeRepositoryWeakPtr | mRepository |
Definition at line 24 of file cxToolTreeNode.h.
| cx::ToolTreeNode::ToolTreeNode | ( | TreeRepositoryWeakPtr | repo, |
| ToolPtr | tool | ||
| ) |
Definition at line 26 of file cxToolTreeNode.cpp.
|
virtual |
Definition at line 33 of file cxToolTreeNode.cpp.
|
virtual |
Reimplemented from cx::TreeNodeImpl.
Definition at line 65 of file cxToolTreeNode.cpp.
|
virtual |
Reimplemented from cx::TreeNodeImpl.
Definition at line 109 of file cxToolTreeNode.cpp.
|
virtual |
Reimplemented from cx::TreeNodeImpl.
Definition at line 88 of file cxToolTreeNode.cpp.
|
virtual |
Reimplemented from cx::TreeNodeImpl.
Definition at line 98 of file cxToolTreeNode.cpp.
|
virtual |
Implements cx::TreeNode.
Definition at line 75 of file cxToolTreeNode.cpp.
|
virtual |
Implements cx::TreeNode.
Definition at line 42 of file cxToolTreeNode.cpp.
|
virtual |
Implements cx::TreeNode.
Definition at line 47 of file cxToolTreeNode.cpp.
|
virtual |
Implements cx::TreeNode.
Definition at line 70 of file cxToolTreeNode.cpp.
|
virtual |
Implements cx::TreeNode.
Definition at line 37 of file cxToolTreeNode.cpp.
|
inlinevirtual |
Reimplemented from cx::TreeNodeImpl.
Definition at line 38 of file cxToolTreeNode.h.