![]() |
CustusX
16.5.0-rc9
An IGT application
|
#include <cxGroupTreeNode.h>
Public Member Functions | |
| GroupTreeNode (TreeRepositoryWeakPtr repo, QString typeName) | |
| virtual | ~GroupTreeNode () |
| 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 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 45 of file cxGroupTreeNode.h.
| cx::GroupTreeNode::GroupTreeNode | ( | TreeRepositoryWeakPtr | repo, |
| QString | typeName | ||
| ) |
Definition at line 42 of file cxGroupTreeNode.cpp.
|
inlinevirtual |
Definition at line 50 of file cxGroupTreeNode.h.
|
virtual |
Implements cx::TreeNode.
Definition at line 78 of file cxGroupTreeNode.cpp.
|
virtual |
Implements cx::TreeNode.
Definition at line 54 of file cxGroupTreeNode.cpp.
|
virtual |
Implements cx::TreeNode.
Definition at line 71 of file cxGroupTreeNode.cpp.
|
virtual |
Implements cx::TreeNode.
Definition at line 59 of file cxGroupTreeNode.cpp.
|
virtual |
Implements cx::TreeNode.
Definition at line 49 of file cxGroupTreeNode.cpp.
|
virtual |
Reimplemented from cx::TreeNodeImpl.
Definition at line 64 of file cxGroupTreeNode.cpp.