|
AlbumShaper 1.0a3
|
#include <qapplication.h>#include <qpainter.h>#include <qpixmap.h>#include <qimage.h>#include <q3accel.h>#include <qcursor.h>#include <QPaintEvent>#include <QResizeEvent>#include <QMouseEvent>#include <QDesktopWidget>#include "histogramInterface.h"#include "histogramEditor.h"#include "../../backend/tools/imageTools.h"#include "../cursors.h"
Go to the source code of this file.
Macros | |
| #define | DRAG_THRESHOLD 5 |
| #define | COLOR_BAR_MARGIN 2 |
| #define | COLOR_BAR_BORDER 2 |
| #define | COLOR_BAR_HEIGHT 6 |
| #define | HISTOGRAM_HEIGHT ( height() - COLOR_BAR_BORDER - 2*COLOR_BAR_MARGIN - COLOR_BAR_HEIGHT ) |
| #define COLOR_BAR_BORDER 2 |
Definition at line 36 of file histogramInterface.cpp.
Referenced by HistogramInterface::minimumSizeHint(), and HistogramInterface::paintEvent().
| #define COLOR_BAR_HEIGHT 6 |
Definition at line 37 of file histogramInterface.cpp.
Referenced by HistogramInterface::minimumSizeHint(), and HistogramInterface::paintEvent().
| #define COLOR_BAR_MARGIN 2 |
Definition at line 35 of file histogramInterface.cpp.
Referenced by HistogramInterface::minimumSizeHint(), and HistogramInterface::paintEvent().
| #define DRAG_THRESHOLD 5 |
Definition at line 33 of file histogramInterface.cpp.
Referenced by SelectionInterface::mouseActionByPosition(), HistogramInterface::mousePressEvent(), HistogramInterface::nearBoundary(), and SplitViewInterface::nearSplitPoint().
| #define HISTOGRAM_HEIGHT ( height() - COLOR_BAR_BORDER - 2*COLOR_BAR_MARGIN - COLOR_BAR_HEIGHT ) |
Definition at line 38 of file histogramInterface.cpp.
Referenced by HistogramInterface::paintEvent().