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::TBViewRecord Class Reference

Widget for viewing record data. More...

#include <TBViewArray.qo.h>

Inheritance diagram for casa::TBViewRecord:

Public Member Functions

 TBViewRecord (TBTableTabs *tt, TBDataRecord *r, casacore::String first, casacore::String second="")
 Constructor which takes the table parent, the record to display, and the "indices" to display in the label. More...
 
 ~TBViewRecord ()
 

Private Member Functions

void fill (QTableWidget &table, casacore::Record &r, casacore::String first, casacore::String second)
 Fills the given table with the given parameters. More...
 

Private Attributes

TBTableTabstt
 casacore::Table parent. More...
 
casacore::Recordrecord
 Displayed record. More...
 

Detailed Description

Widget for viewing record data.

Synopsis

A TBViewRecord displays data in a TBDataRecord format, which uses an underlying casacore::Record object. The record is displayed in a table, and the values can also be another table (for arrays or sub-records).

Definition at line 268 of file TBViewArray.qo.h.

Constructor & Destructor Documentation

casa::TBViewRecord::TBViewRecord ( TBTableTabs tt,
TBDataRecord r,
casacore::String  first,
casacore::String  second = "" 
)

Constructor which takes the table parent, the record to display, and the "indices" to display in the label.

casa::TBViewRecord::~TBViewRecord ( )

Member Function Documentation

void casa::TBViewRecord::fill ( QTableWidget &  table,
casacore::Record r,
casacore::String  first,
casacore::String  second 
)
private

Fills the given table with the given parameters.

Member Data Documentation

casacore::Record& casa::TBViewRecord::record
private

Displayed record.

Definition at line 284 of file TBViewArray.qo.h.

TBTableTabs* casa::TBViewRecord::tt
private

casacore::Table parent.

Definition at line 281 of file TBViewArray.qo.h.


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