CustusX
16.5.0-rc9
An IGT application
|
#include <cxShowDataTreeNode.h>
Public Member Functions | |
ShowDataTreeNodeBase (TreeRepositoryWeakPtr repo, DataPtr data) | |
virtual | ~ShowDataTreeNodeBase () |
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 |
Public Member Functions inherited from cx::TreeNodeImpl | |
TreeNodeImpl (TreeRepositoryWeakPtr repo) | |
virtual | ~TreeNodeImpl () |
virtual std::vector< TreeNodePtr > | getChildren () const |
virtual bool | useColoredName () 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 () |
virtual QString | getUid () const =0 |
virtual QString | getName () const =0 |
virtual QString | getType () const =0 |
Protected Member Functions | |
virtual DataViewProperties | getDefiningDataViewProperties () const =0 |
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 | |
DataPtr | mData |
Protected Attributes inherited from cx::TreeNodeImpl | |
TreeRepositoryWeakPtr | mRepository |
Additional Inherited Members | |
Signals inherited from cx::TreeNode | |
void | parentChanged (TreeNodePtr prev, TreeNodePtr next) |
void | changed () |
Definition at line 46 of file cxShowDataTreeNode.h.
cx::ShowDataTreeNodeBase::ShowDataTreeNodeBase | ( | TreeRepositoryWeakPtr | repo, |
DataPtr | data | ||
) |
Definition at line 56 of file cxShowDataTreeNode.cpp.
|
inlinevirtual |
Definition at line 51 of file cxShowDataTreeNode.h.
|
virtual |
Reimplemented from cx::TreeNodeImpl.
Definition at line 73 of file cxShowDataTreeNode.cpp.
|
virtual |
Reimplemented from cx::TreeNodeImpl.
Definition at line 119 of file cxShowDataTreeNode.cpp.
|
virtual |
Reimplemented from cx::TreeNodeImpl.
Definition at line 83 of file cxShowDataTreeNode.cpp.
|
protectedpure virtual |
Implemented in cx::ShowSlice3DDataTreeNode, cx::ShowSlice2DDataTreeNode, and cx::ShowVolumeDataTreeNode.
|
virtual |
Reimplemented from cx::TreeNodeImpl.
Definition at line 89 of file cxShowDataTreeNode.cpp.
|
virtual |
Implements cx::TreeNode.
Definition at line 78 of file cxShowDataTreeNode.cpp.
|
virtual |
Implements cx::TreeNode.
Definition at line 68 of file cxShowDataTreeNode.cpp.
|
virtual |
Reimplemented from cx::TreeNodeImpl.
Definition at line 94 of file cxShowDataTreeNode.cpp.
|
virtual |
Reimplemented from cx::TreeNodeImpl.
Definition at line 61 of file cxShowDataTreeNode.cpp.
|
virtual |
Reimplemented from cx::TreeNodeImpl.
Definition at line 106 of file cxShowDataTreeNode.cpp.
|
protected |
Definition at line 67 of file cxShowDataTreeNode.h.