![]() |
Fraxinus
22.04
An IGT application
|
#include <cxShowDataTreeNode.h>
Public Member Functions | |
| ShowVolumeDataTreeNode (TreeRepositoryWeakPtr repo, DataPtr data) | |
| virtual | ~ShowVolumeDataTreeNode () |
| virtual QString | getUid () const |
| virtual QString | getName () const |
| virtual QString | getType () const |
Public Member Functions inherited from cx::ShowDataTreeNodeBase | |
| ShowDataTreeNodeBase (TreeRepositoryWeakPtr repo, DataPtr data) | |
| virtual | ~ShowDataTreeNodeBase () |
| virtual TreeNodePtr | getParent () const |
| virtual bool | isVisibleNode () const |
| virtual void | activate () |
| virtual QIcon | getIcon () const |
| virtual QVariant | getViewGroupVisibility (int index) const |
| virtual void | setViewGroupVisibility (int index, bool value) |
| virtual boost::shared_ptr< QWidget > | createPropertiesWidget () const |
| virtual QVariant | getColor () 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 | useColoredName () const |
| 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 () |
Protected Member Functions | |
| virtual DataViewProperties | getDefiningDataViewProperties () const |
Protected Member Functions inherited from cx::TreeNodeImpl | |
| VisServicesPtr | getServices () const |
| TreeRepositoryPtr | repo () |
| const TreeRepositoryPtr | repo () const |
| QIcon | addBackgroundColorToIcon (QIcon input, QColor color) const |
Additional Inherited Members | |
Signals inherited from cx::TreeNode | |
| void | parentChanged (TreeNodePtr prev, TreeNodePtr next) |
| void | changed () |
Protected Attributes inherited from cx::ShowDataTreeNodeBase | |
| DataPtr | mData |
Protected Attributes inherited from cx::TreeNodeImpl | |
| TreeRepositoryWeakPtr | mRepository |
Definition at line 49 of file cxShowDataTreeNode.h.
| cx::ShowVolumeDataTreeNode::ShowVolumeDataTreeNode | ( | TreeRepositoryWeakPtr | repo, |
| DataPtr | data | ||
| ) |
Definition at line 107 of file cxShowDataTreeNode.cpp.
|
inlinevirtual |
Definition at line 54 of file cxShowDataTreeNode.h.
|
protectedvirtual |
Implements cx::ShowDataTreeNodeBase.
Definition at line 123 of file cxShowDataTreeNode.cpp.
|
virtual |
Implements cx::TreeNode.
Definition at line 115 of file cxShowDataTreeNode.cpp.
|
virtual |
Implements cx::TreeNode.
Definition at line 119 of file cxShowDataTreeNode.cpp.
|
virtual |
Implements cx::TreeNode.
Definition at line 111 of file cxShowDataTreeNode.cpp.