#include <denoiseParameterForm.h>
Public Member Functions | |
| DenoiseParameterForm () | |
| Default Constructor. | |
| float | getMeanK () const |
| Returns the mean. | |
| float | getStdDevThresh () const |
| Returns the standard deviation multiplier threshold. | |
| bool | ok () const |
| Checks whether the OK button was pressed. | |
| ~DenoiseParameterForm () | |
| Destructor. | |
Private Slots | |
| void | accept () |
| Accepts and stores the current user inputs, and turns off the dialog box. | |
| void | reject () |
| Rejects the current inputs, and turns off the dialog box. | |
Private Attributes | |
| QDialogButtonBox * | button_box_ |
| The button box. | |
| QFormLayout * | layout_ |
| The layout of the two input QLineEdit objects. | |
| QVBoxLayout * | main_layout_ |
| The main layout for the dialog. | |
| float | mean_k_ |
| The mean. | |
| QLineEdit * | mean_K_line_ |
| The line for entering the mean. | |
| bool | ok_ |
| The flag indicating whether the OK button was pressed. | |
| QLineEdit * | std_dev_mul_thresh_line_ |
| The line for entering the standard deviation multiplier threshold. | |
| float | std_dev_thresh_ |
| The standard deviation multiplier threshold. | |
Definition at line 52 of file denoiseParameterForm.h.
Default Constructor.
Definition at line 43 of file denoiseParameterForm.cpp.
Destructor.
Definition at line 68 of file denoiseParameterForm.cpp.
| void DenoiseParameterForm::accept | ( | ) | [private, slot] |
Accepts and stores the current user inputs, and turns off the dialog box.
Definition at line 78 of file denoiseParameterForm.cpp.
| float DenoiseParameterForm::getMeanK | ( | ) | const [inline] |
Returns the mean.
Definition at line 66 of file denoiseParameterForm.h.
| float DenoiseParameterForm::getStdDevThresh | ( | ) | const [inline] |
Returns the standard deviation multiplier threshold.
Definition at line 74 of file denoiseParameterForm.h.
| bool DenoiseParameterForm::ok | ( | ) | const [inline] |
Checks whether the OK button was pressed.
Definition at line 82 of file denoiseParameterForm.h.
| void DenoiseParameterForm::reject | ( | ) | [private, slot] |
Rejects the current inputs, and turns off the dialog box.
Definition at line 101 of file denoiseParameterForm.cpp.
QDialogButtonBox* DenoiseParameterForm::button_box_ [private] |
The button box.
Definition at line 103 of file denoiseParameterForm.h.
QFormLayout* DenoiseParameterForm::layout_ [private] |
The layout of the two input QLineEdit objects.
Definition at line 105 of file denoiseParameterForm.h.
QVBoxLayout* DenoiseParameterForm::main_layout_ [private] |
The main layout for the dialog.
Definition at line 107 of file denoiseParameterForm.h.
float DenoiseParameterForm::mean_k_ [private] |
The mean.
Definition at line 109 of file denoiseParameterForm.h.
QLineEdit* DenoiseParameterForm::mean_K_line_ [private] |
The line for entering the mean.
Definition at line 99 of file denoiseParameterForm.h.
bool DenoiseParameterForm::ok_ [private] |
The flag indicating whether the OK button was pressed.
Definition at line 113 of file denoiseParameterForm.h.
QLineEdit* DenoiseParameterForm::std_dev_mul_thresh_line_ [private] |
The line for entering the standard deviation multiplier threshold.
Definition at line 101 of file denoiseParameterForm.h.
float DenoiseParameterForm::std_dev_thresh_ [private] |
The standard deviation multiplier threshold.
Definition at line 111 of file denoiseParameterForm.h.