casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Private Member Functions | Private Attributes
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.
Recordrecord
 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 271 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.


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

Displayed record.

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

Table parent.

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


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