CustusX
16.5.0-rc9
An IGT application
|
#include <cxDataTreeNode.h>
Public Member Functions | |
DataTreeNode (TreeRepositoryWeakPtr repo, DataPtr data) | |
virtual | ~DataTreeNode () |
virtual QString | getUid () const |
virtual QString | getName () const |
virtual QString | getType () const |
virtual TreeNodePtr | getParent () const |
virtual bool | isVisibleNode () const |
virtual void | activate () |
virtual QIcon | getIcon () const |
virtual QVariant | getViewGroupVisibility (int index) const |
virtual void | setViewGroupVisibility (int index, bool value) |
QWidget * | createPropertiesWidget () const |
virtual QVariant | getColor () const |
virtual QVariant | getFont () const |
virtual bool | isDefaultExpanded () const |
virtual bool | isRemovable () const |
virtual void | remove () |
Public Member Functions inherited from cx::TreeNodeImpl | |
TreeNodeImpl (TreeRepositoryWeakPtr repo) | |
virtual | ~TreeNodeImpl () |
virtual std::vector< TreeNodePtr > | getChildren () const |
virtual bool | useColoredName () const |
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 cxDataTreeNode.h.
cx::DataTreeNode::DataTreeNode | ( | TreeRepositoryWeakPtr | repo, |
DataPtr | data | ||
) |
Definition at line 56 of file cxDataTreeNode.cpp.
|
virtual |
Definition at line 62 of file cxDataTreeNode.cpp.
|
virtual |
Reimplemented from cx::TreeNodeImpl.
Definition at line 113 of file cxDataTreeNode.cpp.
|
virtual |
Reimplemented from cx::TreeNodeImpl.
Definition at line 178 of file cxDataTreeNode.cpp.
|
virtual |
Reimplemented from cx::TreeNodeImpl.
Definition at line 126 of file cxDataTreeNode.cpp.
|
virtual |
Reimplemented from cx::TreeNodeImpl.
Definition at line 138 of file cxDataTreeNode.cpp.
|
virtual |
Implements cx::TreeNode.
Definition at line 118 of file cxDataTreeNode.cpp.
|
virtual |
Implements cx::TreeNode.
Definition at line 72 of file cxDataTreeNode.cpp.
|
virtual |
Implements cx::TreeNode.
Definition at line 100 of file cxDataTreeNode.cpp.
|
virtual |
Implements cx::TreeNode.
Definition at line 77 of file cxDataTreeNode.cpp.
|
virtual |
Implements cx::TreeNode.
Definition at line 67 of file cxDataTreeNode.cpp.
|
virtual |
Reimplemented from cx::TreeNodeImpl.
Definition at line 159 of file cxDataTreeNode.cpp.
|
virtual |
Reimplemented from cx::TreeNodeImpl.
Definition at line 149 of file cxDataTreeNode.cpp.
|
inlinevirtual |
Reimplemented from cx::TreeNodeImpl.
Definition at line 66 of file cxDataTreeNode.h.
|
virtual |
Reimplemented from cx::TreeNodeImpl.
Definition at line 82 of file cxDataTreeNode.cpp.
|
virtual |
Reimplemented from cx::TreeNodeImpl.
Definition at line 154 of file cxDataTreeNode.cpp.
|
virtual |
Reimplemented from cx::TreeNodeImpl.
Definition at line 170 of file cxDataTreeNode.cpp.