#include <EditCurrencyForm.h>
Inheritance diagram for EditCurrencyForm:
Public Methods | |
EditCurrencyForm () FORM_SECTION1 | |
constructor; initializes form. More... | |
void | setRecordIsNew (Boolean b) |
instructs the form to treat the upcoming session as new or edit. More... | |
Private Methods | |
Boolean | checkData () FORM_SECTION1 |
checks validity of user data. More... | |
void | saveData () FORM_SECTION1 |
saves the data introduced. More... | |
Boolean | handleOpenEvent () FORM_SECTION1 |
sets up form, fills in fields (if edit mode). More... | |
Boolean | handleCtlSelectEvent (UInt16 control_id) FORM_SECTION1 |
handles all control actions. More... | |
Private Attributes | |
currencyStructure | _currency |
holds data being edited. More... | |
bool | _record_is_new |
true if the record being edited is a new record. More... | |
MemHandle | _currency_handle |
handle to the currently edited currency. More... | |
Char | _rate_buffer [20] |
buffer holding the text for the conversion rate. More... |
Definition at line 29 of file EditCurrencyForm.h.
|
constructor; initializes form.
|
|
checks validity of user data.
|
|
handles all control actions.
Reimplemented from Form. |
|
sets up form, fills in fields (if edit mode).
Reimplemented from Form. |
|
saves the data introduced.
|
|
instructs the form to treat the upcoming session as new or edit.
Definition at line 36 of file EditCurrencyForm.h. References _record_is_new. |
|
holds data being edited.
Definition at line 39 of file EditCurrencyForm.h. |
|
handle to the currently edited currency.
Definition at line 43 of file EditCurrencyForm.h. |
|
buffer holding the text for the conversion rate.
Definition at line 45 of file EditCurrencyForm.h. |
|
true if the record being edited is a new record.
Definition at line 41 of file EditCurrencyForm.h. Referenced by setRecordIsNew. |