Widget for running TBTests on opened tables.
More...
#include <TBValidityChecker.qo.h>
Widget for running TBTests on opened tables.
Synopsis
A TBValidityChecker allows the user to select a table and then run any defined TBTests on it. The pass/fail results are then shown to the user.
Definition at line 53 of file TBValidityChecker.qo.h.
casa::TBValidityChecker::TBValidityChecker |
( |
TBBrowser * |
browser | ) |
|
Constructor that takes the browser parent.
casa::TBValidityChecker::~TBValidityChecker |
( |
| ) |
|
void casa::TBValidityChecker::loadTest |
( |
int |
index | ) |
|
|
privateslot |
Slot for when the user selects a new test.
Loads the checks in the right side of the widget.
void casa::TBValidityChecker::runCheck |
( |
| ) |
|
|
privateslot |
Slot to run the selected check in the selected test on the selected table.
void casa::TBValidityChecker::runChecks |
( |
| ) |
|
|
privateslot |
Slot to run all checks in the selected test on the selected table.
void casa::TBValidityChecker::setupTests |
( |
| ) |
|
|
private |
Sets up the tests in the GUI.
void casa::TBValidityChecker::tableChanged |
( |
QString |
newTable | ) |
|
|
privateslot |
Slot for when the user selects a new table.
Slot for when a table is closed in the browser.
Removes the name from the list of opened tables.
Slot for when a new table is opened in the browser.
Adds the name to the list of opened tables.
std::vector<TBTest*> casa::TBValidityChecker::tests |
|
private |
The documentation for this class was generated from the following file: