![]() |
CustusX
18.04-rc6
An IGT application
|
#include <cxViewGroupTreeNode.h>
Public Member Functions | |
| ViewGroupTreeNode (TreeRepositoryWeakPtr repo, int groupIndex) | |
| virtual | ~ViewGroupTreeNode () |
| 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 cxViewGroupTreeNode.h.
| cx::ViewGroupTreeNode::ViewGroupTreeNode | ( | TreeRepositoryWeakPtr | repo, |
| int | groupIndex | ||
| ) |
Definition at line 27 of file cxViewGroupTreeNode.cpp.
|
inlinevirtual |
Definition at line 29 of file cxViewGroupTreeNode.h.
|
virtual |
Reimplemented from cx::TreeNodeImpl.
Definition at line 50 of file cxViewGroupTreeNode.cpp.
|
virtual |
Reimplemented from cx::TreeNodeImpl.
Definition at line 75 of file cxViewGroupTreeNode.cpp.
|
virtual |
Reimplemented from cx::TreeNodeImpl.
Definition at line 65 of file cxViewGroupTreeNode.cpp.
|
virtual |
Reimplemented from cx::TreeNodeImpl.
Definition at line 70 of file cxViewGroupTreeNode.cpp.
|
virtual |
Implements cx::TreeNode.
Definition at line 60 of file cxViewGroupTreeNode.cpp.
|
virtual |
Implements cx::TreeNode.
Definition at line 38 of file cxViewGroupTreeNode.cpp.
|
virtual |
Implements cx::TreeNode.
Definition at line 43 of file cxViewGroupTreeNode.cpp.
|
virtual |
Implements cx::TreeNode.
Definition at line 55 of file cxViewGroupTreeNode.cpp.
|
virtual |
Implements cx::TreeNode.
Definition at line 33 of file cxViewGroupTreeNode.cpp.
|
inlinevirtual |
Reimplemented from cx::TreeNodeImpl.
Definition at line 38 of file cxViewGroupTreeNode.h.