HDK
|
#include <DT_Plugin.h>
Static Public Member Functions | |
static DT_ParmDefGrouped * | create (int id, const UT_StringHolder &name) |
static const DT_ParmDefGrouped & | get (const DT_ParmDef &def) |
![]() | |
static DT_ParmDef * | createFromTemplate (int id, const PRM_Template &tpl) |
static bool | getMenuItemsFromTemplate (const PRM_Template &tpl, PRM_Parm &parm, DT_MenuItemList &items) |
Additional Inherited Members | |
![]() | |
enum | Type { T_TOGGLE, T_INTEGER, T_FLOAT, T_COLOR, T_STRING, T_MENU, T_PATH, T_BUTTON, T_GROUPED } |
enum | OptionType { OT_OPTION_ONLY, OT_OPTION_AND_TOOLBAR, OT_TOOLBAR_ONLY } |
![]() | |
DT_ParmDef (int id, const UT_StringHolder &name, Type parm_type) | |
![]() | |
UT_NonCopyable ()=default | |
~UT_NonCopyable ()=default | |
UT_NonCopyable (const UT_NonCopyable &)=delete | |
UT_NonCopyable & | operator= (const UT_NonCopyable &)=delete |
![]() | |
int | myId |
UT_StringHolder | myName |
UT_StringHolder | myIcon |
Type | myType |
UT_StringHolder | myTooltip |
OptionType | myOptionType |
UT_StringHolder | myToolbarName |
bool | myReadOnly |
bool | myCanBeIndeterminate |
Definition at line 699 of file DT_Plugin.h.
DT_ParmDefGrouped* DT_ParmDefGrouped::addGroupedDef | ( | const DT_ParmDefHandle & | parm_def | ) |
|
static |
|
inlinestatic |
Definition at line 705 of file DT_Plugin.h.
|
inline |
Definition at line 713 of file DT_Plugin.h.
|
overridevirtual |
Implements DT_ParmDef.