#include <SplitsTable.h>
Inheritance diagram for SplitsTable:
Public Methods | |
SplitsTable () | |
initialises the table. More... | |
void | loadData () |
loads data into the 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 | drawCell (void *table, Int16 row, Int16 column, RectangleType *bounds) |
draws a cell in the table. More... |
Definition at line 28 of file SplitsTable.h.
|
initialises the table.
|
|
draws a cell in the table.
|
|
inits the columns in the table.
Implements Table. |
|
loads data into the table.
Implements Table. |
|
overloads the method in Table.
Implements Table. |