|
HDK
|
#include <UN_ParmType.h>
Public Member Functions | |
| const UT_StringHolder & | name () const |
| Returns the name of the parm type. More... | |
| bool | hasValidName () const |
| Returns true if this node type has a valid name. More... | |
| UN_ParmType (const UT_StringRef &parm_type_name) | |
| Constructor and destructor. More... | |
| ~UN_ParmType () | |
| Constructor and destructor. More... | |
The parm type is a characteristics of a parm that dertermines the look in the GUI as well as the APIs for setting and getting its value.
Definition at line 26 of file UN_ParmType.h.
| UN_ParmType::UN_ParmType | ( | const UT_StringRef & | parm_type_name | ) |
Constructor and destructor.
| UN_ParmType::~UN_ParmType | ( | ) |
Constructor and destructor.
| bool UN_ParmType::hasValidName | ( | ) | const |
Returns true if this node type has a valid name.
|
inline |
Returns the name of the parm type.
Definition at line 36 of file UN_ParmType.h.