ddt
0.1
|
#include <ddtGraphicsControlDialog.hpp>
Public Slots | |
void | SetChangedParameter (const QString param_id, const QVariant parameter) override |
void | QuitPressed () override |
![]() | |
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) |
![]() | |
void | ParameterChanged (const QString dialog_id, const QString param_id, const QVariant parameter) |
Public Member Functions | |
DdtGraphicsControlDialog (QWidget *parent=nullptr) | |
~DdtGraphicsControlDialog () override=default | |
void | SetInitialParameter (const QString parameter_id, const QVariant parameter) override |
QString | GetDialogName () override |
![]() | |
DdtDialog (QWidget *parent=nullptr) | |
virtual | ~DdtDialog () |
Protected Member Functions | |
void | CreateDialog () override |
virtual void | AddElementsToGroupBox () |
![]() | |
virtual void | AddDefaultButtonsToLayout (QBoxLayout *layout, bool show_confirm_button, bool show_quit_button, bool show_cancel_button) |
virtual QLayout * | GetMainLayout () |
Additional Inherited Members | |
![]() | |
QLayout * | main_layout |
Class for the graphics control dialog
|
explicit |
Constructor
parent | Pointer to the parent widget |
|
overridedefault |
Destructor
|
protectedvirtual |
Add elements to the group box
|
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.
|
overrideslot |
Called when an element of the dialog was changed
param_id | ID of the parameter |
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.