#include "qwt_plot_abstract_canvas.h"
#include "qwt_plot.h"
#include "qwt_painter.h"
#include "qwt_null_paintdevice.h"
#include "qwt_math.h"
#include <qpainter.h>
#include <qpainterpath.h>
#include <qstyle.h>
#include <qstyleoption.h>
Go to the source code of this file.
◆ qwtBackgroundWidget()
static QWidget* qwtBackgroundWidget |
( |
QWidget * |
w | ) |
|
|
static |
◆ qwtBorderPath()
static QPainterPath qwtBorderPath |
( |
const QWidget * |
canvas, |
|
|
const QRect & |
rect |
|
) |
| |
|
static |
◆ qwtCombinePathList()
static QPainterPath qwtCombinePathList |
( |
const QRectF & |
rect, |
|
|
const QList< QPainterPath > & |
pathList |
|
) |
| |
|
static |
◆ qwtDrawBackground()
static void qwtDrawBackground |
( |
QPainter * |
painter, |
|
|
QWidget * |
canvas |
|
) |
| |
|
static |
◆ qwtDrawStyledBackground()
static void qwtDrawStyledBackground |
( |
QWidget * |
w, |
|
|
QPainter * |
painter |
|
) |
| |
|
inlinestatic |
◆ qwtFillBackground() [1/2]
static void qwtFillBackground |
( |
QPainter * |
painter, |
|
|
QWidget * |
canvas |
|
) |
| |
|
static |
◆ qwtFillBackground() [2/2]
static void qwtFillBackground |
( |
QPainter * |
painter, |
|
|
QWidget * |
widget, |
|
|
const QVector< QRectF > & |
fillRects |
|
) |
| |
|
static |
◆ qwtFillRegion()
static void qwtFillRegion |
( |
QPainter * |
painter, |
|
|
const QRegion & |
region |
|
) |
| |
|
static |
◆ qwtRevertPath()
static void qwtRevertPath |
( |
QPainterPath & |
path | ) |
|
|
inlinestatic |
◆ qwtUpdateContentsRect()
static void qwtUpdateContentsRect |
( |
int |
fw, |
|
|
QWidget * |
canvas |
|
) |
| |
|
static |