AlbumShaper  1.0a3
Macros
histogramEditor.cpp File Reference
#include <qlayout.h>
#include <qlabel.h>
#include <qcombobox.h>
#include <qpushbutton.h>
#include <q3frame.h>
#include <qslider.h>
#include <qtooltip.h>
#include <qsizegrip.h>
#include <Q3GridLayout>
#include <QPixmap>
#include <QKeyEvent>
#include "histogramEditor.h"
#include "scaledPreviewInterface.h"
#include "histogramInterface.h"
#include "../clickableLabel.h"
#include "../dynamicSlider.h"
#include "../../config.h"
#include "../../backend/tools/imageTools.h"
Include dependency graph for histogramEditor.cpp:

Go to the source code of this file.

Macros

#define MIN(x, y)   ((x) < (y) ? (x) : (y))
 
#define MAX(x, y)   ((x) > (y) ? (x) : (y))
 
#define SLIDER_RADIUS   40
 

Macro Definition Documentation

§ MAX

#define MAX (   x,
 
)    ((x) > (y) ? (x) : (y))

§ MIN

#define MIN (   x,
 
)    ((x) < (y) ? (x) : (y))

§ SLIDER_RADIUS

#define SLIDER_RADIUS   40