#include <qwidget.h>
#include "../../backend/tools/imageTools.h"
Include dependency graph for editingInterface.h:

This graph shows which files directly or indirectly include this file:

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... | |
|
|
Manipulations listed in the order in which they will be displayed in the drop down list.
Definition at line 31 of file editingInterface.h. 00032 {
00033 BW_EFFECT = 0,
00034 SEPIA_EFFECT,
00035 INVERT_EFFECT,
00036 EMBOSS_EFFECT,
00037 MOSAIC_EFFECT,
00038 PAINTING_EFFECT,
00039 //===============
00040 //place effects that are not release quality below
00041 //NUM_MANIPULATIONS to exclude them from the drop-down menu
00042 NUM_MANIPULATIONS,
00043 POINTILLISM_EFFECT,
00044 } MANIPULATION;
|
1.3.9.1