![]() |
CustusX
22.04
An IGT application
|
#include <cxTopTreeNode.h>
Public Member Functions | |
| TopTreeNode (TreeRepositoryWeakPtr repo) | |
| virtual | ~TopTreeNode () |
| virtual QString | getUid () const |
| virtual QString | getName () const |
| virtual QString | getType () const |
| virtual TreeNodePtr | getParent () const |
| virtual bool | isVisibleNode () const |
| virtual QIcon | getIcon () const |
Public Member Functions inherited from cx::TreeNodeImpl | |
| TreeNodeImpl (TreeRepositoryWeakPtr repo) | |
| virtual | ~TreeNodeImpl () |
| virtual std::vector< TreeNodePtr > | getChildren () const |
| virtual void | activate () |
| virtual QVariant | getViewGroupVisibility (int index) const |
| virtual void | setViewGroupVisibility (int index, bool value) |
| virtual QVariant | getColor () const |
| virtual bool | useColoredName () const |
| virtual QVariant | getFont () const |
| virtual boost::shared_ptr< QWidget > | createPropertiesWidget () 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 () |
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 23 of file cxTopTreeNode.h.
| cx::TopTreeNode::TopTreeNode | ( | TreeRepositoryWeakPtr | repo | ) |
Definition at line 19 of file cxTopTreeNode.cpp.
|
inlinevirtual |
Definition at line 28 of file cxTopTreeNode.h.
|
virtual |
Implements cx::TreeNode.
Definition at line 50 of file cxTopTreeNode.cpp.
|
virtual |
Implements cx::TreeNode.
Definition at line 30 of file cxTopTreeNode.cpp.
|
virtual |
Implements cx::TreeNode.
Definition at line 40 of file cxTopTreeNode.cpp.
|
virtual |
Implements cx::TreeNode.
Definition at line 35 of file cxTopTreeNode.cpp.
|
virtual |
Implements cx::TreeNode.
Definition at line 25 of file cxTopTreeNode.cpp.
|
virtual |
Reimplemented from cx::TreeNodeImpl.
Definition at line 45 of file cxTopTreeNode.cpp.