casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Private Slots | Private Attributes
casa::TBRowLocate Class Reference

Displays results of a row locate. More...

#include <TBRowLocate.qo.h>

List of all members.

Public Member Functions

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

Private Slots

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

Private Attributes

TBLocatedRowsrows
 Displayed row data.
vector< TBTableTabs * > tables
 List of tables.

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 56 of file TBRowLocate.qo.h.


Constructor & Destructor Documentation

Constructor which takes the row data to display.


Member Function Documentation

void casa::TBRowLocate::cellClicked ( int  row) [private, slot]

Slot for when the user clicks a cell.

void casa::TBRowLocate::highlight ( ) [private, slot]

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

void casa::TBRowLocate::next ( ) [private, slot]

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

void casa::TBRowLocate::tabChanged ( int  newIndex) [private, slot]

Slot for when the user changes the tab.


Member Data Documentation

Displayed row data.

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

List of tables.

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


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