30 #include <casaqt/QtBrowser/TBTaQL.ui.h>
53 class TBTaQL :
public QDialog, Ui::TaQL {
74 case SELECT:
return "SELECT";
75 case UPDATE:
return "UPDATE";
76 case INSERT:
return "INSERT";
77 case DELETE:
return "DELETE";
78 case CALC:
return "CALC";
79 case CREATE:
return "CREATE";
87 TBTaQL(QWidget* parent = NULL, Commands commands =
SELECT);
120 Q_DECLARE_OPERATORS_FOR_FLAGS(TBTaQL::Commands)
GUI for entering a TaQL command.
void doBrowse()
Slot for the "browse" button.
void doGenerate()
Slot for the "generate" button.
static casacore::String command(Command c)
Returns the casacore::String representation of the given command.
void doClose()
Slot for the "close" button.
Q_DECLARE_FLAGS(Commands, Command)
void closeRequested()
This signal is emitted whenever the user presses the "Close" button.
void doAccept()
Slot for the "accept" button.
Command
Available commands.
const Double c
Fundamental physical constants (SI units):
String: the storage and methods of handling collections of characters.
TBTaQL(QWidget *parent=NULL, Commands commands=SELECT)
Constructor which optionally takes the parent and the commands to show in the builder command chooser...