NAME

QPainter - Interface to the Qt QPainter class

SYNOPSIS

use QPainter;

Requires QColor, QBrush, QFont, QFontInfo, QFontMetrics, QPaintDevice, QPen, QPicture, QPixmap, QPoint, QPointArray, QRect, QRegion, QWMatrix

Member functions

new, backgroundColor, backgroundMode, begin, boundingRect, brushOrigin, clipRegion, device, drawArc, drawChord, drawEllipse, drawLine, drawLineSegments, drawPie, drawPixmap, drawPoint, drawPolygon, drawPolyline, drawQuadBezier, drawRect, drawRoundRect, drawText, drawWinFocusRect, end, eraseRect, fillRect, font, fontInfo, fontMetrics, hasClipping, hasViewXForm, hasWorldXForm, isActive, lineTo, moveTo, pen, rasterOp, resetXForm, restore, rotate, save, scale, setBackgroundColor, setBackgroundMode, setBrush, setBrushOrigin, setClipping, setClipRect, setClipRegion, setFont, setPen, setRasterOp, setViewXForm, setViewport, setWindow, setWorldMatrix, setWorldXForm, shear, translate, viewport, window, worldMatrix, xForm, xFormDev

DESCRIPTION

All functions listed have every prototype version supported, mostly. Any internal arguments are unavailable to PerlQt programmers.

EXPORTED

The following scalar variables are exported into the user's namespace on behalf of QPainter::drawText()

$AlignLeft $AlignRight $AlignHCenter $AlignTop $AlignBottom $AlignVCenter $AlignCenter $SingleLine $DontClip $ExpandTabs $ShowPrefix $WordBreak $GrayText $DontPrint

CAVEATS

Hmm... %Align...

SEE ALSO

QPainter(3qt), QColor(3), QBrush(3), QFont(3), QPen(3)

AUTHOR

Ashley Winters <jql@accessone.com>