Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

AccountsTable Class Reference

the table displays a list of accounts. More...

#include <AccountsTable.h>

Inheritance diagram for AccountsTable:

Table Collaboration diagram for AccountsTable:

Collaboration graph
[legend]
List of all members.

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

Detailed Description

the table displays a list of accounts.

Definition at line 33 of file AccountsTable.h.


Constructor & Destructor Documentation

AccountsTable::AccountsTable  
 

initialises the table.


Member Function Documentation

void AccountsTable::drawArrow void *    table,
Int16    row,
Int16    column,
RectangleType *    bounds
[static]
 

draws an arrow which indicates the state of the branch.

void AccountsTable::drawCurrency void *    table,
Int16    row,
Int16    column,
RectangleType *    bounds
[static]
 

draws a number into the specified pos of a table.

void AccountsTable::drawText void *    table,
Int16    row,
Int16    column,
RectangleType *    bounds
[static]
 

draws text into the specified pos of a table.

void AccountsTable::initColumns   [virtual]
 

inits the columns in the table.

Implements Table.

void AccountsTable::loadData   [virtual]
 

loads data into the accounts table.

Implements Table.

Boolean AccountsTable::recordIsValid UInt16    id [virtual]
 

overloads the method in Table.

Implements Table.


Member Data Documentation

const Int16 AccountsTable::balance_col = 1 [static]
 

Definition at line 37 of file AccountsTable.h.

const Int16 AccountsTable::name_col = 0 [static]
 

Definition at line 36 of file AccountsTable.h.


The documentation for this class was generated from the following file:
Generated on Thu Jan 16 23:11:14 2003 for FreeCoins by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002