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