#include "qwt_plot_canvas.h"#include "qwt_painter.h"#include "qwt_null_paintdevice.h"#include "qwt_math.h"#include "qwt_plot.h"#include <qpainter.h>#include <qstyle.h>#include <qstyleoption.h>#include <qpaintengine.h>#include <qevent.h>
Go to the source code of this file.
Classes | |
| struct | QwtStyleSheetRecorder::Background |
| struct | QwtStyleSheetRecorder::Border |
| class | QwtPlotCanvas::PrivateData |
| class | QwtStyleSheetRecorder |
| struct | QwtPlotCanvas::PrivateData::StyleSheet |
| struct | QwtPlotCanvas::PrivateData::StyleSheet::StyleSheetBackground |
Functions | |
| static QWidget * | qwtBackgroundWidget (QWidget *w) |
| static QPainterPath | qwtCombinePathList (const QRectF &rect, const QList< QPainterPath > &pathList) |
| static void | qwtDrawBackground (QPainter *painter, QwtPlotCanvas *canvas) |
| static void | qwtDrawStyledBackground (QWidget *w, QPainter *painter) |
| static void | qwtFillBackground (QPainter *painter, QWidget *widget, const QVector< QRectF > &fillRects) |
| static void | qwtFillBackground (QPainter *painter, QwtPlotCanvas *canvas) |
| static void | qwtRevertPath (QPainterPath &path) |
| static QWidget* qwtBackgroundWidget | ( | QWidget * | w | ) | [static] |
Definition at line 391 of file qwt_plot_canvas.cpp.
| static QPainterPath qwtCombinePathList | ( | const QRectF & | rect, |
| const QList< QPainterPath > & | pathList | ||
| ) | [static] |
Definition at line 270 of file qwt_plot_canvas.cpp.
| static void qwtDrawBackground | ( | QPainter * | painter, |
| QwtPlotCanvas * | canvas | ||
| ) | [static] |
Definition at line 164 of file qwt_plot_canvas.cpp.
| static void qwtDrawStyledBackground | ( | QWidget * | w, |
| QPainter * | painter | ||
| ) | [inline, static] |
Definition at line 383 of file qwt_plot_canvas.cpp.
| static void qwtFillBackground | ( | QPainter * | painter, |
| QWidget * | widget, | ||
| const QVector< QRectF > & | fillRects | ||
| ) | [static] |
Definition at line 420 of file qwt_plot_canvas.cpp.
| static void qwtFillBackground | ( | QPainter * | painter, |
| QwtPlotCanvas * | canvas | ||
| ) | [static] |
Definition at line 449 of file qwt_plot_canvas.cpp.
| static void qwtRevertPath | ( | QPainterPath & | path | ) | [inline, static] |
Definition at line 258 of file qwt_plot_canvas.cpp.