Fraxinus
16.5.0-fx-rc5
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 |
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 cxViewGroupTreeNode.h.
cx::ViewGroupTreeNode::ViewGroupTreeNode | ( | TreeRepositoryWeakPtr | repo, |
int | groupIndex | ||
) |
Definition at line 48 of file cxViewGroupTreeNode.cpp.
|
inlinevirtual |
Definition at line 50 of file cxViewGroupTreeNode.h.
|
virtual |
Reimplemented from cx::TreeNodeImpl.
Definition at line 71 of file cxViewGroupTreeNode.cpp.
|
virtual |
Reimplemented from cx::TreeNodeImpl.
Definition at line 96 of file cxViewGroupTreeNode.cpp.
|
virtual |
Reimplemented from cx::TreeNodeImpl.
Definition at line 86 of file cxViewGroupTreeNode.cpp.
|
virtual |
Reimplemented from cx::TreeNodeImpl.
Definition at line 91 of file cxViewGroupTreeNode.cpp.
|
virtual |
Implements cx::TreeNode.
Definition at line 81 of file cxViewGroupTreeNode.cpp.
|
virtual |
Implements cx::TreeNode.
Definition at line 59 of file cxViewGroupTreeNode.cpp.
|
virtual |
Implements cx::TreeNode.
Definition at line 64 of file cxViewGroupTreeNode.cpp.
|
virtual |
Implements cx::TreeNode.
Definition at line 76 of file cxViewGroupTreeNode.cpp.
|
virtual |
Implements cx::TreeNode.
Definition at line 54 of file cxViewGroupTreeNode.cpp.
|
inlinevirtual |
Reimplemented from cx::TreeNodeImpl.
Definition at line 59 of file cxViewGroupTreeNode.h.