CustusX
16.5.0-rc9
An IGT application
|
#include <cxToolTreeNode.h>
Public Member Functions | |
ToolTreeNode (TreeRepositoryWeakPtr repo, ToolPtr tool) | |
virtual | ~ToolTreeNode () |
virtual QString | getUid () const |
virtual QString | getName () const |
virtual QString | getType () const |
virtual TreeNodePtr | getParent () const |
virtual void | activate () |
virtual QIcon | getIcon () const |
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 45 of file cxToolTreeNode.h.
cx::ToolTreeNode::ToolTreeNode | ( | TreeRepositoryWeakPtr | repo, |
ToolPtr | tool | ||
) |
Definition at line 47 of file cxToolTreeNode.cpp.
|
inlinevirtual |
Definition at line 50 of file cxToolTreeNode.h.
|
virtual |
Reimplemented from cx::TreeNodeImpl.
Definition at line 81 of file cxToolTreeNode.cpp.
|
virtual |
Reimplemented from cx::TreeNodeImpl.
Definition at line 127 of file cxToolTreeNode.cpp.
|
virtual |
Reimplemented from cx::TreeNodeImpl.
Definition at line 104 of file cxToolTreeNode.cpp.
|
virtual |
Reimplemented from cx::TreeNodeImpl.
Definition at line 116 of file cxToolTreeNode.cpp.
|
virtual |
Implements cx::TreeNode.
Definition at line 91 of file cxToolTreeNode.cpp.
|
virtual |
Implements cx::TreeNode.
Definition at line 58 of file cxToolTreeNode.cpp.
|
virtual |
Implements cx::TreeNode.
Definition at line 63 of file cxToolTreeNode.cpp.
|
virtual |
Implements cx::TreeNode.
Definition at line 86 of file cxToolTreeNode.cpp.
|
virtual |
Implements cx::TreeNode.
Definition at line 53 of file cxToolTreeNode.cpp.
|
inlinevirtual |
Reimplemented from cx::TreeNodeImpl.
Definition at line 59 of file cxToolTreeNode.h.