|
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() More... | |
Public Member Functions | |
| DlgFilterThread (const QPixmap &pixmapOriginal, QRgb rgbBackground, DlgSettingsColorFilter &dlgSettingsColorFilter) | |
| Single constructor. More... | |
| virtual void | run () |
| Run this thread. More... | |
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.
| DlgFilterThread::DlgFilterThread | ( | const QPixmap & | pixmapOriginal, |
| QRgb | rgbBackground, | ||
| DlgSettingsColorFilter & | dlgSettingsColorFilter | ||
| ) |
Single constructor.
Definition at line 10 of file DlgFilterThread.cpp.
|
virtual |
Run this thread.
Definition at line 20 of file DlgFilterThread.cpp.
|
signal |
Send a processed vertical piece of the original pixmap. The destination is between xLeft and xLeft+pixmap.width()
1.8.14