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
Class for processing new filter settings. This is based on http://blog.debao.me/2013/08/how-to-use-qw...
void signalTransferPiece(int xLeft, QImage image)
Send a processed vertical piece of the original pixmap. The destination is between xLeft and xLeft+pi...
void slotNewParameters(ColorFilterMode colorFilterMode, double low, double high)
Start processing with a new set of parameters. Any ongoing processing is interrupted when m_filterMod...