#include <AccountsTable.h>
Inheritance diagram for AccountsTable:
Public Methods | |
AccountsTable () | |
initialises the table. More... | |
void | loadData () |
loads data into the accounts table. More... | |
void | initColumns () |
inits the columns in the table. More... | |
Boolean | recordIsValid (UInt16 id) |
overloads the method in Table. More... | |
Static Public Methods | |
void | drawArrow (void *table, Int16 row, Int16 column, RectangleType *bounds) |
draws an arrow which indicates the state of the branch. More... | |
void | drawCurrency (void *table, Int16 row, Int16 column, RectangleType *bounds) |
draws a number into the specified pos of a table. More... | |
void | drawText (void *table, Int16 row, Int16 column, RectangleType *bounds) |
draws text into the specified pos of a table. More... | |
Static Public Attributes | |
const Int16 | name_col = 0 |
const Int16 | balance_col = 1 |
Definition at line 33 of file AccountsTable.h.
|
initialises the table.
|
|
draws an arrow which indicates the state of the branch.
|
|
draws a number into the specified pos of a table.
|
|
draws text into the specified pos of a table.
|
|
inits the columns in the table.
Implements Table. |
|
loads data into the accounts table.
Implements Table. |
|
overloads the method in Table.
Implements Table. |
|
Definition at line 37 of file AccountsTable.h. |
|
Definition at line 36 of file AccountsTable.h. |