Engauge Digitizer 2
|
Command pattern object for receiving new parameters in DlgFilterWorker from GUI thread. More...
#include <DlgFilterCommand.h>
Public Member Functions | |
DlgFilterCommand (ColorFilterMode colorFilterMode, double low0To1, double high0To1) | |
Initial constructor. | |
DlgFilterCommand (const DlgFilterCommand &other) | |
Copy constructor. | |
DlgFilterCommand & | operator= (const DlgFilterCommand &other) |
Assignment operator. | |
ColorFilterMode | colorFilterMode () const |
Get method for filter mode. | |
double | high0To1 () const |
Get method for high value. | |
double | low0To1 () const |
Get method for low value. |
Command pattern object for receiving new parameters in DlgFilterWorker from GUI thread.
Definition at line 13 of file DlgFilterCommand.h.
DlgFilterCommand::DlgFilterCommand | ( | ColorFilterMode | colorFilterMode, |
double | low0To1, | ||
double | high0To1 ) |
Initial constructor.
Definition at line 9 of file DlgFilterCommand.cpp.
DlgFilterCommand::DlgFilterCommand | ( | const DlgFilterCommand & | other | ) |
Copy constructor.
Definition at line 18 of file DlgFilterCommand.cpp.
ColorFilterMode DlgFilterCommand::colorFilterMode | ( | ) | const |
Get method for filter mode.
Definition at line 34 of file DlgFilterCommand.cpp.
double DlgFilterCommand::high0To1 | ( | ) | const |
Get method for high value.
Definition at line 39 of file DlgFilterCommand.cpp.
double DlgFilterCommand::low0To1 | ( | ) | const |
Get method for low value.
Definition at line 44 of file DlgFilterCommand.cpp.
DlgFilterCommand & DlgFilterCommand::operator= | ( | const DlgFilterCommand & | other | ) |
Assignment operator.
Definition at line 25 of file DlgFilterCommand.cpp.