|
ddt
0.1
|
#include <ddtFITSTableDialog.hpp>
Public Slots | |
| void | ConfirmPressed () override |
| void | QuitPressed () override |
| void | CancelPressed () override |
| void | SetChangedParameter (const QString param_id, const QVariant parameter) override |
Public Slots inherited from DdtDialog | |
| virtual void | ConfirmPressed () |
| virtual void | CancelPressed () |
| virtual void | QuitPressed () |
| virtual void | SetChangedParameter (const QString param_id, const QVariant parameter) |
Signals | |
| void | ParameterChanged (const QString dialog_id, const QString param_id, const QVariant parameter) |
Signals inherited from DdtDialog | |
| void | ParameterChanged (const QString dialog_id, const QString param_id, const QVariant parameter) |
Public Member Functions | |
| DdtFITSTableDialog (QWidget *parent=nullptr) | |
| ~DdtFITSTableDialog () override=default | |
| void | SetInitialParameter (const QString parameter_id, const QVariant parameter) override |
| QString | GetDialogName () override |
Public Member Functions inherited from DdtDialog | |
| DdtDialog (QWidget *parent=nullptr) | |
| virtual | ~DdtDialog () |
Protected Member Functions | |
| void | CreateDialog () override |
| virtual void | RetranslateUi () |
| void | UpdateTableData (const int tableNumber, const QList< QVariant > table_data) const |
| void | UpdateRowColData (const int tableNumber, const QList< QVariant > colNames) const |
| void | ClearAndPrepare (const QVariant parameter) |
| void | Clear () |
Protected Member Functions inherited from DdtDialog | |
| virtual void | AddDefaultButtonsToLayout (QBoxLayout *layout, bool show_confirm_button, bool show_quit_button, bool show_cancel_button) |
| virtual QLayout * | GetMainLayout () |
Additional Inherited Members | |
Protected Attributes inherited from DdtDialog | |
| QLayout * | main_layout |
Class for the FITS table dialog
|
explicit |
Constructor
| parent | Pointer to the parent widget |
|
overridedefault |
Destructor
|
overrideslot |
Slot called when the cancel button was pressed. Stops the pick operation.
|
protected |
Clear the current table widget
|
protected |
Clear the current table widget and prepare for the next data to show
|
overrideslot |
Slot called when the confirm button was pressed. Default behavior is to close the dialog.
|
overrideprotectedvirtual |
Creates the dialog elements
Implements DdtDialog.
|
overridevirtual |
Method that return the dialogs name in human readable form
Implements DdtDialog.
|
signal |
Parameter of dialog has changed
|
overrideslot |
Slot called when the quit button was pressed. Default behavior is to close the dialog.
|
protectedvirtual |
|
overrideslot |
Called when an elemet of the dialog was changed
| param_id | ID of the paramter |
| parameter | QVariant of the parameter |
|
overridevirtual |
Method to set initial parameters that should be selected in a dialog at startup
| parameter_id | ID of the parameter to set |
| parameter | QVariant of the value to set |
Implements DdtDialog.
|
protected |
Update the row / column elements in the dialog
|
protected |
Update the table data elements in the dialog