|
HDK
|
#include <DT_Plugin.h>
Inheritance diagram for DT_Node:Public Member Functions | |
| DT_Node (const DT_Node &parent, const char *name, bool sort_children=true) | |
| ~DT_Node () | |
| void | setName (const char *name) |
| const UT_StringHolder & | name () const |
| void | setIcon (const char *icon) |
| const UT_StringHolder & | icon () const |
| void | setOpId (int op_id) |
| int | opId () const |
| void | setSortChildren (bool sort_children) |
| bool | sortChildren () const |
| DT_NodeId | id () const |
| DT_NodeId | parentId () const |
| bool | operator== (const DT_Node &other) const |
| bool | operator!= (const DT_Node &other) const |
Static Public Member Functions | |
| static DT_NodeId | invalidId () |
| A value that can be used to denote an invalid node id. More... | |
Friends | |
| class | DT_Plugin |
Additional Inherited Members | |
Protected Member Functions inherited from UT_NonCopyableNS::UT_NonCopyable | |
| UT_NonCopyable ()=default | |
| ~UT_NonCopyable ()=default | |
| UT_NonCopyable (const UT_NonCopyable &)=delete | |
| UT_NonCopyable & | operator= (const UT_NonCopyable &)=delete |
Definition at line 735 of file DT_Plugin.h.
| DT_Node::DT_Node | ( | const DT_Node & | parent, |
| const char * | name, | ||
| bool | sort_children = true |
||
| ) |
| DT_Node::~DT_Node | ( | ) |
|
inline |
Definition at line 750 of file DT_Plugin.h.
|
inline |
Definition at line 761 of file DT_Plugin.h.
|
inlinestatic |
A value that can be used to denote an invalid node id.
Definition at line 770 of file DT_Plugin.h.
|
inline |
Definition at line 747 of file DT_Plugin.h.
|
inline |
Definition at line 766 of file DT_Plugin.h.
|
inline |
Definition at line 764 of file DT_Plugin.h.
|
inline |
Definition at line 753 of file DT_Plugin.h.
|
inline |
Definition at line 762 of file DT_Plugin.h.
| void DT_Node::setIcon | ( | const char * | icon | ) |
| void DT_Node::setName | ( | const char * | name | ) |
| void DT_Node::setSortChildren | ( | bool | sort_children | ) |
|
inline |
Definition at line 756 of file DT_Plugin.h.
Definition at line 774 of file DT_Plugin.h.