#include <qapplication.h>#include <qpainter.h>#include <qpixmap.h>#include <qimage.h>#include <qaccel.h>#include <qcursor.h>#include "histogramInterface.h"#include "histogramEditor.h"#include "../../backend/tools/imageTools.h"#include "../cursors.h"Go to the source code of this file.
Defines | |
| #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 31 of file histogramInterface.cpp.
Referenced by HistogramInterface::minimumSizeHint(), and HistogramInterface::paintEvent().
| #define COLOR_BAR_HEIGHT 6 |
Definition at line 32 of file histogramInterface.cpp.
Referenced by HistogramInterface::minimumSizeHint(), and HistogramInterface::paintEvent().
| #define COLOR_BAR_MARGIN 2 |
Definition at line 30 of file histogramInterface.cpp.
Referenced by HistogramInterface::minimumSizeHint(), and HistogramInterface::paintEvent().
| #define DRAG_THRESHOLD 5 |
Definition at line 28 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 33 of file histogramInterface.cpp.
Referenced by HistogramInterface::paintEvent().
1.6.2