HDK
|
#include <DS_Command.h>
Public Member Functions | |
DS_Command (const char *commandlistfile) | |
~DS_Command () | |
const UT_String & | getCommandName () |
const UT_String & | getLabel () |
const UT_String & | getIcon () |
int | parse (DS_Stream &is) |
void | getCommand (UT_String &str) |
int | parmChanged (int index) |
int | parmChanged (const char *token) |
void | axeExpressions () |
void | keepExpressions () |
void | enforceOptions () |
void | setDefaultCommand () |
void | setCommand (const char *str) |
int | isValid () |
const char * | getHelp () |
PRM_ParmList * | getParmList () const |
PRM_Template * | getTemplateList () const |
int | disableParms () |
void | setRManSyntax (int onOff) |
int | getRManSyntax () const |
void | setVexSyntax (int onoff) |
int | getVexSyntax () const |
PRM_Template * | addTemplate (DS_Parm *parm, bool addToggle=1) |
Static Public Member Functions | |
static void | setObjectMenuBuilder (PRM_ChoiceGenFunc callback) |
static void | setRenderMenuBuilder (PRM_ChoiceGenFunc callback) |
Definition at line 35 of file DS_Command.h.
DS_Command::DS_Command | ( | const char * | commandlistfile | ) |
DS_Command::~DS_Command | ( | ) |
PRM_Template* DS_Command::addTemplate | ( | DS_Parm * | parm, |
bool | addToggle = 1 |
||
) |
void DS_Command::axeExpressions | ( | ) |
int DS_Command::disableParms | ( | ) |
void DS_Command::enforceOptions | ( | ) |
|
inline |
Definition at line 40 of file DS_Command.h.
const char* DS_Command::getHelp | ( | ) |
|
inline |
Definition at line 42 of file DS_Command.h.
|
inline |
Definition at line 41 of file DS_Command.h.
|
inline |
Definition at line 67 of file DS_Command.h.
|
inline |
Definition at line 72 of file DS_Command.h.
|
inline |
Definition at line 68 of file DS_Command.h.
|
inline |
Definition at line 74 of file DS_Command.h.
|
inline |
Definition at line 65 of file DS_Command.h.
void DS_Command::keepExpressions | ( | ) |
int DS_Command::parmChanged | ( | const char * | token | ) |
void DS_Command::setCommand | ( | const char * | str | ) |
void DS_Command::setDefaultCommand | ( | ) |
|
static |
|
static |
Definition at line 71 of file DS_Command.h.
Definition at line 73 of file DS_Command.h.