7#ifndef DLG_FILTER_WORKER_H
8#define DLG_FILTER_WORKER_H
29 QRgb m_rgbBackground);
38 void slotRestartTimeout ();
48 QImage m_imageOriginal;
57 QTimer m_restartTimer;
QList< DlgFilterCommand > FilterCommandQueue
void signalTransferPiece(int xLeft, QImage image)
Send a processed vertical piece of the original pixmap. The destination is between xLeft and xLeft+pi...
DlgFilterWorker(const QPixmap &pixmapOriginal, QRgb m_rgbBackground)
Single constructor.
void slotNewParameters(ColorFilterMode colorFilterMode, double low, double high)
Start processing with a new set of parameters. Any ongoing processing is interrupted when m_filterMod...