CustusX  18.04
An IGT application
cx::TopTreeNode Class Reference

#include <cxTopTreeNode.h>

Inheritance diagram for cx::TopTreeNode:
cx::TreeNodeImpl cx::TreeNode

Public Member Functions

 TopTreeNode (TreeRepositoryWeakPtr repo)
 
virtual ~TopTreeNode ()
 
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< TreeNodePtrgetChildren () 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 boost::shared_ptr< QWidget > createPropertiesWidget () const
 
virtual bool isDefaultExpanded () const
 
virtual bool isRemovable () const
 
virtual void remove ()
 
virtual std::vector< TreeNodePtrgetVisibleChildren () 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
 

Detailed Description

Definition at line 23 of file cxTopTreeNode.h.

Constructor & Destructor Documentation

cx::TopTreeNode::TopTreeNode ( TreeRepositoryWeakPtr  repo)

Definition at line 19 of file cxTopTreeNode.cpp.

virtual cx::TopTreeNode::~TopTreeNode ( )
inlinevirtual

Definition at line 28 of file cxTopTreeNode.h.

Member Function Documentation

QIcon cx::TopTreeNode::getIcon ( ) const
virtual

Implements cx::TreeNode.

Definition at line 50 of file cxTopTreeNode.cpp.

QString cx::TopTreeNode::getName ( ) const
virtual

Implements cx::TreeNode.

Definition at line 30 of file cxTopTreeNode.cpp.

TreeNodePtr cx::TopTreeNode::getParent ( ) const
virtual

Implements cx::TreeNode.

Definition at line 40 of file cxTopTreeNode.cpp.

QString cx::TopTreeNode::getType ( ) const
virtual

Implements cx::TreeNode.

Definition at line 35 of file cxTopTreeNode.cpp.

QString cx::TopTreeNode::getUid ( ) const
virtual

Implements cx::TreeNode.

Definition at line 25 of file cxTopTreeNode.cpp.

bool cx::TopTreeNode::isVisibleNode ( ) const
virtual

Reimplemented from cx::TreeNodeImpl.

Definition at line 45 of file cxTopTreeNode.cpp.


The documentation for this class was generated from the following files: