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