AlbumShaper
1.0a3
|
#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.
BW_EFFECT | |
SEPIA_EFFECT | |
INVERT_EFFECT | |
EMBOSS_EFFECT | |
MOSAIC_EFFECT | |
PAINTING_EFFECT | |
NUM_MANIPULATIONS | |
POINTILLISM_EFFECT |
Definition at line 31 of file editingInterface.h.
{ BW_EFFECT = 0, SEPIA_EFFECT, INVERT_EFFECT, EMBOSS_EFFECT, MOSAIC_EFFECT, PAINTING_EFFECT, //=============== //place effects that are not release quality below //NUM_MANIPULATIONS to exclude them from the drop-down menu NUM_MANIPULATIONS, POINTILLISM_EFFECT, } MANIPULATION;