|
NorMIT-nav
22.09
An IGT application
|
Go to the documentation of this file.
30 return QString(
"group_%1").arg(mTypeName);
35 return QString(
"%1 group").arg(mTypeName);
45 if (this->
repo()->getMode()!=
"flat")
52 if (this->
repo()->getMode()!=
"flat")
54 return this->
repo()->getTopNode();
59 return QIcon(
":icons/open_icon_library/document-open-7.png");
virtual QIcon getIcon() const
virtual QString getName() const
Namespace for all CustusX production code.
virtual QString getType() const
virtual QString getUid() const
virtual bool isVisibleNode() const
boost::shared_ptr< TreeNode > TreeNodePtr
GroupTreeNode(TreeRepositoryWeakPtr repo, QString typeName)
virtual bool isVisibleNode() const
virtual TreeNodePtr getParent() const
boost::weak_ptr< class TreeRepository > TreeRepositoryWeakPtr