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


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. | |
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.
| DlgFilterWorker::DlgFilterWorker | ( | const QPixmap & | pixmapOriginal, |
| QRgb | m_rgbBackground ) |
Single constructor.
Definition at line 15 of file DlgFilterWorker.cpp.
|
signal |
Send a processed vertical piece of the original pixmap. The destination is between xLeft and xLeft+pixmap.width().
|
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.