casa
$Rev:20696$
|
Displays results of a row locate. More...
#include <TBRowLocate.qo.h>
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 | |
TBLocatedRows * | rows |
Displayed row data. | |
vector< TBTableTabs * > | tables |
List of tables. |
Displays results of a row locate.
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.
casa::TBRowLocate::TBRowLocate | ( | TBLocatedRows * | rows | ) |
Constructor which takes the row data to display.
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.
TBLocatedRows* casa::TBRowLocate::rows [private] |
Displayed row data.
Definition at line 67 of file TBRowLocate.qo.h.
vector<TBTableTabs*> casa::TBRowLocate::tables [private] |
List of tables.
Definition at line 70 of file TBRowLocate.qo.h.