AlbumShaper
1.0a3
|
#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"
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 |
#define MAX | ( | x, | |
y | |||
) | ((x) > (y) ? (x) : (y)) |
Definition at line 26 of file histogramEditor.cpp.
Referenced by HistogramEditor::adjustImage(), and HistogramEditor::scaleColor().
#define MIN | ( | x, | |
y | |||
) | ((x) < (y) ? (x) : (y)) |
Definition at line 25 of file histogramEditor.cpp.
Referenced by HistogramEditor::adjustImage(), and HistogramEditor::scaleColor().
#define SLIDER_RADIUS 40 |
Definition at line 37 of file histogramEditor.cpp.
Referenced by HistogramEditor::adjustImage(), and HistogramEditor::HistogramEditor().