Home
|
All Classes
|
Main Classes
|
Annotated
|
Grouped Classes
|
Functions
List of All Members for QPaintEngine
This is the complete list of members for
QPaintEngine
, including inherited members.
enum
PaintEngineFeature
typedef
PaintEngineFeatures
enum
PolygonDrawMode
enum
Type
QPaintEngine
( PaintEngineFeatures
caps
= 0 )
~QPaintEngine
()
bool
begin
( QPaintDevice *
pdev
)
void
clearRenderHints
( QPainter::RenderHints
hints
)
void
drawEllipse
( const QRectF &
rect
)
void
drawLine
( const QLineF &
line
)
void
drawLines
( const QList<QLineF> &
lines
)
void
drawPath
( const QPainterPath &
path
)
void
drawPixmap
( const QRectF &
rectangle
, const QPixmap &
pixmap
, const QRectF &
sr
, Qt::PixmapDrawingMode
mode
= Qt::ComposePixmap )
void
drawPoint
( const QPointF &
pf
)
void
drawPoints
( const QPolygon &
p
)
void
drawPolygon
( const QPolygon &
polygon
, PolygonDrawMode
mode
)
void
drawRect
( const QRectF &
rf
)
void
drawRects
( const QList<QRectF> &
rects
)
void
drawTextItem
( const QPointF &
p
, const QTextItem &
ti
, int
textFlags
)
void
drawTiledPixmap
( const QRectF &
rect
, const QPixmap &
pixmap
, const QPointF &
p
, Qt::PixmapDrawingMode
mode
= Qt::ComposePixmap )
bool
end
()
bool
hasFeature
( PaintEngineFeatures
feature
) const
bool
isActive
() const
QPainter *
painter
() const
QPainter::RenderHints
renderHints
() const
void
setActive
( bool
state
)
void
setRenderHints
( QPainter::RenderHints
hints
)
QPainter::RenderHints
supportedRenderHints
() const
Type
type
() const
void
updateBackground
( Qt::BGMode
bgmode
, const QBrush &
brush
)
void
updateBrush
( const QBrush &
brush
, const QPointF &
origin
)
void
updateClipPath
( const QPainterPath &
path
, bool
enabled
)
void
updateClipRegion
( const QRegion &
region
, bool
enabled
)
void
updateFont
( const QFont &
f
)
void
updateMatrix
( const QMatrix &
matrix
)
void
updatePen
( const QPen &
pen
)
void
updateRenderHints
( QPainter::RenderHints
hints
)
Copyright © 2004
Trolltech
.
Trademarks
Qt 4.0.0-tp2