#include <PreferencesForm.h>
Inheritance diagram for PreferencesForm:
Public Methods | |
PreferencesForm () FORM_SECTION2 | |
constructor. More... | |
Boolean | handleUpdateEvent (UInt16 update_code) FORM_SECTION2 |
handles updates. More... | |
Boolean | handleOpenEvent () FORM_SECTION2 |
handles form initialisation and drawing. More... | |
Boolean | handleCtlSelectEvent (UInt16 control_id) FORM_SECTION2 |
handles control events. More... | |
Private Attributes | |
Char | acc_name [50] |
the name of the currently chosen default account. More... | |
UInt32 | acc_uid |
account uid for the currently chosen default account. More... | |
CoinsPrefType * | prefs |
pointer to the FreeCoins preferences bloc. More... |
Preferences altered by this object are saved by StopApplication
Definition at line 29 of file PreferencesForm.h.
|
constructor.
|
|
handles control events.
Reimplemented from Form. |
|
handles form initialisation and drawing.
Reimplemented from Form. |
|
handles updates.
Reimplemented from Form. |
|
the name of the currently chosen default account.
Definition at line 33 of file PreferencesForm.h. |
|
account uid for the currently chosen default account.
Definition at line 35 of file PreferencesForm.h. |
|
pointer to the FreeCoins preferences bloc.
Definition at line 37 of file PreferencesForm.h. |