casa  5.7.0-16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Private Member Functions | Private Attributes | List of all members
casa::TBTableInfo Class Reference

Displays general information about a table. More...

#include <TBTableInfo.qo.h>

Inheritance diagram for casa::TBTableInfo:

Public Member Functions

 TBTableInfo (TBTable *table)
 Constructor that takes the table to be displayed. More...
 
 ~TBTableInfo ()
 

Private Member Functions

void setFields (std::vector< TBField * > *fields)
 Sets the fields information in the QTableWidget. More...
 

Private Attributes

TBTabletable
 casacore::Table pointer. More...
 

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 53 of file TBTableInfo.qo.h.

Constructor & Destructor Documentation

casa::TBTableInfo::TBTableInfo ( TBTable table)

Constructor that takes the table to be displayed.

casa::TBTableInfo::~TBTableInfo ( )

Member Function Documentation

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

Sets the fields information in the QTableWidget.

Member Data Documentation

TBTable* casa::TBTableInfo::table
private

casacore::Table pointer.

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


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