#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.
|