AlbumShaper 1.0a3
histogramInterface.h File Reference
#include <qwidget.h>
#include <QResizeEvent>
#include <QMouseEvent>
#include <QPaintEvent>
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 }
 current drag mode, effect of mouse movement on selected range More...
 

Enumeration Type Documentation

◆ DISPLAYED_CHANNEL

chanel histogram displays

Enumerator
LUMINOSITY 
RED 
GREEN 
BLUE 

Definition at line 25 of file histogramInterface.h.

26{
28 RED,
29 GREEN,
30 BLUE,
DISPLAYED_CHANNEL
chanel histogram displays
@ LUMINOSITY

◆ DRAG_MODE

enum DRAG_MODE

current drag mode, effect of mouse movement on selected range

Enumerator
DRAG 
NO_EFFECT 

Definition at line 34 of file histogramInterface.h.

35{
36 DRAG,
38} DRAG_MODE;
DRAG_MODE
current drag mode, effect of mouse movement on selected range
@ NO_EFFECT