casa
$Rev:20696$
|
Displays general information about a table. More...
#include <TBTableInfo.qo.h>
Public Member Functions | |
TBTableInfo (TBTable *table) | |
Constructor that takes the table to be displayed. | |
~TBTableInfo () | |
Private Member Functions | |
void | setFields (vector< TBField * > *fields) |
Sets the fields information in the QTableWidget. | |
Private Attributes | |
TBTable * | table |
Table pointer. |
Displays general information about a table.
TBTableInfo is a widget that displays the following table information: location, total rows, can insert rows, can delete rows, and fields. For each field the name and type is shown as well as any additional information if it is provided.
Definition at line 56 of file TBTableInfo.qo.h.
casa::TBTableInfo::TBTableInfo | ( | TBTable * | table | ) |
Constructor that takes the table to be displayed.
void casa::TBTableInfo::setFields | ( | vector< TBField * > * | fields | ) | [private] |
Sets the fields information in the QTableWidget.
TBTable* casa::TBTableInfo::table [private] |
Table pointer.
Definition at line 67 of file TBTableInfo.qo.h.