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