ddt 1.1.0
|
#include <ddtReferenceLineDialog.hpp>
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 | |
virtual | ~DdtReferenceLineDialog ()=default |
![]() | |
virtual void | SetInitialParameter (const QString parameter_id, const QVariant parameter)=0 |
virtual QString | GetDialogName ()=0 |
DdtDialog (QWidget *parent=nullptr) | |
virtual | ~DdtDialog () |
DdtReferenceLineDialog (QWidget *parent=nullptr) | |
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 |
virtual void | CreateDialog () override |
virtual void | RetranslateUi () |
void | changeEvent (QEvent *event) override |
void | focusInEvent (QFocusEvent *event) override |
void | closeEvent (QCloseEvent *event) override |
virtual void | CurrentIndexChanged (const QString &text) |
virtual void | AutoPressed () |
virtual void | QuitPressed () override |
void | UpdateIntensityValues () |
Additional Inherited Members | |
![]() | |
virtual void | ConfirmPressed () |
virtual void | CancelPressed () |
virtual void | QuitPressed () |
![]() | |
virtual void | CreateDialog ()=0 |
template<typename Func1 , typename Func2 > | |
void | connect (const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const QObject *context, Func2 slot) |
connect Template version of QObject::connection with fixed Qt::QueuedConnection flag. Normally used to connect a signal with a lambda function. | |
virtual void | AddDefaultButtonsToLayout (QBoxLayout *layout, bool show_confirm_button, bool show_quit_button, bool show_cancel_button) |
virtual QLayout * | GetMainLayout () |
void | connect (const QObject *sender, const char *signal, const QObject *receiver, const char *member) |
connect Group of overloaded functions that use the QObject::connect method with the Qt::QueuedConnection flag. This defines Qt Signal and Slots connection the same way thought out the QApplication. | |
void | connect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method) |
void | connect (const QObject *sender, const char *signal, const char *member) |
![]() | |
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 |
|
overrideprotectedvirtual |
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
|
overridevirtualslot |
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.