|
HDK
|
This is the complete list of members for PDGT_Value, including all inherited members.
| Array typedef | PDGT_Value | |
| boolValue() const | PDGT_Value | |
| dataType() const | PDGT_Value | |
| DataType enum name | PDGT_Value | |
| eFloat enum value | PDGT_Value | |
| eInteger enum value | PDGT_Value | |
| eInvalid enum value | PDGT_Value | |
| ePythonObject enum value | PDGT_Value | |
| eString enum value | PDGT_Value | |
| floatValue() const | PDGT_Value | |
| fromJSONArray(Array &value_array, const UT_JSONValueArray &json_array, DataType data_type) | PDGT_Value | static |
| getDataTypeAsString(DataType type) | PDGT_Value | static |
| intValue() const | PDGT_Value | |
| loadValue(const UT_JSONValue &json_value, DataType data_type) | PDGT_Value | |
| Map typedef | PDGT_Value | |
| operator!=(const PDGT_Value &other) const | PDGT_Value | |
| operator=(const PDGT_Value &other) | PDGT_Value | |
| operator==(const PDGT_Value &other) const | PDGT_Value | |
| PDGT_Value() | PDGT_Value | |
| PDGT_Value(const PDGT_Value &other) | PDGT_Value | |
| PDGT_Value(fpreal float_value) | PDGT_Value | |
| PDGT_Value(exint int_value) | PDGT_Value | |
| PDGT_Value(bool bool_value) | PDGT_Value | |
| PDGT_Value(int int_value) | PDGT_Value | |
| PDGT_Value(const char *str_value) | PDGT_Value | |
| PDGT_Value(PY_PyObject *py_value) | PDGT_Value | |
| pyObjectValue() const | PDGT_Value | |
| setBoolValue(bool bool_value) | PDGT_Value | |
| setDataType(DataType data_type, bool initialize=false) | PDGT_Value | |
| setFloatValue(fpreal float_value) | PDGT_Value | |
| setIntValue(exint int_value) | PDGT_Value | |
| setPythonObjectValue(PY_PyObject *py_value) | PDGT_Value | |
| setStringValue(const char *str_value) | PDGT_Value | |
| setValue(const PDGT_Value &value) | PDGT_Value | |
| setValue(fpreal float_value) | PDGT_Value | |
| setValue(exint int_value) | PDGT_Value | |
| setValue(int int_value) | PDGT_Value | |
| setValue(bool bool_value) | PDGT_Value | |
| setValue(const char *str_value) | PDGT_Value | |
| setValue(PY_PyObject *py_object) | PDGT_Value | |
| stringValue() const | PDGT_Value | |
| valid() const | PDGT_Value | |
| value(fpreal &value) const | PDGT_Value | |
| value(exint &value) const | PDGT_Value | |
| value(int &value) const | PDGT_Value | |
| value(bool &value) const | PDGT_Value | |
| value(UT_StringHolder &value) const | PDGT_Value | |
| valueAsString(bool quoted=true) const | PDGT_Value | |
| valueAsString(UT_WorkBuffer &buffer, bool quoted=true) const | PDGT_Value | |
| valueToJSON(UT_JSONWriter &writer) const | PDGT_Value | |
| ~PDGT_Value() | PDGT_Value |