![]() |
Qt 4.8
|
#include <qpaintengine_alpha_p.h>
Public Functions | |
| void | addAlphaRect (const QRectF &rect) |
| QRectF | addPenWidth (const QPainterPath &path) |
| void | drawAlphaImage (const QRectF &rect) |
| bool | fullyContained (const QRectF &rect) const |
| QAlphaPaintEnginePrivate () | |
| void | resetState (QPainter *p) |
| QRect | toRect (const QRectF &rect) const |
| ~QAlphaPaintEnginePrivate () | |
Public Functions inherited from QPaintEnginePrivate | |
| void | drawBoxTextItem (const QPointF &p, const QTextItemInt &ti) |
| QPaintEnginePrivate () | |
| void | setSystemTransform (const QTransform &xform) |
| void | setSystemViewport (const QRegion ®ion) |
| virtual void | systemStateChanged () |
| void | transformSystemClip () |
| virtual | ~QPaintEnginePrivate () |
Public Variables | |
| bool | m_advancedBrush |
| bool | m_advancedPen |
| bool | m_alphaBrush |
| bool | m_alphaOpacity |
| bool | m_alphaPen |
| QRegion | m_alphargn |
| QRegion | m_cliprgn |
| bool | m_complexTransform |
| bool | m_continueCall |
| bool | m_emulateProjectiveTransforms |
| bool | m_hasalpha |
| int | m_pass |
| QPaintDevice * | m_pdev |
| QPen | m_pen |
| QPicture * | m_pic |
| QPaintEngine * | m_picengine |
| QPainter * | m_picpainter |
| QPaintEngine::PaintEngineFeatures | m_savedcaps |
| QTransform | m_transform |
Public Variables inherited from QPaintEnginePrivate | |
| QWidget * | currentClipWidget |
| uint | hasSystemTransform: 1 |
| uint | hasSystemViewport: 1 |
| QPaintDevice * | pdev |
| QPaintEngine * | q_ptr |
| QRegion | systemClip |
| QRect | systemRect |
| QTransform | systemTransform |
| QRegion | systemViewport |
Definition at line 91 of file qpaintengine_alpha_p.h.
| QAlphaPaintEnginePrivate::QAlphaPaintEnginePrivate | ( | ) |
Definition at line 382 of file qpaintengine_alpha.cpp.
| QAlphaPaintEnginePrivate::~QAlphaPaintEnginePrivate | ( | ) |
Definition at line 398 of file qpaintengine_alpha.cpp.
| void QAlphaPaintEnginePrivate::addAlphaRect | ( | const QRectF & | rect | ) |
Definition at line 437 of file qpaintengine_alpha.cpp.
| QRectF QAlphaPaintEnginePrivate::addPenWidth | ( | const QPainterPath & | path | ) |
Definition at line 404 of file qpaintengine_alpha.cpp.
| void QAlphaPaintEnginePrivate::drawAlphaImage | ( | const QRectF & | rect | ) |
Definition at line 442 of file qpaintengine_alpha.cpp.
| bool QAlphaPaintEnginePrivate::fullyContained | ( | const QRectF & | rect | ) | const |
Definition at line 489 of file qpaintengine_alpha.cpp.
| void QAlphaPaintEnginePrivate::resetState | ( | QPainter * | p | ) |
Definition at line 495 of file qpaintengine_alpha.cpp.
Definition at line 427 of file qpaintengine_alpha.cpp.
Referenced by addAlphaRect(), and fullyContained().
| bool QAlphaPaintEnginePrivate::m_advancedBrush |
Definition at line 114 of file qpaintengine_alpha_p.h.
| bool QAlphaPaintEnginePrivate::m_advancedPen |
Definition at line 113 of file qpaintengine_alpha_p.h.
| bool QAlphaPaintEnginePrivate::m_alphaBrush |
Definition at line 111 of file qpaintengine_alpha_p.h.
| bool QAlphaPaintEnginePrivate::m_alphaOpacity |
Definition at line 112 of file qpaintengine_alpha_p.h.
| bool QAlphaPaintEnginePrivate::m_alphaPen |
Definition at line 110 of file qpaintengine_alpha_p.h.
| QRegion QAlphaPaintEnginePrivate::m_alphargn |
Definition at line 106 of file qpaintengine_alpha_p.h.
Referenced by addAlphaRect().
| QRegion QAlphaPaintEnginePrivate::m_cliprgn |
Definition at line 107 of file qpaintengine_alpha_p.h.
Referenced by fullyContained().
| bool QAlphaPaintEnginePrivate::m_complexTransform |
Definition at line 115 of file qpaintengine_alpha_p.h.
| bool QAlphaPaintEnginePrivate::m_continueCall |
Definition at line 117 of file qpaintengine_alpha_p.h.
| bool QAlphaPaintEnginePrivate::m_emulateProjectiveTransforms |
Definition at line 116 of file qpaintengine_alpha_p.h.
| bool QAlphaPaintEnginePrivate::m_hasalpha |
Definition at line 109 of file qpaintengine_alpha_p.h.
| int QAlphaPaintEnginePrivate::m_pass |
Definition at line 98 of file qpaintengine_alpha_p.h.
| QPaintDevice* QAlphaPaintEnginePrivate::m_pdev |
Definition at line 104 of file qpaintengine_alpha_p.h.
Referenced by drawAlphaImage().
| QPen QAlphaPaintEnginePrivate::m_pen |
Definition at line 120 of file qpaintengine_alpha_p.h.
Referenced by addPenWidth().
| QPicture* QAlphaPaintEnginePrivate::m_pic |
Definition at line 99 of file qpaintengine_alpha_p.h.
Referenced by drawAlphaImage(), and ~QAlphaPaintEnginePrivate().
| QPaintEngine* QAlphaPaintEnginePrivate::m_picengine |
Definition at line 100 of file qpaintengine_alpha_p.h.
| QPainter* QAlphaPaintEnginePrivate::m_picpainter |
Definition at line 101 of file qpaintengine_alpha_p.h.
Referenced by ~QAlphaPaintEnginePrivate().
| QPaintEngine::PaintEngineFeatures QAlphaPaintEnginePrivate::m_savedcaps |
Definition at line 103 of file qpaintengine_alpha_p.h.
| QTransform QAlphaPaintEnginePrivate::m_transform |
Definition at line 119 of file qpaintengine_alpha_p.h.
Referenced by addPenWidth().