![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qpaintengine_raster_p.h>
Classes | |
struct | Flags |
Public Member Functions | |
QRasterPaintEngineState (const QRasterPaintEngineState &other) | |
QRasterPaintEngineState () | |
~QRasterPaintEngineState () | |
![]() | |
QPainterState () | |
QPainterState (const QPainterState *s) | |
virtual | ~QPainterState () |
void | init (QPainter *p) |
![]() | |
QPaintEngine::DirtyFlags | state () const |
Returns a combination of flags identifying the set of properties that need to be updated when updating the paint engine's state (i.e. | |
QPen | pen () const |
Returns the pen in the current paint engine state. | |
QBrush | brush () const |
Returns the brush in the current paint engine state. | |
QPointF | brushOrigin () const |
Returns the brush origin in the current paint engine state. | |
QBrush | backgroundBrush () const |
Returns the background brush in the current paint engine state. | |
Qt::BGMode | backgroundMode () const |
Returns the background mode in the current paint engine state. | |
QFont | font () const |
Returns the font in the current paint engine state. | |
QTransform | transform () const |
Qt::ClipOperation | clipOperation () const |
Returns the clip operation in the current paint engine state. | |
QRegion | clipRegion () const |
Returns the clip region in the current paint engine state. | |
QPainterPath | clipPath () const |
Returns the clip path in the current paint engine state. | |
bool | isClipEnabled () const |
Returns whether clipping is enabled or not in the current paint engine state. | |
QPainter::RenderHints | renderHints () const |
Returns the render hints in the current paint engine state. | |
QPainter::CompositionMode | compositionMode () const |
Returns the composition mode in the current paint engine state. | |
qreal | opacity () const |
QPainter * | painter () const |
Returns a pointer to the painter currently updating the paint engine. | |
bool | brushNeedsResolving () const |
bool | penNeedsResolving () const |
Additional Inherited Members | |
![]() | |
QPaintEngine::DirtyFlags | dirtyFlags |
Definition at line 39 of file qpaintengine_raster_p.h.
QRasterPaintEngineState::QRasterPaintEngineState | ( | const QRasterPaintEngineState & | other | ) |
Definition at line 518 of file qpaintengine_raster.cpp.
References QRasterPaintEngineState(), clip, dirty, fillFlags, flag_bits, QRasterPaintEngineState::Flags::has_clip_ownership, intOpacity, pixmapFlags, and strokeFlags.
Referenced by QRasterPaintEngineState().
QRasterPaintEngineState::QRasterPaintEngineState | ( | ) |
Definition at line 490 of file qpaintengine_raster.cpp.
References QRasterPaintEngineState::Flags::antialiased, QRasterPaintEngineState::Flags::bilinear, clip, QRasterPaintEngineState::Flags::cosmetic_brush, dirty, QRasterPaintEngineState::Flags::fast_images, QRasterPaintEngineState::Flags::fast_pen, QRasterPaintEngineState::Flags::fast_text, fillFlags, QRasterPaintEngineState::Flags::has_clip_ownership, intOpacity, QRasterPaintEngineState::Flags::non_complex_pen, pixmapFlags, strokeFlags, and QRasterPaintEngineState::Flags::tx_noshear.
QRasterPaintEngineState::~QRasterPaintEngineState | ( | ) |
Definition at line 483 of file qpaintengine_raster.cpp.
References clip, and QRasterPaintEngineState::Flags::has_clip_ownership.
union { ... } QRasterPaintEngineState |
QSpanData QRasterPaintEngineState::brushData |
Definition at line 53 of file qpaintengine_raster_p.h.
QClipData* QRasterPaintEngineState::clip |
Definition at line 61 of file qpaintengine_raster_p.h.
Referenced by QRasterPaintEngineState(), QRasterPaintEngineState(), ~QRasterPaintEngineState(), and qrasterpaintengine_state_setNoClip().
uint QRasterPaintEngineState::dirty |
Definition at line 68 of file qpaintengine_raster_p.h.
Referenced by QRasterPaintEngineState(), and QRasterPaintEngineState().
uint QRasterPaintEngineState::fillFlags |
Definition at line 54 of file qpaintengine_raster_p.h.
Referenced by QRasterPaintEngineState(), and QRasterPaintEngineState().
uint QRasterPaintEngineState::flag_bits |
Definition at line 84 of file qpaintengine_raster_p.h.
Referenced by QRasterPaintEngineState().
Flags QRasterPaintEngineState::flags |
Definition at line 83 of file qpaintengine_raster_p.h.
Referenced by QRasterPaintEnginePrivate::getPenFunc(), QRasterPaintEnginePrivate::isUnclipped(), qrasterpaintengine_state_setNoClip(), QRasterPaintEnginePrivate::rasterize(), and QRasterPaintEnginePrivate::rasterize().
int QRasterPaintEngineState::intOpacity |
Definition at line 57 of file qpaintengine_raster_p.h.
Referenced by QRasterPaintEngineState(), and QRasterPaintEngineState().
QBrush QRasterPaintEngineState::lastBrush |
Definition at line 52 of file qpaintengine_raster_p.h.
QPen QRasterPaintEngineState::lastPen |
Definition at line 47 of file qpaintengine_raster_p.h.
QSpanData QRasterPaintEngineState::penData |
Definition at line 48 of file qpaintengine_raster_p.h.
uint QRasterPaintEngineState::pixmapFlags |
Definition at line 56 of file qpaintengine_raster_p.h.
Referenced by QRasterPaintEngineState(), and QRasterPaintEngineState().
uint QRasterPaintEngineState::strokeFlags |
Definition at line 50 of file qpaintengine_raster_p.h.
Referenced by QRasterPaintEngineState(), and QRasterPaintEngineState().
QStrokerOps* QRasterPaintEngineState::stroker |
Definition at line 49 of file qpaintengine_raster_p.h.
qreal QRasterPaintEngineState::txscale |
Definition at line 59 of file qpaintengine_raster_p.h.