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

Displays results of a row locate. More...

#include <TBRowLocate.qo.h>

Inheritance diagram for casa::TBRowLocate:

Public Member Functions

 TBRowLocate (TBLocatedRows *rows)
 Constructor which takes the row data to display. More...
 
 ~TBRowLocate ()
 

Private Slots

void cellClicked (int row)
 Slot for when the user clicks a cell. More...
 
void highlight ()
 Slot for when the user clicks the "Highlight" button. More...
 
void next ()
 Slot for when the user clicks the "Next" button. More...
 
void tabChanged (int newIndex)
 Slot for when the user changes the tab. More...
 

Private Attributes

TBLocatedRowsrows
 Displayed row data. More...
 
std::vector< TBTableTabs * > tables
 casacore::List of tables. More...
 

Detailed Description

Displays results of a row locate.

Synopsis

A TBRowLocate is basically a tab widget, where each tab holds a table that lists the given row data. The TBRowLocate also has buttons to perform actions on the located rows. Currently these actions include highlighting the row in the table browser.

Definition at line 53 of file TBRowLocate.qo.h.

Constructor & Destructor Documentation

casa::TBRowLocate::TBRowLocate ( TBLocatedRows rows)

Constructor which takes the row data to display.

casa::TBRowLocate::~TBRowLocate ( )

Member Function Documentation

void casa::TBRowLocate::cellClicked ( int  row)
privateslot

Slot for when the user clicks a cell.

void casa::TBRowLocate::highlight ( )
privateslot

Slot for when the user clicks the "Highlight" button.

void casa::TBRowLocate::next ( )
privateslot

Slot for when the user clicks the "Next" button.

void casa::TBRowLocate::tabChanged ( int  newIndex)
privateslot

Slot for when the user changes the tab.

Member Data Documentation

TBLocatedRows* casa::TBRowLocate::rows
private

Displayed row data.

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

std::vector<TBTableTabs*> casa::TBRowLocate::tables
private

casacore::List of tables.

Definition at line 67 of file TBRowLocate.qo.h.


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