#include <OP_ScriptOperator.h>
Public Member Functions | |
| OP_ScriptOpExtraInfo () | |
| OP_ScriptOpExtraInfo (const UT_String &extra_info) | |
| ~OP_ScriptOpExtraInfo () | |
| void | parseExtraInfo (const UT_String &extra_info) |
| void | getExtraInfoString (UT_String &extra_info) |
| bool | getHideDefaultParms () const |
| void | setHideDefaultParms (bool hide) |
| const char * | getRepresentativeNodePath () const |
| void | setRepresentativeNodePath (const char *path) |
| const char * | getGuideNodePath () const |
| void | setGuideNodePath (const char *path) |
| const char * | getOpSubType () const |
| void | setOpSubType (const char *type) |
Static Public Member Functions | |
| static void | createSubTypeString (UT_String &result, const char *subtype) |
Protected Member Functions | |
| void | resetSettings () |
Definition at line 191 of file OP_ScriptOperator.h.
| OP_ScriptOpExtraInfo::OP_ScriptOpExtraInfo | ( | ) |
| OP_ScriptOpExtraInfo::OP_ScriptOpExtraInfo | ( | const UT_String & | extra_info | ) |
| OP_ScriptOpExtraInfo::~OP_ScriptOpExtraInfo | ( | ) |
| static void OP_ScriptOpExtraInfo::createSubTypeString | ( | UT_String & | result, | |
| const char * | subtype | |||
| ) | [static] |
| void OP_ScriptOpExtraInfo::getExtraInfoString | ( | UT_String & | extra_info | ) |
| const char* OP_ScriptOpExtraInfo::getGuideNodePath | ( | ) | const [inline] |
Definition at line 217 of file OP_ScriptOperator.h.
| bool OP_ScriptOpExtraInfo::getHideDefaultParms | ( | ) | const [inline] |
Definition at line 207 of file OP_ScriptOperator.h.
| const char* OP_ScriptOpExtraInfo::getOpSubType | ( | ) | const [inline] |
Definition at line 222 of file OP_ScriptOperator.h.
| const char* OP_ScriptOpExtraInfo::getRepresentativeNodePath | ( | ) | const [inline] |
Definition at line 212 of file OP_ScriptOperator.h.
| void OP_ScriptOpExtraInfo::parseExtraInfo | ( | const UT_String & | extra_info | ) |
| void OP_ScriptOpExtraInfo::resetSettings | ( | ) | [protected] |
| void OP_ScriptOpExtraInfo::setGuideNodePath | ( | const char * | path | ) | [inline] |
Definition at line 219 of file OP_ScriptOperator.h.
| void OP_ScriptOpExtraInfo::setHideDefaultParms | ( | bool | hide | ) | [inline] |
Definition at line 209 of file OP_ScriptOperator.h.
| void OP_ScriptOpExtraInfo::setOpSubType | ( | const char * | type | ) | [inline] |
Definition at line 224 of file OP_ScriptOperator.h.
| void OP_ScriptOpExtraInfo::setRepresentativeNodePath | ( | const char * | path | ) | [inline] |
Definition at line 214 of file OP_ScriptOperator.h.
1.5.9