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

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

#include <DlgFilterThread.h>

Inheritance diagram for DlgFilterThread:

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

 DlgFilterThread (const QPixmap &pixmapOriginal, QRgb rgbBackground, DlgSettingsColorFilter &dlgSettingsColorFilter)
 Single constructor.
 
virtual void run ()
 Run this thread.
 

Detailed Description

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

Definition at line 18 of file DlgFilterThread.h.


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