Engauge Digitizer 2
Loading...
Searching...
No Matches
Public Slots | Signals | Public Member Functions | List of all members
DlgFilterWorker Class Reference

Class for processing new filter settings. This is based on http://blog.debao.me/2013/08/how-to-use-qworker-in-the-right-way-part-1/. More...

#include <DlgFilterWorker.h>

Inheritance diagram for DlgFilterWorker:

Public Slots

void slotNewParameters (ColorFilterMode colorFilterMode, double low, double high)
 Start processing with a new set of parameters. Any ongoing processing is interrupted when m_filterMode changes.
 

Signals

void signalTransferPiece (int xLeft, QImage image)
 Send a processed vertical piece of the original pixmap. The destination is between xLeft and xLeft+pixmap.width()
 

Public Member Functions

 DlgFilterWorker (const QPixmap &pixmapOriginal, QRgb m_rgbBackground)
 Single constructor.
 

Detailed Description

Class for processing new filter settings. This is based on http://blog.debao.me/2013/08/how-to-use-qworker-in-the-right-way-part-1/.

Definition at line 22 of file DlgFilterWorker.h.

Constructor & Destructor Documentation

◆ DlgFilterWorker()

DlgFilterWorker::DlgFilterWorker ( const QPixmap &  pixmapOriginal,
QRgb  m_rgbBackground 
)

Single constructor.

Definition at line 15 of file DlgFilterWorker.cpp.

Member Function Documentation

◆ slotNewParameters

void DlgFilterWorker::slotNewParameters ( ColorFilterMode  colorFilterMode,
double  low,
double  high 
)
slot

Start processing with a new set of parameters. Any ongoing processing is interrupted when m_filterMode changes.

Definition at line 27 of file DlgFilterWorker.cpp.


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