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