#include "qwt_painter.h"
#include "qwt_math.h"
#include "qwt_clipper.h"
#include "qwt_color_map.h"
#include "qwt_scale_map.h"
#include <qwindowdefs.h>
#include <qwidget.h>
#include <qframe.h>
#include <qrect.h>
#include <qpainter.h>
#include <qpalette.h>
#include <qpaintdevice.h>
#include <qpixmap.h>
#include <qstyle.h>
#include <qtextdocument.h>
#include <qabstracttextdocumentlayout.h>
#include <qstyleoption.h>
#include <qpaintengine.h>
#include <qapplication.h>
#include <qdesktopwidget.h>
Go to the source code of this file.
template<class T >
static void qwtDrawPolyline |
( |
QPainter * |
painter, |
|
|
const T * |
points, |
|
|
int |
pointCount, |
|
|
bool |
polylineSplitting |
|
) |
| |
|
inlinestatic |
static void qwtFillRect |
( |
const QWidget * |
widget, |
|
|
QPainter * |
painter, |
|
|
const QRect & |
rect, |
|
|
const QBrush & |
brush |
|
) |
| |
|
inlinestatic |
static bool qwtIsClippingNeeded |
( |
const QPainter * |
painter, |
|
|
QRectF & |
clipRect |
|
) |
| |
|
inlinestatic |
static bool qwtIsRasterPaintEngineBuggy |
( |
| ) |
|
|
inlinestatic |
static QSize qwtScreenResolution |
( |
| ) |
|
|
inlinestatic |
static void qwtUnscaleFont |
( |
QPainter * |
painter | ) |
|
|
inlinestatic |