#include <EditRateForm.h>
Inheritance diagram for EditRateForm:
Public Methods | |
EditRateForm () FORM_SECTION1 | |
constructor; initializes form. More... | |
void | initForm (UInt32 src, UInt32 dest) FORM_SECTION1 |
initializes the form data to start a new session. More... | |
Public Attributes | |
Results | results |
holds current working data and is accessible from outside the class for reading other data. 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 | |
char | _rate_buffer [30] |
text for exchange rate display. More... | |
char * | _src_currency_label |
text for code label of source currency. More... | |
char * | _dest_currency_label |
text for code label of destination currency. More... | |
UInt32 | _src_currency |
UID of source currency record. More... | |
UInt32 | _dest_currency |
UID of destination currency record. More... |
Definition at line 28 of file EditRateForm.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. |
|
initializes the form data to start a new session.
|
|
saves the data introduced.
|
|
UID of destination currency record.
Definition at line 68 of file EditRateForm.h. |
|
text for code label of destination currency.
Definition at line 64 of file EditRateForm.h. |
|
text for exchange rate display.
Definition at line 60 of file EditRateForm.h. |
|
UID of source currency record.
Definition at line 66 of file EditRateForm.h. |
|
text for code label of source currency.
Definition at line 62 of file EditRateForm.h. |
|
holds current working data and is accessible from outside the class for reading other data.
Definition at line 48 of file EditRateForm.h. |