#include <CoinsPref.h>
Collaboration diagram for CoinsPref:
Public Methods | |
CoinsPref () | |
the constructor sets the values for the id and version. More... | |
CoinsPrefType * | get () |
| |
void | read () |
retrieve the preferences into coins_pref. More... | |
void | save () |
save the preferences from coins_pref. More... | |
void | setDefault () |
assigns default values to coins_pref. More... | |
Private Attributes | |
CoinsPrefType | coins_pref |
the structure holds the app's preferences. More... | |
UInt16 | id |
id for the pref structure above. More... | |
Int16 | ver |
version. More... |
Definition at line 68 of file CoinsPref.h.
|
the constructor sets the values for the id and version.
|
|
|
|
retrieve the preferences into coins_pref.
|
|
save the preferences from coins_pref.
|
|
assigns default values to coins_pref.
|
|
the structure holds the app's preferences.
Definition at line 72 of file CoinsPref.h. |
|
id for the pref structure above.
Definition at line 75 of file CoinsPref.h. |
|
version.
Definition at line 77 of file CoinsPref.h. |