ArcGIS Procedural Runtime
3.2.10650
|
This is the complete list of members for prt::AttributableSetter, including all inherited members.
AttributableSetter() (defined in prt::AttributableSetter) | prt::AttributableSetter | inlineprotected |
setBool(const wchar_t *key, bool value)=0 | prt::AttributableSetter | pure virtual |
setBoolArray(const wchar_t *key, const bool *value, size_t count)=0 | prt::AttributableSetter | pure virtual |
setFloat(const wchar_t *key, double value)=0 | prt::AttributableSetter | pure virtual |
setFloatArray(const wchar_t *key, const double *value, size_t count)=0 | prt::AttributableSetter | pure virtual |
setInt(const wchar_t *key, int32_t value)=0 | prt::AttributableSetter | pure virtual |
setIntArray(const wchar_t *key, const int32_t *value, size_t count)=0 | prt::AttributableSetter | pure virtual |
setString(const wchar_t *key, const wchar_t *value)=0 | prt::AttributableSetter | pure virtual |
setStringArray(const wchar_t *key, const wchar_t *const *value, size_t count)=0 | prt::AttributableSetter | pure virtual |
~AttributableSetter() (defined in prt::AttributableSetter) | prt::AttributableSetter | inlineprotectedvirtual |