casa
5.7.0-16
|
Widget for viewing record data. More...
#include <TBViewArray.qo.h>
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 | |
TBTableTabs * | tt |
casacore::Table parent. More... | |
casacore::Record & | record |
Displayed record. More... | |
Widget for viewing record data.
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.
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 | ( | ) |
|
private |
Fills the given table with the given parameters.
|
private |
Displayed record.
Definition at line 284 of file TBViewArray.qo.h.
|
private |
casacore::Table parent.
Definition at line 281 of file TBViewArray.qo.h.