7 #include "DlgFilterCommand.h" 12 m_colorFilterMode (colorFilterMode),
36 return m_colorFilterMode;
Command pattern object for receiving new parameters in DlgFilterWorker from GUI thread.
DlgFilterCommand(ColorFilterMode colorFilterMode, double low0To1, double high0To1)
Initial constructor.
double low0To1() const
Get method for low value.
double high0To1() const
Get method for high value.
DlgFilterCommand & operator=(const DlgFilterCommand &other)
Assignment operator.
ColorFilterMode colorFilterMode() const
Get method for filter mode.