Qt 4.8
|
#include <qpaintengineex_p.h>
Public Functions | |
QRectVectorPath (const QRect &r) | |
QRectVectorPath (const QRectF &r) | |
QRectVectorPath () | |
void | set (const QRect &r) |
void | set (const QRectF &r) |
Public Functions inherited from QVectorPath | |
CacheEntry * | addCacheData (QPaintEngineEx *engine, void *data, qvectorpath_cache_cleanup cleanup) const |
QRectF | controlPointRect () const |
const QPainterPath | convertToPainterPath () const |
int | elementCount () const |
const QPainterPath::ElementType * | elements () const |
bool | hasImplicitClose () const |
bool | hasWindingFill () const |
uint | hints () const |
bool | isCacheable () const |
bool | isConvex () const |
bool | isCurved () const |
bool | isEmpty () const |
CacheEntry * | lookupCacheData (QPaintEngineEx *engine) const |
void | makeCacheable () const |
const qreal * | points () const |
QVectorPath (const qreal *points, int count, const QPainterPath::ElementType *elements=0, uint hints=ArbitraryShapeHint) | |
Hint | shape () const |
~QVectorPath () | |
Public Variables | |
qreal | pts [8] |
Additional Inherited Members | |
Public Types inherited from QVectorPath | |
enum | Hint { AreaShapeMask = 0x0001, NonConvexShapeMask = 0x0002, CurvedShapeMask = 0x0004, LinesShapeMask = 0x0008, RectangleShapeMask = 0x0010, ShapeMask = 0x001f, LinesHint = LinesShapeMask, RectangleHint = AreaShapeMask | RectangleShapeMask, EllipseHint = AreaShapeMask | CurvedShapeMask, ConvexPolygonHint = AreaShapeMask, PolygonHint = AreaShapeMask | NonConvexShapeMask, RoundedRectHint = AreaShapeMask | CurvedShapeMask, ArbitraryShapeHint = AreaShapeMask | NonConvexShapeMask | CurvedShapeMask, IsCachedHint = 0x0100, ShouldUseCacheHint = 0x0200, ControlPointRect = 0x0400, OddEvenFill = 0x1000, WindingFill = 0x2000, ImplicitClose = 0x4000 } |
Static Public Functions inherited from QVectorPath | |
static uint | polygonFlags (QPaintEngine::PolygonDrawMode mode) |
Definition at line 89 of file qpaintengineex_p.h.
|
inline |
Definition at line 120 of file qpaintengineex_p.h.
|
inline |
Definition at line 125 of file qpaintengineex_p.h.
|
inline |
Definition at line 130 of file qpaintengineex_p.h.
|
inline |
Definition at line 91 of file qpaintengineex_p.h.
Referenced by QRasterPaintEngine::drawRects().
|
inline |
Definition at line 106 of file qpaintengineex_p.h.
qreal QRectVectorPath::pts[8] |
Definition at line 134 of file qpaintengineex_p.h.