AlbumShaper  1.0a3
Classes | Enumerations
editingInterface.h File Reference
#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

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 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;