| CP_Preferences(const CP_String &inApplicationID=kCP_CurrentApplicationID, bool inWriteToAnyUserDomain=false) | CP_Preferences | |
| CP_Preferences(const CP_Preferences &inPreferences) | CP_Preferences | |
| CP_Preferences(HKEY inHKeyRoot) | CP_Preferences | |
| fApplicationID | CP_Preferences | [protected] |
| fHKeyRoot | CP_Preferences | [protected] |
| fKeyPath | CP_Preferences | [protected] |
| fWriteToAnyUserDomain | CP_Preferences | [protected] |
| GetValue(const CP_String &inKey, bool *inOutValue) | CP_Preferences | |
| GetValue(const CP_String &inKey, SInt16 *inOutValue) | CP_Preferences | |
| GetValue(const CP_String &inKey, SInt32 *inOutValue) | CP_Preferences | |
| GetValue(const CP_String &inKey, float *inOutValue) | CP_Preferences | |
| GetValue(const CP_String &inKey, double *inOutValue) | CP_Preferences | |
| GetValue(const CP_String &inKey, CP_Point *inOutValue) | CP_Preferences | |
| GetValue(const CP_String &inKey, CP_Size *inOutValue) | CP_Preferences | |
| GetValue(const CP_String &inKey, CP_Rect *inOutValue) | CP_Preferences | |
| GetValue(const CP_String &inKey, CP_RGBColor *inOutValue) | CP_Preferences | |
| GetValue(const CP_String &inKey, CP_String &inOutValue) | CP_Preferences | |
| GetValue(const CP_String &inKey, char *inOutValue, SInt32 inMaxLength) | CP_Preferences | |
| GetValue(const CP_String &inKey, CP_FileSystemSpec &inOutValue) | CP_Preferences | |
| GetValue(const CP_String &inKey, CP_UUID &inOutValue) | CP_Preferences | |
| GetValue(const CP_String &inKey, CP_DateTime &inOutValue) | CP_Preferences | |
| operator=(const CP_Preferences &inPreferences) | CP_Preferences | |
| SetValue(const CP_String &inKey, bool inOutValue) | CP_Preferences | |
| SetValue(const CP_String &inKey, SInt16 inOutValue) | CP_Preferences | |
| SetValue(const CP_String &inKey, SInt32 inOutValue) | CP_Preferences | |
| SetValue(const CP_String &inKey, float inOutValue) | CP_Preferences | |
| SetValue(const CP_String &inKey, double inOutValue) | CP_Preferences | |
| SetValue(const CP_String &inKey, const CP_String &inValue) | CP_Preferences | |
| SetValue(const CP_String &inKey, const char *inValue) | CP_Preferences | |
| SetValue(const CP_String &inKey, const CP_Point &inValue) | CP_Preferences | |
| SetValue(const CP_String &inKey, const CP_Size &inValue) | CP_Preferences | |
| SetValue(const CP_String &inKey, const CP_Rect &inValue) | CP_Preferences | |
| SetValue(const CP_String &inKey, const CP_RGBColor &inValue) | CP_Preferences | |
| SetValue(const CP_String &inKey, const CP_FileSystemSpec &inValue) | CP_Preferences | |
| SetValue(const CP_String &inKey, const CP_UUID &inValue) | CP_Preferences | |
| SetValue(const CP_String &inKey, const CP_DateTime &inValue) | CP_Preferences | |
| ~CP_Preferences() | CP_Preferences | [virtual] |