Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Class Members | File Members

selectionInterface.h File Reference

#include <qwidget.h>
#include <qimage.h>

Include dependency graph for selectionInterface.h:

Include dependency graph

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

Included by dependency graph

Go to the source code of this file.

Classes

class  SelectionInterface
 Display widget for photos. Used by the PhotoEditWidget. More...

Enumerations

enum  DRAG_MODE {
  DRAW_SELECTION, MOVE_SELECTION, MOVE_TOP_LEFT_CORNER, MOVE_TOP_RIGHT_CORNER,
  MOVE_BOTTOM_LEFT_CORNER, MOVE_BOTTOM_RIGHT_CORNER, MOVE_LEFT_SIDE, MOVE_RIGHT_SIDE,
  MOVE_TOP_SIDE, MOVE_BOTTOM_SIDE, SCALE_SELECTION, DRAW_LINE,
  NO_EFFECT
}
 current drag mode, effect of mouse movement on current selection More...


Enumeration Type Documentation

enum DRAG_MODE
 

current drag mode, effect of mouse movement on current selection

Enumeration values:
DRAW_SELECTION 
MOVE_SELECTION 
MOVE_TOP_LEFT_CORNER 
MOVE_TOP_RIGHT_CORNER 
MOVE_BOTTOM_LEFT_CORNER 
MOVE_BOTTOM_RIGHT_CORNER 
MOVE_LEFT_SIDE 
MOVE_RIGHT_SIDE 
MOVE_TOP_SIDE 
MOVE_BOTTOM_SIDE 
SCALE_SELECTION 
DRAW_LINE 
NO_EFFECT 

Definition at line 15 of file selectionInterface.h.

00016 {  
00017   DRAW_SELECTION,
00018   MOVE_SELECTION,
00019   MOVE_TOP_LEFT_CORNER,
00020   MOVE_TOP_RIGHT_CORNER,
00021   MOVE_BOTTOM_LEFT_CORNER,
00022   MOVE_BOTTOM_RIGHT_CORNER,
00023   MOVE_LEFT_SIDE,
00024   MOVE_RIGHT_SIDE,
00025   MOVE_TOP_SIDE,
00026   MOVE_BOTTOM_SIDE,
00027   SCALE_SELECTION,
00028   DRAW_LINE,
00029   NO_EFFECT
00030 } DRAG_MODE;


Generated on Sat Apr 2 05:44:36 2005 for AlbumShaper by  doxygen 1.3.9.1