#include <Preference.h>
Inheritance diagram for Preference< T >:
Public Member Functions | |
Preference (PrefsGroup PrefsGroup, const CString &sName, const T &defaultValue) | |
CString | ToString () const |
void | FromString (const CString &s) |
void | LoadDefault () |
T & | Value () |
operator const T () const | |
void | operator= (const T &other) |
Private Attributes | |
T | m_currentValue |
T | m_defaultValue |
|
|
|
Implements IPreference. |
|
Implements IPreference. |
|
|
|
|
|
Implements IPreference. |
|
|
|
|
|
|