![]() |
CustusX
16.5.0-rc9
An IGT application
|
#include <cxViewServiceTreeNode.h>
Public Member Functions | |
| ViewServiceTreeNode (TreeRepositoryWeakPtr repo) | |
| virtual | ~ViewServiceTreeNode () |
Public Member Functions inherited from cx::GroupTreeNode | |
| 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 46 of file cxViewServiceTreeNode.h.
| cx::ViewServiceTreeNode::ViewServiceTreeNode | ( | TreeRepositoryWeakPtr | repo | ) |
Definition at line 48 of file cxViewServiceTreeNode.cpp.
|
inlinevirtual |
Definition at line 51 of file cxViewServiceTreeNode.h.