|
Public Member Functions |
|
| CP_Preferences (const CP_String &inApplicationID=kCP_CurrentApplicationID, bool inWriteToAnyUserDomain=false) |
| Constructor.
|
| CP_Preferences (const CP_Preferences &inPreferences) |
virtual | ~CP_Preferences () |
| Destructor.
|
|
bool | GetValue (const CP_String &inKey, bool *inOutValue) |
bool | GetValue (const CP_String &inKey, SInt16 *inOutValue) |
bool | GetValue (const CP_String &inKey, SInt32 *inOutValue) |
bool | GetValue (const CP_String &inKey, float *inOutValue) |
bool | GetValue (const CP_String &inKey, double *inOutValue) |
bool | GetValue (const CP_String &inKey, CP_Point *inOutValue) |
bool | GetValue (const CP_String &inKey, CP_Size *inOutValue) |
bool | GetValue (const CP_String &inKey, CP_Rect *inOutValue) |
bool | GetValue (const CP_String &inKey, CP_RGBColor *inOutValue) |
bool | GetValue (const CP_String &inKey, CP_String &inOutValue) |
bool | GetValue (const CP_String &inKey, char *inOutValue, SInt32 inMaxLength) |
bool | GetValue (const CP_String &inKey, CP_FileSystemSpec &inOutValue) |
bool | GetValue (const CP_String &inKey, CP_UUID &inOutValue) |
bool | GetValue (const CP_String &inKey, CP_DateTime &inOutValue) |
|
CP_Preferences & | operator= (const CP_Preferences &inPreferences) |
|
bool | SetValue (const CP_String &inKey, bool inOutValue) |
bool | SetValue (const CP_String &inKey, SInt16 inOutValue) |
bool | SetValue (const CP_String &inKey, SInt32 inOutValue) |
bool | SetValue (const CP_String &inKey, float inOutValue) |
bool | SetValue (const CP_String &inKey, double inOutValue) |
bool | SetValue (const CP_String &inKey, const CP_String &inValue) |
bool | SetValue (const CP_String &inKey, const char *inValue) |
bool | SetValue (const CP_String &inKey, const CP_Point &inValue) |
bool | SetValue (const CP_String &inKey, const CP_Size &inValue) |
bool | SetValue (const CP_String &inKey, const CP_Rect &inValue) |
bool | SetValue (const CP_String &inKey, const CP_RGBColor &inValue) |
bool | SetValue (const CP_String &inKey, const CP_FileSystemSpec &inValue) |
bool | SetValue (const CP_String &inKey, const CP_UUID &inValue) |
bool | SetValue (const CP_String &inKey, const CP_DateTime &inValue) |
|
| CP_Preferences (HKEY inHKeyRoot) |
| Constructor.
|
Protected Attributes |
CP_String | fApplicationID |
bool | fWriteToAnyUserDomain |
HKEY | fHKeyRoot |
CP_String | fKeyPath |