Engauge Digitizer  2
Public Member Functions | List of all members
DlgFilterCommand Class Reference

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.
 
DlgFilterCommandoperator= (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.
 

Detailed Description

Command pattern object for receiving new parameters in DlgFilterWorker from GUI thread.

Definition at line 13 of file DlgFilterCommand.h.


The documentation for this class was generated from the following files: