![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <QtCore/qspan.h>#include <QtCore/qvarlengtharray.h>#include <QtGui/private/qtguiglobal_p.h>#include "QtGui/qbrush.h"#include "QtGui/qcolorspace.h"#include "QtGui/qcolortransform.h"#include "QtGui/qfont.h"#include "QtGui/qpen.h"#include "QtGui/qregion.h"#include "QtGui/qpainter.h"#include "QtGui/qpainterpath.h"#include "QtGui/qpaintengine.h"#include <private/qpen_p.h>#include <memory>#include <stack>Go to the source code of this file.
Classes | |
| struct | DataPtrContainer |
| class | QPainterClipInfo |
| class | QPainterState |
| struct | QPainterDummyState |
| class | QPainterPrivate |
| struct | QPainterPrivate::SmallStack< T, N > |
| struct | QPainterPrivate::QPaintEngineDestructor |
Functions | |
| const void * | data_ptr (const QTransform &t) |
| bool | qtransform_fast_equals (const QTransform &a, const QTransform &b) |
| QPen::DataPtr & | data_ptr (const QPen &p) |
| bool | qpen_fast_equals (const QPen &a, const QPen &b) |
| QBrush | qpen_brush (const QPen &p) |
| qreal | qpen_widthf (const QPen &p) |
| Qt::PenStyle | qpen_style (const QPen &p) |
| Qt::PenCapStyle | qpen_capStyle (const QPen &p) |
| Qt::PenJoinStyle | qpen_joinStyle (const QPen &p) |
| QBrush::DataPtr & | data_ptr (const QBrush &p) |
| bool | qbrush_fast_equals (const QBrush &a, const QBrush &b) |
| Qt::BrushStyle | qbrush_style (const QBrush &b) |
| const QColor & | qbrush_color (const QBrush &b) |
| bool | qbrush_has_transform (const QBrush &b) |
| Q_DECLARE_TYPEINFO (QPainterClipInfo, Q_RELOCATABLE_TYPE) | |
| Q_GUI_EXPORT void | qt_draw_helper (QPainterPrivate *p, const QPainterPath &path, QPainterPrivate::DrawOperation operation) |
| QString | qt_generate_brush_key (const QBrush &brush) |
|
inline |
Definition at line 62 of file qpainter_p.h.
|
inline |
Definition at line 53 of file qpainter_p.h.
|
inline |
Definition at line 49 of file qpainter_p.h.
| Q_DECLARE_TYPEINFO | ( | QPainterClipInfo | , |
| Q_RELOCATABLE_TYPE | ) |
Definition at line 65 of file qpainter_p.h.
Definition at line 63 of file qpainter_p.h.
|
inline |
Definition at line 66 of file qpainter_p.h.
|
inline |
Definition at line 64 of file qpainter_p.h.
Definition at line 55 of file qpainter_p.h.
|
inline |
Definition at line 58 of file qpainter_p.h.
Definition at line 54 of file qpainter_p.h.
|
inline |
Definition at line 59 of file qpainter_p.h.
|
inline |
Definition at line 57 of file qpainter_p.h.
Definition at line 56 of file qpainter_p.h.
| void qt_draw_helper | ( | QPainterPrivate * | p, |
| const QPainterPath & | path, | ||
| QPainterPrivate::DrawOperation | operation ) |
Definition at line 8302 of file qpainter.cpp.
References QPainterPrivate::draw_helper().
|
inline |
Definition at line 50 of file qpainter_p.h.