casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Private Member Functions | Private Attributes
casa::TBTableInfo Class Reference

Displays general information about a table. More...

#include <TBTableInfo.qo.h>

List of all members.

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

TBTabletable
 Table pointer.

Detailed Description

Displays general information about a table.

Synopsis

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.


Constructor & Destructor Documentation

Constructor that takes the table to be displayed.


Member Function Documentation

void casa::TBTableInfo::setFields ( vector< TBField * > *  fields) [private]

Sets the fields information in the QTableWidget.


Member Data Documentation

Table pointer.

Definition at line 67 of file TBTableInfo.qo.h.


The documentation for this class was generated from the following file: