#include <ChooseAccountForm.h>
Inheritance diagram for ChooseAccountForm:
Public Methods | |
ChooseAccountForm () FORM_SECTION1 | |
constructor; sets form variables. More... | |
Boolean | handleOpenEvent () FORM_SECTION1 |
initialises form. More... | |
Boolean | handleCtlSelectEvent (UInt16 control_id) FORM_SECTION1 |
handles controls. More... | |
Boolean | handleKeyDownEvent (WChar key_id, UInt16 modifiers) FORM_SECTION1 |
handles key presses. More... | |
Boolean | handleUpdateEvent (UInt16 update_code) FORM_SECTION1 |
handle updates. More... | |
Static Public Methods | |
ChooseAccountForm * | instance () FORM_SECTION1 |
returns singleton reference to this object. More... | |
void | drawAccountName (Int16 itemNum, RectangleType *bounds, Char **txt) FORM_SECTION1 |
callback for custom list drawing. More... | |
Public Attributes | |
bool | allow_no_selection |
if true the form will allow the user to click ok without making a selection (for selecting catogories and/or the account currently explored). More... | |
bool | allow_new_account |
allow creation of new account from this dialog. More... | |
UInt32 | chosen_account |
choosen account. More... | |
bool | chosen |
true if an account was chosen. More... | |
Static Private Attributes | |
ChooseAccountForm * | _instance |
reference to this object. More... |
Definition at line 29 of file ChooseAccountForm.h.
|
constructor; sets form variables.
|
|
callback for custom list drawing.
|
|
handles controls.
Reimplemented from Form. |
|
handles key presses.
Reimplemented from Form. |
|
initialises form.
Reimplemented from Form. |
|
handle updates.
Reimplemented from Form. |
|
returns singleton reference to this object.
|
|
reference to this object.
Definition at line 59 of file ChooseAccountForm.h. |
|
allow creation of new account from this dialog.
Definition at line 35 of file ChooseAccountForm.h. |
|
if true the form will allow the user to click ok without making a selection (for selecting catogories and/or the account currently explored).
Definition at line 33 of file ChooseAccountForm.h. |
|
true if an account was chosen.
Definition at line 39 of file ChooseAccountForm.h. |
|
choosen account.
Definition at line 37 of file ChooseAccountForm.h. |