Rhino C++ API
8.13
|
This is the complete list of members for CRhinoSettings, including all inherited members.
AddChild(const wchar_t *key) | CRhinoSettings | |
CommandId() const | CRhinoSettings | inline |
CRhinoCommand class | CRhinoSettings | friend |
CRhinoSettings(ON_UUID plugInId, unsigned int pointerId, const ON_UUID &commandId, const wchar_t *englishCommandName) | CRhinoSettings | protected |
CRhPlugInSettings class | CRhinoSettings | friend |
CRhSettingsHooks class | CRhinoSettings | friend |
DeleteChild(const wchar_t *key) | CRhinoSettings | |
DeleteItem(const wchar_t *key) | CRhinoSettings | |
Get3dPoint(const wchar_t *key, ON_3dPoint &value) const | CRhinoSettings | |
Get3dPoint(const wchar_t *key, ON_3dPoint &value, const ON_3dPoint &defaultValue) const | CRhinoSettings | |
Get3dVector(const wchar_t *key, ON_3dVector &value) const | CRhinoSettings | |
Get3dVector(const wchar_t *key, ON_3dVector &value, const ON_3dVector &defaultValue) const | CRhinoSettings | |
GetBool(const wchar_t *key, bool &value) const | CRhinoSettings | |
GetBool(const wchar_t *key, bool &value, bool defaultValue) const | CRhinoSettings | |
GetChild(const wchar_t *key) const | CRhinoSettings | |
GetChildKeys(ON_ClassArray< ON_wString > &keys) const | CRhinoSettings | |
GetColor(const wchar_t *key, ON_Color &value) const | CRhinoSettings | |
GetColor(const wchar_t *key, ON_Color &value, const ON_Color &defaultValue) const | CRhinoSettings | |
GetDouble(const wchar_t *key, double &value) const | CRhinoSettings | |
GetDouble(const wchar_t *key, double &value, double defaultValue) const | CRhinoSettings | |
GetFloat(const wchar_t *key, float &value) const | CRhinoSettings | |
GetFloat(const wchar_t *key, float &value, float defaultValue) const | CRhinoSettings | |
GetHideFromUserInterface(const wchar_t *key, bool &value) const | CRhinoSettings | |
GetInteger(const wchar_t *key, int &value, const wchar_t *const *legacyKeyList=NULL, int count=0) const | CRhinoSettings | |
GetInteger(const wchar_t *key, int &value, int defaultValue, const wchar_t *const *legacyKeyList=NULL, int count=0) const | CRhinoSettings | |
GetInteger(const wchar_t *key, int &value, int defaultValue, int bound, bool boundIsLower) const | CRhinoSettings | |
GetInteger(const wchar_t *key, int &value, int defaultValue, int lowerBound, int upperBound) const | CRhinoSettings | |
GetInteger(const wchar_t *key, unsigned int &value) const | CRhinoSettings | |
GetInteger(const wchar_t *key, unsigned int &value, unsigned int defaultValue) const | CRhinoSettings | |
GetKeys(ON_ClassArray< ON_wString > &keys) const | CRhinoSettings | |
GetPlugInSettings(const ON_UUID &plugInId, bool forcePlugInToLoad) | CRhinoSettings | static |
GetPoint(const wchar_t *key, POINT &value) const | CRhinoSettings | |
GetPoint(const wchar_t *key, POINT &value, const POINT &defaultValue) const | CRhinoSettings | |
GetRect(const wchar_t *key, ON_4iRect &value) const | CRhinoSettings | |
GetRect(const wchar_t *key, ON_4iRect &value, const ON_4iRect &defaultValue) const | CRhinoSettings | |
GetRect(const wchar_t *key, RECT &value) const | CRhinoSettings | |
GetRect(const wchar_t *key, RECT &value, const RECT &defaultValue) const | CRhinoSettings | |
GetSize(const wchar_t *key, SIZE &value) const | CRhinoSettings | |
GetSize(const wchar_t *key, SIZE &value, const SIZE &defaultValue) const | CRhinoSettings | |
GetString(const wchar_t *key, ON_wString &value) const | CRhinoSettings | |
GetString(const wchar_t *key, ON_wString &value, const wchar_t *defaultValue) const | CRhinoSettings | |
GetStringDictionary(const wchar_t *key, CRhinoStringDictionary &value) const | CRhinoSettings | |
GetStringDictionary(const wchar_t *key, CRhinoStringDictionary &value, const CRhinoStringDictionary &defaultValue) const | CRhinoSettings | |
GetStringList(const wchar_t *key, ON_ClassArray< ON_wString > &value) const | CRhinoSettings | |
GetStringList(const wchar_t *key, ON_ClassArray< ON_wString > &value, const ON_ClassArray< ON_wString > &defaultValue) const | CRhinoSettings | |
GetUuid(const wchar_t *key, ON_UUID &value) const | CRhinoSettings | |
GetUuid(const wchar_t *key, ON_UUID &value, const ON_UUID &defaultValue) const | CRhinoSettings | |
HiddenFromUserInterface() const | CRhinoSettings | |
HideFromUserInterface(bool hide) | CRhinoSettings | |
m_children | CRhinoSettings | protected |
m_command_id | CRhinoSettings | protected |
m_english_command_name | CRhinoSettings | protected |
m_plug_in_id | CRhinoSettings | protected |
m_pointer_id | CRhinoSettings | protected |
Name() const | CRhinoSettings | inline |
PlugInId() const | CRhinoSettings | inline |
Set3dPoint(const wchar_t *key, const ON_3dPoint &value) | CRhinoSettings | |
Set3dVector(const wchar_t *key, const ON_3dVector &value) | CRhinoSettings | |
SetBool(const wchar_t *key, bool value) | CRhinoSettings | |
SetColor(const wchar_t *key, const ON_Color &value) | CRhinoSettings | |
SetDefaultBool(const wchar_t *key, bool value) | CRhinoSettings | |
SetDefaultColor(const wchar_t *key, const ON_Color &value) | CRhinoSettings | |
SetDefaultDouble(const wchar_t *key, double value) | CRhinoSettings | |
SetDefaultFloat(const wchar_t *key, float value) | CRhinoSettings | |
SetDefaultInteger(const wchar_t *key, int value) | CRhinoSettings | |
SetDefaultInteger(const wchar_t *key, unsigned int value) | CRhinoSettings | |
SetDefaultPoint(const wchar_t *key, const POINT &value) | CRhinoSettings | |
SetDefaultRect(const wchar_t *key, const RECT &value) | CRhinoSettings | |
SetDefaultSize(const wchar_t *key, const SIZE &value) | CRhinoSettings | |
SetDefaultString(const wchar_t *key, const wchar_t *value) | CRhinoSettings | |
SetDefaultStringDictionary(const wchar_t *key, const CRhinoStringDictionary &value) | CRhinoSettings | |
SetDefaultStringList(const wchar_t *key, const ON_ClassArray< ON_wString > &value) | CRhinoSettings | |
SetDefaultUuid(const wchar_t *key, const ON_UUID &value) | CRhinoSettings | |
SetDouble(const wchar_t *key, double value) | CRhinoSettings | |
SetFloat(const wchar_t *key, float value) | CRhinoSettings | |
SetHideFromUserInterface(const wchar_t *key, bool value) | CRhinoSettings | |
SetInteger(const wchar_t *key, int value) | CRhinoSettings | |
SetInteger(const wchar_t *key, unsigned int value) | CRhinoSettings | |
SetPoint(const wchar_t *key, const POINT &value) | CRhinoSettings | |
SetRect(const wchar_t *key, const ON_4iRect &value) | CRhinoSettings | |
SetRect(const wchar_t *key, const RECT &value) | CRhinoSettings | |
SetSize(const wchar_t *key, const SIZE &value) | CRhinoSettings | |
SetString(const wchar_t *key, const wchar_t *value) | CRhinoSettings | |
SetStringDictionary(const wchar_t *key, const CRhinoStringDictionary &value) | CRhinoSettings | |
SetStringList(const wchar_t *key, const ON_ClassArray< ON_wString > &value) | CRhinoSettings | |
SetUuid(const wchar_t *key, const ON_UUID &value) | CRhinoSettings | |
~CRhinoSettings() | CRhinoSettings |