|
ddt
0.1
|
#include <ddtPVCMDialog.hpp>
Public Slots | |
| virtual void | ResetPressed () |
| virtual void | MedianFilterPressed () |
| virtual void | QuitPressed () |
| virtual void | UpdateCutValues () |
| virtual void | AutoSetPressed_0 () |
| virtual void | AutoSetPressed_1 () |
| virtual void | AutoSetPressed_2 () |
| virtual void | AutoSetPressed_3 () |
| virtual void | AutoSetPressed_4 () |
| virtual void | AutoSetPressed_5 () |
Public Slots inherited from DdtDialog | |
| virtual void | ConfirmPressed () |
| virtual void | CancelPressed () |
| virtual void | QuitPressed () |
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 | |
| DdtPVCMDialog (QWidget *parent=nullptr) | |
| virtual | ~DdtPVCMDialog ()=default |
| void | SetInitialParameter (const QString parameter_id, const QVariant parameter) override |
| void | SetChangedParameter (const QString param_id, const QVariant parameter) override |
| QString | GetDialogName () override |
Public Member Functions inherited from DdtDialog | |
| DdtDialog (QWidget *parent=nullptr) | |
| virtual | ~DdtDialog () |
Protected Member Functions | |
| virtual void | CreateDialog () |
| virtual void | RetranslateUi () |
| virtual void | paintEvent (QPaintEvent *event) |
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 PVCM dialog
|
explicit |
Constructor
| parent | Pointer to the parent widget |
|
virtualdefault |
Destructor
|
virtualslot |
Slot called when the auto set button 0 was pressed
|
virtualslot |
Slot called when the auto set button 1 was pressed
|
virtualslot |
Slot called when the auto set button 2 was pressed
|
virtualslot |
Slot called when the auto set button 3 was pressed
|
virtualslot |
Slot called when the auto set button 4 was pressed
|
virtualslot |
Slot called when the auto set button 5 was pressed
|
protectedvirtual |
Creates the dialog elements
Implements DdtDialog.
|
overridevirtual |
Method that return the dialogs name in human readable form
Implements DdtDialog.
|
virtualslot |
Slot called when the median filter button was pressed. This applies a median filter algorithm to define the cut values.
|
protectedvirtual |
|
signal |
Parameter of dialog has changed
|
virtualslot |
Slot called when the quit button was pressed. Stops the PVCM operation.
|
virtualslot |
Slot called when the reset button was pressed. This resets the cut levels to the min/max pixel values.
|
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.
|
virtualslot |
Slot called when editing in one of the edit fields finished.