|
Rhino C++ API
8.24
|
This is the complete list of members for CRhinoUiRegistry, including all inherited members.
| Attach(HKEY hKey) | CRhinoUiRegistry | |
| AttachToRhinoAppRegistryKey(bool bWrite=false, CRhinoProfileContext::context_location nProfile=CRhinoProfileContext::cl_scheme_current_user) | CRhinoUiRegistry | |
| AttachToRhinoRootRegistryKey(bool bWrite=false, CRhinoProfileContext::context_location nProfile=CRhinoProfileContext::cl_scheme_current_user) | CRhinoUiRegistry | |
| AttachToRhinoSectionKey(LPCTSTR lpszSection, bool bWrite=false, CRhinoProfileContext::context_location nProfile=CRhinoProfileContext::cl_scheme_current_user) | CRhinoUiRegistry | |
| Close() | CRhinoUiRegistry | |
| Create(HKEY hKeyParent, LPCTSTR lpsKeyName, bool *pbIsNewKey=NULL) | CRhinoUiRegistry | |
| CRhinoUiRegistry() | CRhinoUiRegistry | |
| CRhinoUiRegistry(CRhinoUiRegistry &) | CRhinoUiRegistry | |
| CRhinoUiRegistry(HKEY hKey) | CRhinoUiRegistry | |
| DeleteSubKey(LPCTSTR lpszSubKey) const | CRhinoUiRegistry | |
| DeleteValue(LPCTSTR lpszValue) const | CRhinoUiRegistry | |
| Detach() | CRhinoUiRegistry | |
| EnumKey() | CRhinoUiRegistry | |
| EnumValue() | CRhinoUiRegistry | |
| Flush() | CRhinoUiRegistry | |
| GetHKEY() const | CRhinoUiRegistry | |
| KeyCount() const | CRhinoUiRegistry | |
| KeyString(int) const | CRhinoUiRegistry | |
| m_hKey | CRhinoUiRegistry | protected |
| m_LabelList | CRhinoUiRegistry | protected |
| m_sKeyList | CRhinoUiRegistry | protected |
| m_sSchemeName | CRhinoUiRegistry | protected |
| Open(HKEY hKeyParent, LPCTSTR lpsKeyName, bool bWrite=false) | CRhinoUiRegistry | |
| operator HKEY() const | CRhinoUiRegistry | |
| operator=(CRhinoUiRegistry &) | CRhinoUiRegistry | |
| Query2dPointValue(LPCTSTR lpsValueName, ON_2dPoint &ptValue) const | CRhinoUiRegistry | |
| Query3dPointValue(LPCTSTR lpsValueName, ON_3dPoint &ptValue) const | CRhinoUiRegistry | |
| Query3dVectorValue(LPCTSTR lpsValueName, ON_3dVector &vValue) const | CRhinoUiRegistry | |
| QueryBinaryValue(LPCTSTR lpsValueName, void *pValue, ULONG &nBytesOut) const | CRhinoUiRegistry | |
| QueryBoolValue(LPCTSTR lpsValueName, bool &bValue) const | CRhinoUiRegistry | |
| QueryBoolValue(LPCTSTR lpsValueName, BOOL32 &bValue) const | CRhinoUiRegistry | |
| QueryDoubleValue(LPCTSTR lpsValueName, double &nValue) const | CRhinoUiRegistry | |
| QueryDWORDValue(LPCTSTR lpsValueName, DWORD &dwValue) const | CRhinoUiRegistry | |
| QueryIntValue(LPCTSTR lpsValueName, int &iValue) const | CRhinoUiRegistry | |
| QueryMultiStringValue(LPCTSTR lpsValueName, ON_ClassArray< CString > &sValues) const | CRhinoUiRegistry | |
| QueryNumberList(LPCTSTR lpsValueName, int *iList, int iCount) const | CRhinoUiRegistry | protected |
| QueryNumberList(LPCTSTR lpsValueName, double *iList, int iCount) const | CRhinoUiRegistry | protected |
| QueryPointValue(LPCTSTR lpsValueName, CPoint &ptValue) const | CRhinoUiRegistry | |
| QueryRectValue(LPCTSTR lpsValueName, CRect &rValue) const | CRhinoUiRegistry | |
| QueryRGBValue(LPCTSTR lpsValueName, COLORREF &cr) const | CRhinoUiRegistry | |
| QuerySizeValue(LPCTSTR lpsValueName, CSize &szValue) const | CRhinoUiRegistry | |
| QueryStringValue(LPCTSTR lpsValueName, CString &sValue) const | CRhinoUiRegistry | |
| QueryUUIDValue(LPCTSTR lpsValueName, UUID &uuid) const | CRhinoUiRegistry | |
| QueryValue(LPCTSTR lpsValueName, DWORD *pdwType, LPBYTE pData, DWORD &dwData) const | CRhinoUiRegistry | |
| QueryValueSize(LPCTSTR lpsValueName, DWORD &dwSize) const | CRhinoUiRegistry | |
| QueryValueType(LPCTSTR lpsValueName, DWORD &dwType) const | CRhinoUiRegistry | |
| Set2dPointValue(LPCTSTR lpsValueName, ON_2dPoint pt) const | CRhinoUiRegistry | |
| Set3dPointValue(LPCTSTR lpsValueName, ON_3dPoint pt) const | CRhinoUiRegistry | |
| Set3dVectorValue(LPCTSTR lpsValueName, ON_3dVector v) const | CRhinoUiRegistry | |
| SetBinaryValue(LPCTSTR lpsValueName, const void *pValue, ULONG nBytes) const | CRhinoUiRegistry | |
| SetBoolValue(LPCTSTR lpsValueName, bool b) const | CRhinoUiRegistry | |
| SetBoolValue(LPCTSTR lpsValueName, BOOL32 b) const | CRhinoUiRegistry | |
| SetDoubleValue(LPCTSTR lpsValueName, double n) const | CRhinoUiRegistry | |
| SetDWORDValue(LPCTSTR lpsValueName, DWORD dwValue) const | CRhinoUiRegistry | |
| SetIntValue(LPCTSTR lpsValueName, int i) const | CRhinoUiRegistry | |
| SetMultiStringValue(LPCTSTR lpsValueName, const ON_ClassArray< CString > &sValues) const | CRhinoUiRegistry | |
| SetMultiStringValueA(LPCTSTR lpsValueName, const ON_ClassArray< ON_String > &sValues) const | CRhinoUiRegistry | |
| SetMultiStringValueW(LPCTSTR lpsValueName, const ON_ClassArray< ON_wString > &sValues) const | CRhinoUiRegistry | |
| SetPointValue(LPCTSTR lpsValueName, CPoint pt) const | CRhinoUiRegistry | |
| SetRectValue(LPCTSTR lpsValueName, CRect r) const | CRhinoUiRegistry | |
| SetRGBValue(LPCTSTR lpsValueName, COLORREF cr) const | CRhinoUiRegistry | |
| SetSchemeName(LPCTSTR lpsScheme) | CRhinoUiRegistry | |
| SetSizeValue(LPCTSTR lpsValueName, CSize sz) const | CRhinoUiRegistry | |
| SetStringValue(LPCTSTR lpsValueName, LPCTSTR lpsValue) const | CRhinoUiRegistry | |
| SetStringValueA(LPCTSTR lpsValueName, const char *lpsValue) const | CRhinoUiRegistry | |
| SetStringValueW(LPCTSTR lpsValueName, const wchar_t *lpsValue) const | CRhinoUiRegistry | |
| SetUUIDValue(LPCTSTR lpsValueName, const UUID &uuid) const | CRhinoUiRegistry | |
| SetValue(LPCTSTR lpsValueName, DWORD dwType, const LPBYTE pData, DWORD dwData) const | CRhinoUiRegistry | |
| Value(int) const | CRhinoUiRegistry | |
| Value(LPCTSTR) const | CRhinoUiRegistry | |
| ValueCount() const | CRhinoUiRegistry | |
| ~CRhinoUiRegistry() | CRhinoUiRegistry |
1.8.17