#include <CMD_SymbolList.h>
|
virtual | ~CMD_SymbolList () |
|
bool | hasValue (const char *name) const |
|
bool | getValue (const char *name, UT_String &value) |
|
bool | getValue (const char *name, fpreal32 &value) |
|
bool | getValue (const char *name, fpreal64 &value) |
|
bool | getValue (const char *name, int64 &value) |
|
bool | getValue (const char *name, int32 &value) |
|
bool | setValue (const char *name, const char *value, bool export_var) |
|
bool | setValueIfDifferent (const char *name, const char *value, bool export_var) |
|
virtual bool | destroySymbol (const char *name) |
|
exint | getSymbolNames (UT_StringArray &nameList) |
|
bool | setDirty (const char *name, bool dirty) |
|
Definition at line 90 of file CMD_SymbolList.h.
virtual CMD_SymbolList::~CMD_SymbolList |
( |
| ) |
|
|
virtual |
virtual bool CMD_SymbolList::destroySymbol |
( |
const char * |
name | ) |
|
|
virtual |
UT_Lock& CMD_SymbolList::getLock |
( |
| ) |
const |
|
inlineprotected |
bool CMD_SymbolList::getValue |
( |
const char * |
name, |
|
|
UT_String & |
value |
|
) |
| |
bool CMD_SymbolList::getValue |
( |
const char * |
name, |
|
|
fpreal32 & |
value |
|
) |
| |
bool CMD_SymbolList::getValue |
( |
const char * |
name, |
|
|
fpreal64 & |
value |
|
) |
| |
bool CMD_SymbolList::getValue |
( |
const char * |
name, |
|
|
int64 & |
value |
|
) |
| |
bool CMD_SymbolList::getValue |
( |
const char * |
name, |
|
|
int32 & |
value |
|
) |
| |
bool CMD_SymbolList::hasValue |
( |
const char * |
name | ) |
const |
virtual bool CMD_SymbolList::isValidSymbolName |
( |
const char * |
name | ) |
const |
|
protectedvirtual |
bool CMD_SymbolList::setDirty |
( |
const char * |
name, |
|
|
bool |
dirty |
|
) |
| |
bool CMD_SymbolList::setValue |
( |
const char * |
name, |
|
|
const char * |
value, |
|
|
bool |
export_var |
|
) |
| |
bool CMD_SymbolList::setValueIfDifferent |
( |
const char * |
name, |
|
|
const char * |
value, |
|
|
bool |
export_var |
|
) |
| |
const TableMap& CMD_SymbolList::table |
( |
| ) |
const |
|
inlineprotected |
The documentation for this class was generated from the following file: