#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"
Include dependency graph for histogramInterface.cpp:
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 ) |
|
Definition at line 31 of file histogramInterface.cpp. Referenced by HistogramInterface::minimumSizeHint(), and HistogramInterface::paintEvent(). |
|
Definition at line 32 of file histogramInterface.cpp. Referenced by HistogramInterface::minimumSizeHint(), and HistogramInterface::paintEvent(). |
|
Definition at line 30 of file histogramInterface.cpp. Referenced by HistogramInterface::minimumSizeHint(), and HistogramInterface::paintEvent(). |
|
Definition at line 28 of file histogramInterface.cpp. Referenced by SelectionInterface::mouseActionByPosition(), HistogramInterface::mousePressEvent(), HistogramInterface::nearBoundary(), and SplitViewInterface::nearSplitPoint(). |
|
Definition at line 33 of file histogramInterface.cpp. Referenced by HistogramInterface::paintEvent(). |