#include <PRM_DisableList.h>
Public Member Functions | |
| PRM_DisableList () | |
| PRM_DisableList (const char *disable) | |
| ~PRM_DisableList () | |
| PRM_DisableList * | instance (UT_IntArray &idx) |
| int | entries () const |
| const PRM_DisableInfo * | operator() (int index) const |
| const PRM_DisableList & | operator= (const PRM_DisableList &src) |
| void | clear () |
| PRM_DisableInfo * | addInfo () |
| void | getStringFromList (UT_String &str) const |
| void | getStringFromList (UT_String &str, const UT_StringArray &validparms) const |
| bool | setListFromString (const char *disable, UT_String &error) |
Static Public Member Functions | |
| static bool | verifyDisableString (const char *disable, UT_String &error) |
| static bool | isValidOperator (const char *testoperator) |
Definition at line 76 of file PRM_DisableList.h.
| PRM_DisableList::PRM_DisableList | ( | ) |
| PRM_DisableList::PRM_DisableList | ( | const char * | disable | ) | [explicit] |
| PRM_DisableList::~PRM_DisableList | ( | ) |
| PRM_DisableInfo* PRM_DisableList::addInfo | ( | ) |
| void PRM_DisableList::clear | ( | ) |
| int PRM_DisableList::entries | ( | ) | const |
| void PRM_DisableList::getStringFromList | ( | UT_String & | str, | |
| const UT_StringArray & | validparms | |||
| ) | const |
| void PRM_DisableList::getStringFromList | ( | UT_String & | str | ) | const |
| PRM_DisableList* PRM_DisableList::instance | ( | UT_IntArray & | idx | ) |
| static bool PRM_DisableList::isValidOperator | ( | const char * | testoperator | ) | [static] |
| const PRM_DisableInfo* PRM_DisableList::operator() | ( | int | index | ) | const |
| const PRM_DisableList& PRM_DisableList::operator= | ( | const PRM_DisableList & | src | ) |
| bool PRM_DisableList::setListFromString | ( | const char * | disable, | |
| UT_String & | error | |||
| ) |
| static bool PRM_DisableList::verifyDisableString | ( | const char * | disable, | |
| UT_String & | error | |||
| ) | [static] |
1.5.9