#include <ddtHDUDialog.hpp>
|
void | ParameterChanged (const QString dialog_id, const QString param_id, const QVariant parameter) |
|
void | ParameterChanged (const QString dialog_id, const QString param_id, const QVariant parameter) |
|
◆ DdtHDUDialog()
DdtHDUDialog::DdtHDUDialog |
( |
QWidget * |
parent = nullptr | ) |
|
|
explicit |
Constructor
- Parameters
-
parent | Pointer to the parent widget |
◆ ~DdtHDUDialog()
virtual DdtHDUDialog::~DdtHDUDialog |
( |
| ) |
|
|
virtualdefault |
◆ AllAsOne
void DdtHDUDialog::AllAsOne |
( |
| ) |
|
|
virtualslot |
Slot called when the Display as one Image button was pressed.
◆ CancelPressed
void DdtHDUDialog::CancelPressed |
( |
| ) |
|
|
virtualslot |
Slot called when the cancel button was pressed. Stops the pick operation.
◆ ConfirmPressed
void DdtHDUDialog::ConfirmPressed |
( |
| ) |
|
|
virtualslot |
Slot called when the confirm button was pressed. Default behavior is to close the dialog.
◆ CreateDialog()
void DdtHDUDialog::CreateDialog |
( |
| ) |
|
|
protectedvirtual |
Creates the dialog elements
Implements DdtDialog.
◆ GetDialogName()
QString DdtHDUDialog::GetDialogName |
( |
| ) |
|
|
overridevirtual |
Method that return the dialogs name in human readable form
- Returns
- Name of the dialog
Implements DdtDialog.
◆ OpenSingle
void DdtHDUDialog::OpenSingle |
( |
| ) |
|
|
virtualslot |
Slot called when the Open button was pressed.
◆ ParameterChanged
void DdtHDUDialog::ParameterChanged |
( |
const QString |
dialog_id, |
|
|
const QString |
param_id, |
|
|
const QVariant |
parameter |
|
) |
| |
|
signal |
Parameter of dialog has changed
◆ QuitPressed
void DdtHDUDialog::QuitPressed |
( |
| ) |
|
|
virtualslot |
Slot called when the quit button was pressed. Default behavior is to close the dialog.
◆ RetranslateUi()
void DdtHDUDialog::RetranslateUi |
( |
| ) |
|
|
protectedvirtual |
◆ SetChangedParameter()
void DdtHDUDialog::SetChangedParameter |
( |
const QString |
param_id, |
|
|
const QVariant |
parameter |
|
) |
| |
|
overridevirtual |
Called when an element of the dialog was changed
- Parameters
-
param_id | ID of the parameter |
parameter | QVariant of the parameter |
Reimplemented from DdtDialog.
◆ SetInitialParameter()
void DdtHDUDialog::SetInitialParameter |
( |
const QString |
parameter_id, |
|
|
const QVariant |
parameter |
|
) |
| |
|
overridevirtual |
Method to set initial parameters that should be selected in a dialog at startup
- Parameters
-
parameter_id | ID of the parameter to set |
parameter | QVariant of the value to set |
Implements DdtDialog.
◆ UpdateTableData()
void DdtHDUDialog::UpdateTableData |
( |
const QList< QVariant > |
table_data | ) |
|
|
protected |
The documentation for this class was generated from the following files: