utTableDef can be used as a TableDefinition in Report::createTable or Report::findTable. It can be used to create a TableDefinition without definig a new class.
Public Member Functions | |
utTableDef (unsigned int size, const char *labels[], const ColumnType types[]) | |
Implementation of TableDefinition interface | |
| |
virtual unsigned long | getNumberOfColumns () const |
number of columns | |
virtual const char * | getLabelOfColumn (unsigned long i) const |
get label of column | |
virtual ColumnType | getTypeOfColumn (unsigned long i) const |
get type of column |
|
number of columns
Implements TableDefinition. |
|
get label of column
Implements TableDefinition. |
|
get type of column
Implements TableDefinition. |