#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.
Classes | |
| struct | QwtStyleSheetRecorder::Background |
| struct | QwtStyleSheetRecorder::Border |
| class | QwtPlotAbstractGLCanvas::PrivateData |
| class | QwtPlotAbstractCanvas::PrivateData |
| class | QwtStyleSheetRecorder |
| struct | QwtPlotAbstractCanvas::PrivateData::StyleSheet |
| struct | QwtPlotAbstractCanvas::PrivateData::StyleSheet::StyleSheetBackground |
Functions | |
| static QWidget * | qwtBackgroundWidget (QWidget *w) |
| static QPainterPath | qwtBorderPath (const QWidget *canvas, const QRect &rect) |
| static QPainterPath | qwtCombinePathList (const QRectF &rect, const QList< QPainterPath > &pathList) |
| static void | qwtDrawBackground (QPainter *painter, QWidget *canvas) |
| static void | qwtDrawStyledBackground (QWidget *w, QPainter *painter) |
| static void | qwtFillBackground (QPainter *painter, QWidget *widget, const QVector< QRectF > &fillRects) |
| static void | qwtFillBackground (QPainter *painter, QWidget *canvas) |
| static void | qwtRevertPath (QPainterPath &path) |
| static void | qwtUpdateContentsRect (int fw, QWidget *canvas) |
| static QWidget* qwtBackgroundWidget | ( | QWidget * | w | ) | [static] |
Definition at line 279 of file qwt_plot_abstract_canvas.cpp.
| static QPainterPath qwtBorderPath | ( | const QWidget * | canvas, |
| const QRect & | rect | ||
| ) | [static] |
Definition at line 497 of file qwt_plot_abstract_canvas.cpp.
| static QPainterPath qwtCombinePathList | ( | const QRectF & | rect, |
| const QList< QPainterPath > & | pathList | ||
| ) | [static] |
Definition at line 384 of file qwt_plot_abstract_canvas.cpp.
| static void qwtDrawBackground | ( | QPainter * | painter, |
| QWidget * | canvas | ||
| ) | [static] |
Definition at line 172 of file qwt_plot_abstract_canvas.cpp.
| static void qwtDrawStyledBackground | ( | QWidget * | w, |
| QPainter * | painter | ||
| ) | [inline, static] |
Definition at line 271 of file qwt_plot_abstract_canvas.cpp.
| static void qwtFillBackground | ( | QPainter * | painter, |
| QWidget * | widget, | ||
| const QVector< QRectF > & | fillRects | ||
| ) | [static] |
Definition at line 308 of file qwt_plot_abstract_canvas.cpp.
| static void qwtFillBackground | ( | QPainter * | painter, |
| QWidget * | canvas | ||
| ) | [static] |
Definition at line 337 of file qwt_plot_abstract_canvas.cpp.
| static void qwtRevertPath | ( | QPainterPath & | path | ) | [inline, static] |
Definition at line 372 of file qwt_plot_abstract_canvas.cpp.
| static void qwtUpdateContentsRect | ( | int | fw, |
| QWidget * | canvas | ||
| ) | [static] |
Definition at line 167 of file qwt_plot_abstract_canvas.cpp.