ddt
0.1
|
#include <ddtReferenceLineDialog.hpp>
Public Slots | |
virtual void | CurrentIndexChanged (const QString &text) |
virtual void | AutoPressed () |
virtual void | QuitPressed () |
void | UpdateIntensityValues () |
![]() | |
virtual void | ConfirmPressed () |
virtual void | CancelPressed () |
virtual void | QuitPressed () |
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 | |
DdtReferenceLineDialog (QWidget *parent=nullptr) | |
virtual | ~DdtReferenceLineDialog ()=default |
void | SetInitialParameter (const QString parameter_id, const QVariant parameter) override |
void | SetChangedParameter (const QString param_id, const QVariant parameter) override |
bool | eventFilter (QObject *obj, QEvent *event) override |
QString | GetDialogName () override |
![]() | |
DdtDialog (QWidget *parent=nullptr) | |
virtual | ~DdtDialog () |
Protected Member Functions | |
virtual void | CreateDialog () |
virtual void | RetranslateUi () |
void | changeEvent (QEvent *event) override |
void | focusInEvent (QFocusEvent *event) override |
void | closeEvent (QCloseEvent *event) override |
![]() | |
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 reference line dialog
|
explicit |
Constructor
parent | Pointer to the parent widget |
|
virtualdefault |
Destructor
|
virtualslot |
Slot called when the auto button was pressed.
|
overrideprotected |
|
overrideprotected |
|
protectedvirtual |
Creates the dialog elements
Implements DdtDialog.
|
virtualslot |
Slot called when the index of the interpolation combo box changed.
|
override |
Event filter that will be called especially when mouse events reach the widget
obj | Pointer to the object |
event | Pointer to the event that occurred |
|
overrideprotected |
|
overridevirtual |
Method that return the dialogs name in human readable form
Implements DdtDialog.
|
signal |
Parameter of dialog has changed
|
virtualslot |
Slot called when the quit button was pressed. Default behavior is to close the dialog.
|
protectedvirtual |
|
overridevirtual |
Called when an element of the dialog was changed
param_id | ID of the parameter |
parameter | QVariant of the parameter |
Reimplemented from DdtDialog.
|
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.
|
slot |
Slot called when editing in one of the edit fields finished.