Engauge Digitizer  2
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.


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