AlbumShaper
1.0a3
|
#include <QLabel>
#include <QKeyEvent>
#include <qwidget.h>
#include "../../backend/tools/imageTools.h"
Go to the source code of this file.
Classes | |
class | EditingInterface |
Interface for editing photo. More... | |
Enumerations | |
enum | MANIPULATION { BW_EFFECT = 0, SEPIA_EFFECT, INVERT_EFFECT, EMBOSS_EFFECT, MOSAIC_EFFECT, PAINTING_EFFECT, NUM_MANIPULATIONS, POINTILLISM_EFFECT } |
Manipulations listed in the order in which they will be displayed in the drop down list. More... | |
enum MANIPULATION |
Manipulations listed in the order in which they will be displayed in the drop down list.
Enumerator | |
---|---|
BW_EFFECT | |
SEPIA_EFFECT | |
INVERT_EFFECT | |
EMBOSS_EFFECT | |
MOSAIC_EFFECT | |
PAINTING_EFFECT | |
NUM_MANIPULATIONS | |
POINTILLISM_EFFECT |
Definition at line 34 of file editingInterface.h.