Engauge Digitizer 2
|
#include "ColorFilterMode.h"
#include "DlgFilterCommand.h"
#include <QImage>
#include <QList>
#include <QObject>
#include <QPixmap>
#include <QRgb>
#include <QTimer>
Go to the source code of this file.
Classes | |
class | DlgFilterWorker |
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... |
Typedefs | |
typedef QList< DlgFilterCommand > | FilterCommandQueue |
typedef QList<DlgFilterCommand> FilterCommandQueue |
Definition at line 19 of file DlgFilterWorker.h.