27 #ifndef TBVALIDITYCHECKER_H_
28 #define TBVALIDITYCHECKER_H_
30 #include <casaqt/QtBrowser/TBValidityChecker.ui.h>
void runCheck()
Slot to run the selected check in the selected test on the selected table.
TBBrowser * browser
Browser parent.
void tableClosed(casacore::String table)
Slot for when a table is closed in the browser.
void loadTest(int index)
Slot for when the user selects a new test.
Browser widget for managing opened tables.
std::vector< TBTest * > tests
casacore::List of tests that can be run.
Widget for running TBTests on opened tables.
void setupTests()
Sets up the tests in the GUI.
void tableChanged(QString newTable)
Slot for when the user selects a new table.
void runChecks()
Slot to run all checks in the selected test on the selected table.
String: the storage and methods of handling collections of characters.
void tableOpened(casacore::String table)
Slot for when a new table is opened in the browser.
TBValidityChecker(TBBrowser *browser)
Constructor that takes the browser parent.