|
Engauge Digitizer 2
|
#include <QMap>#include <QPoint>#include <QQueue>#include <QStack>#include <QString>Go to the source code of this file.
Classes | |
| class | Pixels |
| Utility class for pixel manipulation. More... | |
Typedefs | |
| typedef QMap< QString, bool > | HashLookup |
| Quick lookup table for pixel coordinate hashes processed so far. | |
| typedef QQueue< QPoint > | QueuedPoints |
Enumerations | |
| enum | PixelFillState { PIXEL_FILL_STATE_UNPROCESSED , PIXEL_FILL_STATE_IN_PROCESS , PIXEL_FILL_STATE_PROCESSED } |
| Each pixel transitions from unprocessed, to in-process, to processed. More... | |
| typedef QMap<QString, bool> HashLookup |
| typedef QQueue<QPoint> QueuedPoints |
| enum PixelFillState |