histogramInterface.h File Reference

#include <qwidget.h>

Include dependency graph for histogramInterface.h:

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

Go to the source code of this file.

Classes

class  HistogramInterface

Enumerations

enum  DISPLAYED_CHANNEL { LUMINOSITY, RED, GREEN, BLUE }
 chanel histogram displays More...
enum  DRAG_MODE {
  DRAG, NO_EFFECT, 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 selected range More...


Enumeration Type Documentation

enum DISPLAYED_CHANNEL

chanel histogram displays

Enumerator:
LUMINOSITY 
RED 
GREEN 
BLUE 

Definition at line 21 of file histogramInterface.h.

00022 {  
00023   LUMINOSITY,
00024   RED,
00025   GREEN,
00026   BLUE,
00027 } DISPLAYED_CHANNEL;

enum DRAG_MODE

current drag mode, effect of mouse movement on selected range

Enumerator:
DRAG 
NO_EFFECT 
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 30 of file histogramInterface.h.

00031 {  
00032   DRAG,
00033   NO_EFFECT
00034 } DRAG_MODE;


Generated on Thu Jan 3 10:54:41 2008 for AlbumShaper by  doxygen 1.5.4