|
HDK
|
#include <PRM_Name.h>
Inheritance diagram for PRM_Name:Public Types | |
| enum | PRM_NameCopy { COPY } |
Public Member Functions | |
| PRM_Name () | |
| Default PRM_Name constructor is a sentinel value. More... | |
| PRM_Name (const char *thetoken, const char *thelabel=nullptr, int theflags=0) | |
| PRM_Name (PRM_NameCopy, const UT_StringHolder &thetoken, const UT_StringHolder &thelabel, int theflags=0) | |
| Constructor for doing deep copies of the strings. More... | |
| bool | isSentinel () const |
| Check if this is a sentinel. More... | |
| void | setAsSentinel () |
| Set to a sentinel value. More... | |
| void | setAsSeparator () |
| Set to a separator value. More... | |
| const char * | getToken () const |
| const char * | getLabel () const |
| int | getExpressionFlag () const |
| unsigned | getHash () const |
| operator const UT_StringRef & () const | |
| Use this for the common use of passing the token to a function. More... | |
| const UT_StringRef & | getTokenRef () const |
| Use this for hash tables, might be the sentinel value. More... | |
| const UT_StringRef & | getLabelRef () const |
| Get label UT_StringRef &, might be the sentinel value. More... | |
| void | harden () |
| Do a deep copy of its internal references. More... | |
| void | setToken (const char *s) |
| Sets the token, doing a deep copy. More... | |
| void | setLabel (const char *s) |
| Sets the label, doing a deep copy. More... | |
| void | setTokenAndLabel (const char *token, const char *label) |
| Sets the token and label, doing deep copies. More... | |
| void | setTokenAndLabelRef (const UT_StringRef &token, const UT_StringRef &label) |
| Sets the token and label, doing shallow copies. More... | |
| void | instance (const int *instance, int num) |
| void | instance (const UT_IntArray &instance_num) |
| bool | isValidChoice () const |
| Returns if this a valid menu choice. More... | |
| int64 | getMemoryUsage (bool inclusive) const |
Static Public Member Functions | |
| static void | instanceToken (UT_String &token, const int *instance, int num) |
| static void | instanceToken (UT_String &token, const UT_IntArray &instance_num) |
| static void | instanceToken (UT_WorkBuffer &result, const UT_StringRef &token, const int *instance, int num) |
| static void | instanceToken (UT_WorkBuffer &result, const UT_StringRef &token, const UT_IntArray &instance_num) |
Static Public Attributes | |
| static const char *const | mySeparator |
Definition at line 24 of file PRM_Name.h.
| Enumerator | |
|---|---|
| COPY | |
Definition at line 50 of file PRM_Name.h.
|
inline |
Default PRM_Name constructor is a sentinel value.
Definition at line 29 of file PRM_Name.h.
|
inlineexplicit |
If thelabel is set to 0, then the thetoken is used as the label. Currently the flags parameter is only used for the parm expression flag. Set theflags to 1 to make the parm default to expression mode.
Definition at line 41 of file PRM_Name.h.
|
inlineexplicit |
Constructor for doing deep copies of the strings.
Definition at line 53 of file PRM_Name.h.
|
inline |
Definition at line 87 of file PRM_Name.h.
|
inline |
Definition at line 88 of file PRM_Name.h.
|
inline |
Definition at line 83 of file PRM_Name.h.
|
inline |
Get label UT_StringRef &, might be the sentinel value.
Definition at line 97 of file PRM_Name.h.
|
inline |
Definition at line 157 of file PRM_Name.h.
|
inline |
Definition at line 79 of file PRM_Name.h.
|
inline |
Use this for hash tables, might be the sentinel value.
Definition at line 94 of file PRM_Name.h.
|
inline |
Do a deep copy of its internal references.
Definition at line 100 of file PRM_Name.h.
| void PRM_Name::instance | ( | const UT_IntArray & | instance_num | ) |
|
static |
|
static |
|
static |
|
inline |
Check if this is a sentinel.
Definition at line 64 of file PRM_Name.h.
|
inline |
Returns if this a valid menu choice.
Definition at line 150 of file PRM_Name.h.
|
inline |
Use this for the common use of passing the token to a function.
Definition at line 91 of file PRM_Name.h.
|
inline |
Set to a sentinel value.
Definition at line 70 of file PRM_Name.h.
| void PRM_Name::setAsSeparator | ( | ) |
Set to a separator value.
|
inline |
Sets the label, doing a deep copy.
Definition at line 114 of file PRM_Name.h.
|
inline |
Sets the token, doing a deep copy.
Definition at line 106 of file PRM_Name.h.
|
inline |
Sets the token and label, doing deep copies.
Definition at line 122 of file PRM_Name.h.
|
inline |
Sets the token and label, doing shallow copies.
Definition at line 128 of file PRM_Name.h.
|
static |
Definition at line 165 of file PRM_Name.h.