Rhino C++ API  8.6
CRhinoSettings Member List

This is the complete list of members for CRhinoSettings, including all inherited members.

AddChild(const wchar_t *key)CRhinoSettings
CommandId() constCRhinoSettingsinline
CRhinoCommand classCRhinoSettingsfriend
CRhinoSettings(ON_UUID plugInId, unsigned int pointerId, const ON_UUID &commandId, const wchar_t *englishCommandName)CRhinoSettingsprotected
CRhPlugInSettings classCRhinoSettingsfriend
CRhSettingsHooks classCRhinoSettingsfriend
DeleteChild(const wchar_t *key)CRhinoSettings
DeleteItem(const wchar_t *key)CRhinoSettings
Get3dPoint(const wchar_t *key, ON_3dPoint &value) constCRhinoSettings
Get3dPoint(const wchar_t *key, ON_3dPoint &value, const ON_3dPoint &defaultValue) constCRhinoSettings
Get3dVector(const wchar_t *key, ON_3dVector &value) constCRhinoSettings
Get3dVector(const wchar_t *key, ON_3dVector &value, const ON_3dVector &defaultValue) constCRhinoSettings
GetBool(const wchar_t *key, bool &value) constCRhinoSettings
GetBool(const wchar_t *key, bool &value, bool defaultValue) constCRhinoSettings
GetChild(const wchar_t *key) constCRhinoSettings
GetChildKeys(ON_ClassArray< ON_wString > &keys) constCRhinoSettings
GetColor(const wchar_t *key, ON_Color &value) constCRhinoSettings
GetColor(const wchar_t *key, ON_Color &value, const ON_Color &defaultValue) constCRhinoSettings
GetDouble(const wchar_t *key, double &value) constCRhinoSettings
GetDouble(const wchar_t *key, double &value, double defaultValue) constCRhinoSettings
GetFloat(const wchar_t *key, float &value) constCRhinoSettings
GetFloat(const wchar_t *key, float &value, float defaultValue) constCRhinoSettings
GetHideFromUserInterface(const wchar_t *key, bool &value) constCRhinoSettings
GetInteger(const wchar_t *key, int &value, const wchar_t *const *legacyKeyList=NULL, int count=0) constCRhinoSettings
GetInteger(const wchar_t *key, int &value, int defaultValue, const wchar_t *const *legacyKeyList=NULL, int count=0) constCRhinoSettings
GetInteger(const wchar_t *key, int &value, int defaultValue, int bound, bool boundIsLower) constCRhinoSettings
GetInteger(const wchar_t *key, int &value, int defaultValue, int lowerBound, int upperBound) constCRhinoSettings
GetInteger(const wchar_t *key, unsigned int &value) constCRhinoSettings
GetInteger(const wchar_t *key, unsigned int &value, unsigned int defaultValue) constCRhinoSettings
GetKeys(ON_ClassArray< ON_wString > &keys) constCRhinoSettings
GetPlugInSettings(const ON_UUID &plugInId, bool forcePlugInToLoad)CRhinoSettingsstatic
GetPoint(const wchar_t *key, POINT &value) constCRhinoSettings
GetPoint(const wchar_t *key, POINT &value, const POINT &defaultValue) constCRhinoSettings
GetRect(const wchar_t *key, ON_4iRect &value) constCRhinoSettings
GetRect(const wchar_t *key, ON_4iRect &value, const ON_4iRect &defaultValue) constCRhinoSettings
GetRect(const wchar_t *key, RECT &value) constCRhinoSettings
GetRect(const wchar_t *key, RECT &value, const RECT &defaultValue) constCRhinoSettings
GetSize(const wchar_t *key, SIZE &value) constCRhinoSettings
GetSize(const wchar_t *key, SIZE &value, const SIZE &defaultValue) constCRhinoSettings
GetString(const wchar_t *key, ON_wString &value) constCRhinoSettings
GetString(const wchar_t *key, ON_wString &value, const wchar_t *defaultValue) constCRhinoSettings
GetStringDictionary(const wchar_t *key, CRhinoStringDictionary &value) constCRhinoSettings
GetStringDictionary(const wchar_t *key, CRhinoStringDictionary &value, const CRhinoStringDictionary &defaultValue) constCRhinoSettings
GetStringList(const wchar_t *key, ON_ClassArray< ON_wString > &value) constCRhinoSettings
GetStringList(const wchar_t *key, ON_ClassArray< ON_wString > &value, const ON_ClassArray< ON_wString > &defaultValue) constCRhinoSettings
GetUuid(const wchar_t *key, ON_UUID &value) constCRhinoSettings
GetUuid(const wchar_t *key, ON_UUID &value, const ON_UUID &defaultValue) constCRhinoSettings
HiddenFromUserInterface() constCRhinoSettings
HideFromUserInterface(bool hide)CRhinoSettings
m_childrenCRhinoSettingsprotected
m_command_idCRhinoSettingsprotected
m_english_command_nameCRhinoSettingsprotected
m_plug_in_idCRhinoSettingsprotected
m_pointer_idCRhinoSettingsprotected
Name() constCRhinoSettingsinline
PlugInId() constCRhinoSettingsinline
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