AlbumShaper 1.0a3
editingInterface.h File Reference
#include <QLabel>
#include <QKeyEvent>
#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...
 

Enumeration Type Documentation

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

35{
36 BW_EFFECT = 0,
42 //===============
43 //place effects that are not release quality below
44 //NUM_MANIPULATIONS to exclude them from the drop-down menu
MANIPULATION
Manipulations listed in the order in which they will be displayed in the drop down list.
@ INVERT_EFFECT
@ PAINTING_EFFECT
@ POINTILLISM_EFFECT
@ BW_EFFECT
@ EMBOSS_EFFECT
@ MOSAIC_EFFECT
@ SEPIA_EFFECT
@ NUM_MANIPULATIONS