#include "qwt_picker.h"
#include "qwt_picker_machine.h"
#include "qwt_painter.h"
#include "qwt_math.h"
#include "qwt_widget_overlay.h"
#include <qapplication.h>
#include <qevent.h>
#include <qpainter.h>
#include <qframe.h>
#include <qcursor.h>
#include <qbitmap.h>
#include <qpointer.h>
#include <qpaintengine.h>
#include <qmath.h>
Go to the source code of this file.
Classes | |
class | QwtPicker::PrivateData |
class | QwtPickerRubberband |
class | QwtPickerTracker |
Functions | |
static QRegion | qwtMaskRegion (const QRect &r, int penWidth) |
static QRegion | qwtMaskRegion (const QLine &l, int penWidth) |
static QRegion qwtMaskRegion | ( | const QRect & | r, |
int | penWidth | ||
) | [inline, static] |
Definition at line 25 of file qwt_picker.cpp.
static QRegion qwtMaskRegion | ( | const QLine & | l, |
int | penWidth | ||
) | [inline, static] |
Definition at line 46 of file qwt_picker.cpp.