casa::TBViewRecord Class Reference

Widget for viewing record data. More...

#include <TBViewArray.qo.h>

List of all members.

Public Member Functions

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

Private Member Functions

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

Private Attributes

TBTableTabstt
 Table parent.
Record & record
 Displayed record.

Detailed Description

Widget for viewing record data.

Synopsis

A TBViewRecord displays data in a TBDataRecord format, which uses an underlying 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,
String  first,
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,
Record &  r,
String  first,
String  second 
) [private]

Fills the given table with the given parameters.


Member Data Documentation

Record& casa::TBViewRecord::record [private]

Displayed record.

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

Table parent.

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


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 31 Aug 2016 for casa by  doxygen 1.6.1