#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.
Functions | |
| template<class T > | |
| static void | qwtDrawPolyline (QPainter *painter, const T *points, int pointCount, bool polylineSplitting) |
| static void | qwtFillRect (const QWidget *widget, QPainter *painter, const QRect &rect, const QBrush &brush) |
| static bool | qwtIsClippingNeeded (const QPainter *painter, QRectF &clipRect) |
| static bool | qwtIsRasterPaintEngineBuggy () |
| static QSize | qwtScreenResolution () |
| static void | qwtUnscaleFont (QPainter *painter) |
| static void qwtDrawPolyline | ( | QPainter * | painter, |
| const T * | points, | ||
| int | pointCount, | ||
| bool | polylineSplitting | ||
| ) | [inline, static] |
Definition at line 107 of file qwt_painter.cpp.
| static void qwtFillRect | ( | const QWidget * | widget, |
| QPainter * | painter, | ||
| const QRect & | rect, | ||
| const QBrush & | brush | ||
| ) | [inline, static] |
Definition at line 1269 of file qwt_painter.cpp.
| static bool qwtIsClippingNeeded | ( | const QPainter * | painter, |
| QRectF & | clipRect | ||
| ) | [inline, static] |
Definition at line 87 of file qwt_painter.cpp.
| static bool qwtIsRasterPaintEngineBuggy | ( | ) | [inline, static] |
Definition at line 46 of file qwt_painter.cpp.
| static QSize qwtScreenResolution | ( | ) | [inline, static] |
Definition at line 189 of file qwt_painter.cpp.
| static void qwtUnscaleFont | ( | QPainter * | painter | ) | [inline, static] |
Definition at line 205 of file qwt_painter.cpp.