C# Class Qyoto.QPainter

Inheritance: Object, IDisposable
显示文件 Open project: 0xd34df00d/Qross Class Usage Examples

Protected Properties

Property Type Description
interceptor SmokeInvocation

Public Methods

Method Description
Background ( ) : QBrush
BackgroundMode ( ) : Qt.BGMode
Begin ( IQPaintDevice arg1 ) : bool
BeginNativePainting ( ) : void
BoundingRect ( Qyoto.QRect rect, int flags, string text ) : Qyoto.QRect
BoundingRect ( int x, int y, int w, int h, int flags, string text ) : Qyoto.QRect
BoundingRect ( Qyoto.QRectF rect, int flags, string text ) : Qyoto.QRectF
BoundingRect ( Qyoto.QRectF rect, string text ) : Qyoto.QRectF
BoundingRect ( Qyoto.QRectF rect, string text, Qyoto.QTextOption o ) : Qyoto.QRectF
Brush ( ) : QBrush
BrushOrigin ( ) : Qyoto.QPoint
ClipPath ( ) : QPainterPath
ClipRegion ( ) : QRegion
CombinedMatrix ( ) : QMatrix
CombinedTransform ( ) : QTransform
Device ( ) : IQPaintDevice
DeviceMatrix ( ) : QMatrix
DeviceTransform ( ) : QTransform
Dispose ( ) : void
DrawArc ( Qyoto.QRect arg1, int a, int alen ) : void
DrawArc ( Qyoto.QRectF rect, int a, int alen ) : void
DrawArc ( int x, int y, int w, int h, int a, int alen ) : void
DrawChord ( Qyoto.QRect arg1, int a, int alen ) : void
DrawChord ( Qyoto.QRectF rect, int a, int alen ) : void
DrawChord ( int x, int y, int w, int h, int a, int alen ) : void
DrawConvexPolygon ( Qyoto.QPoint points, int pointCount ) : void
DrawConvexPolygon ( QPointF points, int pointCount ) : void
DrawConvexPolygon ( Qyoto.QPolygon polygon ) : void
DrawConvexPolygon ( QPolygonF polygon ) : void
DrawEllipse ( Qyoto.QPoint center, int rx, int ry ) : void
DrawEllipse ( QPointF center, double rx, double ry ) : void
DrawEllipse ( Qyoto.QRect r ) : void
DrawEllipse ( Qyoto.QRectF r ) : void
DrawEllipse ( int x, int y, int w, int h ) : void
DrawImage ( Qyoto.QPoint p, QImage image ) : void
DrawImage ( Qyoto.QPoint p, QImage image, Qyoto.QRect sr ) : void
DrawImage ( Qyoto.QPoint p, QImage image, Qyoto.QRect sr, uint flags ) : void
DrawImage ( QPointF p, QImage image ) : void
DrawImage ( QPointF p, QImage image, Qyoto.QRectF sr ) : void
DrawImage ( QPointF p, QImage image, Qyoto.QRectF sr, uint flags ) : void
DrawImage ( QRect r, QImage image ) : void
DrawImage ( QRect targetRect, QImage image, QRect sourceRect ) : void
DrawImage ( QRect targetRect, QImage image, QRect sourceRect, uint flags ) : void
DrawImage ( QRectF r, QImage image ) : void
DrawImage ( QRectF targetRect, QImage image, QRectF sourceRect ) : void
DrawImage ( QRectF targetRect, QImage image, QRectF sourceRect, uint flags ) : void
DrawImage ( int x, int y, QImage image ) : void
DrawImage ( int x, int y, QImage image, int sx ) : void
DrawImage ( int x, int y, QImage image, int sx, int sy ) : void
DrawImage ( int x, int y, QImage image, int sx, int sy, int sw ) : void
DrawImage ( int x, int y, QImage image, int sx, int sy, int sw, int sh ) : void
DrawImage ( int x, int y, QImage image, int sx, int sy, int sw, int sh, uint flags ) : void
DrawLine ( QLine line ) : void
DrawLine ( QLineF line ) : void
DrawLine ( QPoint p1, QPoint p2 ) : void
DrawLine ( QPointF p1, QPointF p2 ) : void
DrawLine ( int x1, int y1, int x2, int y2 ) : void
DrawLines ( List lines ) : void
DrawLines ( List lines ) : void
DrawLines ( List pointPairs ) : void
DrawLines ( List pointPairs ) : void
DrawLines ( QLine lines, int lineCount ) : void
DrawLines ( QLineF lines, int lineCount ) : void
DrawLines ( QPoint pointPairs, int lineCount ) : void
DrawLines ( QPointF pointPairs, int lineCount ) : void
DrawPath ( QPainterPath path ) : void
DrawPicture ( QPoint p, QPicture picture ) : void
DrawPicture ( QPointF p, QPicture picture ) : void
DrawPicture ( int x, int y, QPicture picture ) : void
DrawPie ( QRect arg1, int a, int alen ) : void
DrawPie ( QRectF rect, int a, int alen ) : void
DrawPie ( int x, int y, int w, int h, int a, int alen ) : void
DrawPixmap ( QPoint p, QPixmap pm ) : void
DrawPixmap ( QPoint p, QPixmap pm, QRect sr ) : void
DrawPixmap ( QPointF p, QPixmap pm ) : void
DrawPixmap ( QPointF p, QPixmap pm, QRectF sr ) : void
DrawPixmap ( QRect r, QPixmap pm ) : void
DrawPixmap ( QRect targetRect, QPixmap pixmap, QRect sourceRect ) : void
DrawPixmap ( QRectF targetRect, QPixmap pixmap, QRectF sourceRect ) : void
DrawPixmap ( int x, int y, QPixmap pm ) : void
DrawPixmap ( int x, int y, QPixmap pm, int sx, int sy, int sw, int sh ) : void
DrawPixmap ( int x, int y, int w, int h, QPixmap pm ) : void
DrawPixmap ( int x, int y, int w, int h, QPixmap pm, int sx, int sy, int sw, int sh ) : void
DrawPoint ( QPoint p ) : void
DrawPoint ( QPointF pt ) : void
DrawPoint ( int x, int y ) : void
DrawPoints ( QPoint points, int pointCount ) : void
DrawPoints ( QPointF points, int pointCount ) : void
DrawPoints ( QPolygon points ) : void
DrawPoints ( QPolygonF points ) : void
DrawPolygon ( QPoint points, int pointCount ) : void
DrawPolygon ( QPoint points, int pointCount, Qt fillRule ) : void
DrawPolygon ( QPointF points, int pointCount ) : void
DrawPolygon ( QPointF points, int pointCount, Qt fillRule ) : void
DrawPolygon ( QPolygon polygon ) : void
DrawPolygon ( QPolygon polygon, Qt fillRule ) : void
DrawPolygon ( QPolygonF polygon ) : void
DrawPolygon ( QPolygonF polygon, Qt fillRule ) : void
DrawPolyline ( QPoint points, int pointCount ) : void
DrawPolyline ( QPointF points, int pointCount ) : void
DrawPolyline ( QPolygon polygon ) : void
DrawPolyline ( QPolygonF polyline ) : void
DrawRect ( QRect rect ) : void
DrawRect ( QRectF rect ) : void
DrawRect ( int x1, int y1, int w, int h ) : void
DrawRects ( List rectangles ) : void
DrawRects ( List rectangles ) : void
DrawRects ( QRect rects, int rectCount ) : void
DrawRects ( QRectF rects, int rectCount ) : void
DrawRoundRect ( QRect r ) : void
DrawRoundRect ( QRect r, int xround ) : void
DrawRoundRect ( QRect r, int xround, int yround ) : void
DrawRoundRect ( QRectF r ) : void
DrawRoundRect ( QRectF r, int xround ) : void
DrawRoundRect ( QRectF r, int xround, int yround ) : void
DrawRoundRect ( int x, int y, int w, int h ) : void
DrawRoundRect ( int x, int y, int w, int h, int arg5 ) : void
DrawRoundRect ( int x, int y, int w, int h, int arg5, int arg6 ) : void
DrawRoundedRect ( QRect rect, double xRadius, double yRadius ) : void
DrawRoundedRect ( QRect rect, double xRadius, double yRadius, Qt mode ) : void
DrawRoundedRect ( QRectF rect, double xRadius, double yRadius ) : void
DrawRoundedRect ( QRectF rect, double xRadius, double yRadius, Qt mode ) : void
DrawRoundedRect ( int x, int y, int w, int h, double xRadius, double yRadius ) : void
DrawRoundedRect ( int x, int y, int w, int h, double xRadius, double yRadius, Qt mode ) : void
DrawText ( QPoint p, string s ) : void
DrawText ( QPointF p, string s ) : void
DrawText ( QPointF p, string str, int tf, int justificationPadding ) : void
DrawText ( QRect r, int flags, string text ) : void
DrawText ( QRect r, int flags, string text, QRect br ) : void
DrawText ( QRectF r, int flags, string text ) : void
DrawText ( QRectF r, int flags, string text, QRectF br ) : void
DrawText ( QRectF r, string text ) : void
DrawText ( QRectF r, string text, QTextOption o ) : void
DrawText ( int x, int y, int w, int h, int flags, string text ) : void
DrawText ( int x, int y, int w, int h, int flags, string text, QRect br ) : void
DrawText ( int x, int y, string s ) : void
DrawTiledPixmap ( QRect arg1, QPixmap arg2 ) : void
DrawTiledPixmap ( QRect arg1, QPixmap arg2, QPoint arg3 ) : void
DrawTiledPixmap ( QRectF rect, QPixmap pm ) : void
DrawTiledPixmap ( QRectF rect, QPixmap pm, QPointF offset ) : void
DrawTiledPixmap ( int x, int y, int w, int h, QPixmap arg5 ) : void
DrawTiledPixmap ( int x, int y, int w, int h, QPixmap arg5, int sx ) : void
DrawTiledPixmap ( int x, int y, int w, int h, QPixmap arg5, int sx, int sy ) : void
End ( ) : bool
EndNativePainting ( ) : void
EraseRect ( QRect arg1 ) : void
EraseRect ( QRectF arg1 ) : void
EraseRect ( int x, int y, int w, int h ) : void
FillPath ( QPainterPath path, QBrush brush ) : void
FillRect ( QRect arg1, QBrush arg2 ) : void
FillRect ( QRect arg1, QColor color ) : void
FillRect ( QRect r, Qt c ) : void
FillRect ( QRectF arg1, QBrush arg2 ) : void
FillRect ( QRectF arg1, QColor color ) : void
FillRect ( QRectF r, Qt c ) : void
FillRect ( int x, int y, int w, int h, QBrush arg5 ) : void
FillRect ( int x, int y, int w, int h, QColor color ) : void
FillRect ( int x, int y, int w, int h, Qt c ) : void
Font ( ) : QFont
FontInfo ( ) : QFontInfo
FontMetrics ( ) : QFontMetrics
HasClipping ( ) : bool
InitFrom ( QWidget widget ) : void
IsActive ( ) : bool
LayoutDirection ( ) : Qt.LayoutDirection
Matrix ( ) : QMatrix
MatrixEnabled ( ) : bool
Opacity ( ) : double
PaintEngine ( ) : QPaintEngine
Pen ( ) : QPen
QPainter ( IQPaintDevice arg1 ) : System
Redirected ( IQPaintDevice device ) : IQPaintDevice
Redirected ( IQPaintDevice device, QPoint offset ) : IQPaintDevice
RenderHints ( ) : uint
ResetMatrix ( ) : void
ResetTransform ( ) : void
Restore ( ) : void
RestoreRedirected ( IQPaintDevice device ) : void
Rotate ( double a ) : void
Save ( ) : void
Scale ( double sx, double sy ) : void
SetBackground ( QBrush bg ) : void
SetBackgroundMode ( Qt mode ) : void
SetBrush ( QBrush brush ) : void
SetBrush ( Qt style ) : void
SetBrushOrigin ( QPoint arg1 ) : void
SetBrushOrigin ( QPointF arg1 ) : void
SetBrushOrigin ( int x, int y ) : void
SetClipPath ( QPainterPath path ) : void
SetClipPath ( QPainterPath path, Qt op ) : void
SetClipRect ( QRect arg1 ) : void
SetClipRect ( QRect arg1, Qt op ) : void
SetClipRect ( QRectF arg1 ) : void
SetClipRect ( QRectF arg1, Qt op ) : void
SetClipRect ( int x, int y, int w, int h ) : void
SetClipRect ( int x, int y, int w, int h, Qt op ) : void
SetClipRegion ( QRegion arg1 ) : void
SetClipRegion ( QRegion arg1, Qt op ) : void
SetClipping ( bool enable ) : void
SetCompositionMode ( QPainter mode ) : void
SetFont ( QFont f ) : void
SetLayoutDirection ( Qt direction ) : void
SetMatrix ( QMatrix matrix ) : void
SetMatrix ( QMatrix matrix, bool combine ) : void
SetMatrixEnabled ( bool enabled ) : void
SetOpacity ( double opacity ) : void
SetPen ( QColor color ) : void
SetPen ( QPen pen ) : void
SetPen ( Qt style ) : void
SetRedirected ( IQPaintDevice device, IQPaintDevice replacement ) : void
SetRedirected ( IQPaintDevice device, IQPaintDevice replacement, QPoint offset ) : void
SetRenderHint ( QPainter hint ) : void
SetRenderHint ( QPainter hint, bool on ) : void
SetRenderHints ( uint hints ) : void
SetRenderHints ( uint hints, bool on ) : void
SetTransform ( QTransform transform ) : void
SetTransform ( QTransform transform, bool combine ) : void
SetViewTransformEnabled ( bool enable ) : void
SetViewport ( QRect viewport ) : void
SetViewport ( int x, int y, int w, int h ) : void
SetWindow ( QRect window ) : void
SetWindow ( int x, int y, int w, int h ) : void
SetWorldMatrix ( QMatrix matrix ) : void
SetWorldMatrix ( QMatrix matrix, bool combine ) : void
SetWorldMatrixEnabled ( bool enabled ) : void
SetWorldTransform ( QTransform matrix ) : void
SetWorldTransform ( QTransform matrix, bool combine ) : void
Shear ( double sh, double sv ) : void
StrokePath ( QPainterPath path, QPen pen ) : void
TestRenderHint ( QPainter hint ) : bool
Transform ( ) : QTransform
Translate ( QPoint offset ) : void
Translate ( QPointF offset ) : void
Translate ( double dx, double dy ) : void
ViewTransformEnabled ( ) : bool
Viewport ( ) : QRect
Window ( ) : QRect
WorldMatrix ( ) : QMatrix
WorldMatrixEnabled ( ) : bool
WorldTransform ( ) : QTransform
compositionMode ( ) : QPainter.CompositionMode

Protected Methods

Method Description
CreateProxy ( ) : void
QPainter ( Type dummy ) : System

Private Methods

Method Description
QPainter ( ) : System

Method Details

Background() public method

public Background ( ) : QBrush
return QBrush

BackgroundMode() public method

public BackgroundMode ( ) : Qt.BGMode
return Qt.BGMode

Begin() public method

public Begin ( IQPaintDevice arg1 ) : bool
arg1 IQPaintDevice
return bool

BeginNativePainting() public method

public BeginNativePainting ( ) : void
return void

BoundingRect() public method

public BoundingRect ( Qyoto.QRect rect, int flags, string text ) : Qyoto.QRect
rect Qyoto.QRect
flags int
text string
return Qyoto.QRect

BoundingRect() public method

public BoundingRect ( int x, int y, int w, int h, int flags, string text ) : Qyoto.QRect
x int
y int
w int
h int
flags int
text string
return Qyoto.QRect

BoundingRect() public method

public BoundingRect ( Qyoto.QRectF rect, int flags, string text ) : Qyoto.QRectF
rect Qyoto.QRectF
flags int
text string
return Qyoto.QRectF

BoundingRect() public method

public BoundingRect ( Qyoto.QRectF rect, string text ) : Qyoto.QRectF
rect Qyoto.QRectF
text string
return Qyoto.QRectF

BoundingRect() public method

public BoundingRect ( Qyoto.QRectF rect, string text, Qyoto.QTextOption o ) : Qyoto.QRectF
rect Qyoto.QRectF
text string
o Qyoto.QTextOption
return Qyoto.QRectF

Brush() public method

public Brush ( ) : QBrush
return QBrush

BrushOrigin() public method

public BrushOrigin ( ) : Qyoto.QPoint
return Qyoto.QPoint

ClipPath() public method

public ClipPath ( ) : QPainterPath
return QPainterPath

ClipRegion() public method

public ClipRegion ( ) : QRegion
return QRegion

CombinedMatrix() public method

public CombinedMatrix ( ) : QMatrix
return QMatrix

CombinedTransform() public method

public CombinedTransform ( ) : QTransform
return QTransform

CreateProxy() protected method

protected CreateProxy ( ) : void
return void

Device() public method

public Device ( ) : IQPaintDevice
return IQPaintDevice

DeviceMatrix() public method

public DeviceMatrix ( ) : QMatrix
return QMatrix

DeviceTransform() public method

public DeviceTransform ( ) : QTransform
return QTransform

Dispose() public method

public Dispose ( ) : void
return void

DrawArc() public method

public DrawArc ( Qyoto.QRect arg1, int a, int alen ) : void
arg1 Qyoto.QRect
a int
alen int
return void

DrawArc() public method

public DrawArc ( Qyoto.QRectF rect, int a, int alen ) : void
rect Qyoto.QRectF
a int
alen int
return void

DrawArc() public method

public DrawArc ( int x, int y, int w, int h, int a, int alen ) : void
x int
y int
w int
h int
a int
alen int
return void

DrawChord() public method

public DrawChord ( Qyoto.QRect arg1, int a, int alen ) : void
arg1 Qyoto.QRect
a int
alen int
return void

DrawChord() public method

public DrawChord ( Qyoto.QRectF rect, int a, int alen ) : void
rect Qyoto.QRectF
a int
alen int
return void

DrawChord() public method

public DrawChord ( int x, int y, int w, int h, int a, int alen ) : void
x int
y int
w int
h int
a int
alen int
return void

DrawConvexPolygon() public method

public DrawConvexPolygon ( Qyoto.QPoint points, int pointCount ) : void
points Qyoto.QPoint
pointCount int
return void

DrawConvexPolygon() public method

public DrawConvexPolygon ( QPointF points, int pointCount ) : void
points QPointF
pointCount int
return void

DrawConvexPolygon() public method

public DrawConvexPolygon ( Qyoto.QPolygon polygon ) : void
polygon Qyoto.QPolygon
return void

DrawConvexPolygon() public method

public DrawConvexPolygon ( QPolygonF polygon ) : void
polygon QPolygonF
return void

DrawEllipse() public method

public DrawEllipse ( Qyoto.QPoint center, int rx, int ry ) : void
center Qyoto.QPoint
rx int
ry int
return void

DrawEllipse() public method

public DrawEllipse ( QPointF center, double rx, double ry ) : void
center QPointF
rx double
ry double
return void

DrawEllipse() public method

public DrawEllipse ( Qyoto.QRect r ) : void
r Qyoto.QRect
return void

DrawEllipse() public method

public DrawEllipse ( Qyoto.QRectF r ) : void
r Qyoto.QRectF
return void

DrawEllipse() public method

public DrawEllipse ( int x, int y, int w, int h ) : void
x int
y int
w int
h int
return void

DrawImage() public method

public DrawImage ( Qyoto.QPoint p, QImage image ) : void
p Qyoto.QPoint
image QImage
return void

DrawImage() public method

public DrawImage ( Qyoto.QPoint p, QImage image, Qyoto.QRect sr ) : void
p Qyoto.QPoint
image QImage
sr Qyoto.QRect
return void

DrawImage() public method

public DrawImage ( Qyoto.QPoint p, QImage image, Qyoto.QRect sr, uint flags ) : void
p Qyoto.QPoint
image QImage
sr Qyoto.QRect
flags uint
return void

DrawImage() public method

public DrawImage ( QPointF p, QImage image ) : void
p QPointF
image QImage
return void

DrawImage() public method

public DrawImage ( QPointF p, QImage image, Qyoto.QRectF sr ) : void
p QPointF
image QImage
sr Qyoto.QRectF
return void

DrawImage() public method

public DrawImage ( QPointF p, QImage image, Qyoto.QRectF sr, uint flags ) : void
p QPointF
image QImage
sr Qyoto.QRectF
flags uint
return void

DrawImage() public method

public DrawImage ( QRect r, QImage image ) : void
r QRect
image QImage
return void

DrawImage() public method

public DrawImage ( QRect targetRect, QImage image, QRect sourceRect ) : void
targetRect QRect
image QImage
sourceRect QRect
return void

DrawImage() public method

public DrawImage ( QRect targetRect, QImage image, QRect sourceRect, uint flags ) : void
targetRect QRect
image QImage
sourceRect QRect
flags uint
return void

DrawImage() public method

public DrawImage ( QRectF r, QImage image ) : void
r QRectF
image QImage
return void

DrawImage() public method

public DrawImage ( QRectF targetRect, QImage image, QRectF sourceRect ) : void
targetRect QRectF
image QImage
sourceRect QRectF
return void

DrawImage() public method

public DrawImage ( QRectF targetRect, QImage image, QRectF sourceRect, uint flags ) : void
targetRect QRectF
image QImage
sourceRect QRectF
flags uint
return void

DrawImage() public method

public DrawImage ( int x, int y, QImage image ) : void
x int
y int
image QImage
return void

DrawImage() public method

public DrawImage ( int x, int y, QImage image, int sx ) : void
x int
y int
image QImage
sx int
return void

DrawImage() public method

public DrawImage ( int x, int y, QImage image, int sx, int sy ) : void
x int
y int
image QImage
sx int
sy int
return void

DrawImage() public method

public DrawImage ( int x, int y, QImage image, int sx, int sy, int sw ) : void
x int
y int
image QImage
sx int
sy int
sw int
return void

DrawImage() public method

public DrawImage ( int x, int y, QImage image, int sx, int sy, int sw, int sh ) : void
x int
y int
image QImage
sx int
sy int
sw int
sh int
return void

DrawImage() public method

public DrawImage ( int x, int y, QImage image, int sx, int sy, int sw, int sh, uint flags ) : void
x int
y int
image QImage
sx int
sy int
sw int
sh int
flags uint
return void

DrawLine() public method

public DrawLine ( QLine line ) : void
line QLine
return void

DrawLine() public method

public DrawLine ( QLineF line ) : void
line QLineF
return void

DrawLine() public method

public DrawLine ( QPoint p1, QPoint p2 ) : void
p1 QPoint
p2 QPoint
return void

DrawLine() public method

public DrawLine ( QPointF p1, QPointF p2 ) : void
p1 QPointF
p2 QPointF
return void

DrawLine() public method

public DrawLine ( int x1, int y1, int x2, int y2 ) : void
x1 int
y1 int
x2 int
y2 int
return void

DrawLines() public method

public DrawLines ( List lines ) : void
lines List
return void

DrawLines() public method

public DrawLines ( List lines ) : void
lines List
return void

DrawLines() public method

public DrawLines ( List pointPairs ) : void
pointPairs List
return void

DrawLines() public method

public DrawLines ( List pointPairs ) : void
pointPairs List
return void

DrawLines() public method

public DrawLines ( QLine lines, int lineCount ) : void
lines QLine
lineCount int
return void

DrawLines() public method

public DrawLines ( QLineF lines, int lineCount ) : void
lines QLineF
lineCount int
return void

DrawLines() public method

public DrawLines ( QPoint pointPairs, int lineCount ) : void
pointPairs QPoint
lineCount int
return void

DrawLines() public method

public DrawLines ( QPointF pointPairs, int lineCount ) : void
pointPairs QPointF
lineCount int
return void

DrawPath() public method

public DrawPath ( QPainterPath path ) : void
path QPainterPath
return void

DrawPicture() public method

public DrawPicture ( QPoint p, QPicture picture ) : void
p QPoint
picture QPicture
return void

DrawPicture() public method

public DrawPicture ( QPointF p, QPicture picture ) : void
p QPointF
picture QPicture
return void

DrawPicture() public method

public DrawPicture ( int x, int y, QPicture picture ) : void
x int
y int
picture QPicture
return void

DrawPie() public method

public DrawPie ( QRect arg1, int a, int alen ) : void
arg1 QRect
a int
alen int
return void

DrawPie() public method

public DrawPie ( QRectF rect, int a, int alen ) : void
rect QRectF
a int
alen int
return void

DrawPie() public method

public DrawPie ( int x, int y, int w, int h, int a, int alen ) : void
x int
y int
w int
h int
a int
alen int
return void

DrawPixmap() public method

public DrawPixmap ( QPoint p, QPixmap pm ) : void
p QPoint
pm QPixmap
return void

DrawPixmap() public method

public DrawPixmap ( QPoint p, QPixmap pm, QRect sr ) : void
p QPoint
pm QPixmap
sr QRect
return void

DrawPixmap() public method

public DrawPixmap ( QPointF p, QPixmap pm ) : void
p QPointF
pm QPixmap
return void

DrawPixmap() public method

public DrawPixmap ( QPointF p, QPixmap pm, QRectF sr ) : void
p QPointF
pm QPixmap
sr QRectF
return void

DrawPixmap() public method

public DrawPixmap ( QRect r, QPixmap pm ) : void
r QRect
pm QPixmap
return void

DrawPixmap() public method

public DrawPixmap ( QRect targetRect, QPixmap pixmap, QRect sourceRect ) : void
targetRect QRect
pixmap QPixmap
sourceRect QRect
return void

DrawPixmap() public method

public DrawPixmap ( QRectF targetRect, QPixmap pixmap, QRectF sourceRect ) : void
targetRect QRectF
pixmap QPixmap
sourceRect QRectF
return void

DrawPixmap() public method

public DrawPixmap ( int x, int y, QPixmap pm ) : void
x int
y int
pm QPixmap
return void

DrawPixmap() public method

public DrawPixmap ( int x, int y, QPixmap pm, int sx, int sy, int sw, int sh ) : void
x int
y int
pm QPixmap
sx int
sy int
sw int
sh int
return void

DrawPixmap() public method

public DrawPixmap ( int x, int y, int w, int h, QPixmap pm ) : void
x int
y int
w int
h int
pm QPixmap
return void

DrawPixmap() public method

public DrawPixmap ( int x, int y, int w, int h, QPixmap pm, int sx, int sy, int sw, int sh ) : void
x int
y int
w int
h int
pm QPixmap
sx int
sy int
sw int
sh int
return void

DrawPoint() public method

public DrawPoint ( QPoint p ) : void
p QPoint
return void

DrawPoint() public method

public DrawPoint ( QPointF pt ) : void
pt QPointF
return void

DrawPoint() public method

public DrawPoint ( int x, int y ) : void
x int
y int
return void

DrawPoints() public method

public DrawPoints ( QPoint points, int pointCount ) : void
points QPoint
pointCount int
return void

DrawPoints() public method

public DrawPoints ( QPointF points, int pointCount ) : void
points QPointF
pointCount int
return void

DrawPoints() public method

public DrawPoints ( QPolygon points ) : void
points QPolygon
return void

DrawPoints() public method

public DrawPoints ( QPolygonF points ) : void
points QPolygonF
return void

DrawPolygon() public method

public DrawPolygon ( QPoint points, int pointCount ) : void
points QPoint
pointCount int
return void

DrawPolygon() public method

public DrawPolygon ( QPoint points, int pointCount, Qt fillRule ) : void
points QPoint
pointCount int
fillRule Qt
return void

DrawPolygon() public method

public DrawPolygon ( QPointF points, int pointCount ) : void
points QPointF
pointCount int
return void

DrawPolygon() public method

public DrawPolygon ( QPointF points, int pointCount, Qt fillRule ) : void
points QPointF
pointCount int
fillRule Qt
return void

DrawPolygon() public method

public DrawPolygon ( QPolygon polygon ) : void
polygon QPolygon
return void

DrawPolygon() public method

public DrawPolygon ( QPolygon polygon, Qt fillRule ) : void
polygon QPolygon
fillRule Qt
return void

DrawPolygon() public method

public DrawPolygon ( QPolygonF polygon ) : void
polygon QPolygonF
return void

DrawPolygon() public method

public DrawPolygon ( QPolygonF polygon, Qt fillRule ) : void
polygon QPolygonF
fillRule Qt
return void

DrawPolyline() public method

public DrawPolyline ( QPoint points, int pointCount ) : void
points QPoint
pointCount int
return void

DrawPolyline() public method

public DrawPolyline ( QPointF points, int pointCount ) : void
points QPointF
pointCount int
return void

DrawPolyline() public method

public DrawPolyline ( QPolygon polygon ) : void
polygon QPolygon
return void

DrawPolyline() public method

public DrawPolyline ( QPolygonF polyline ) : void
polyline QPolygonF
return void

DrawRect() public method

public DrawRect ( QRect rect ) : void
rect QRect
return void

DrawRect() public method

public DrawRect ( QRectF rect ) : void
rect QRectF
return void

DrawRect() public method

public DrawRect ( int x1, int y1, int w, int h ) : void
x1 int
y1 int
w int
h int
return void

DrawRects() public method

public DrawRects ( List rectangles ) : void
rectangles List
return void

DrawRects() public method

public DrawRects ( List rectangles ) : void
rectangles List
return void

DrawRects() public method

public DrawRects ( QRect rects, int rectCount ) : void
rects QRect
rectCount int
return void

DrawRects() public method

public DrawRects ( QRectF rects, int rectCount ) : void
rects QRectF
rectCount int
return void

DrawRoundRect() public method

public DrawRoundRect ( QRect r ) : void
r QRect
return void

DrawRoundRect() public method

public DrawRoundRect ( QRect r, int xround ) : void
r QRect
xround int
return void

DrawRoundRect() public method

public DrawRoundRect ( QRect r, int xround, int yround ) : void
r QRect
xround int
yround int
return void

DrawRoundRect() public method

public DrawRoundRect ( QRectF r ) : void
r QRectF
return void

DrawRoundRect() public method

public DrawRoundRect ( QRectF r, int xround ) : void
r QRectF
xround int
return void

DrawRoundRect() public method

public DrawRoundRect ( QRectF r, int xround, int yround ) : void
r QRectF
xround int
yround int
return void

DrawRoundRect() public method

public DrawRoundRect ( int x, int y, int w, int h ) : void
x int
y int
w int
h int
return void

DrawRoundRect() public method

public DrawRoundRect ( int x, int y, int w, int h, int arg5 ) : void
x int
y int
w int
h int
arg5 int
return void

DrawRoundRect() public method

public DrawRoundRect ( int x, int y, int w, int h, int arg5, int arg6 ) : void
x int
y int
w int
h int
arg5 int
arg6 int
return void

DrawRoundedRect() public method

public DrawRoundedRect ( QRect rect, double xRadius, double yRadius ) : void
rect QRect
xRadius double
yRadius double
return void

DrawRoundedRect() public method

public DrawRoundedRect ( QRect rect, double xRadius, double yRadius, Qt mode ) : void
rect QRect
xRadius double
yRadius double
mode Qt
return void

DrawRoundedRect() public method

public DrawRoundedRect ( QRectF rect, double xRadius, double yRadius ) : void
rect QRectF
xRadius double
yRadius double
return void

DrawRoundedRect() public method

public DrawRoundedRect ( QRectF rect, double xRadius, double yRadius, Qt mode ) : void
rect QRectF
xRadius double
yRadius double
mode Qt
return void

DrawRoundedRect() public method

public DrawRoundedRect ( int x, int y, int w, int h, double xRadius, double yRadius ) : void
x int
y int
w int
h int
xRadius double
yRadius double
return void

DrawRoundedRect() public method

public DrawRoundedRect ( int x, int y, int w, int h, double xRadius, double yRadius, Qt mode ) : void
x int
y int
w int
h int
xRadius double
yRadius double
mode Qt
return void

DrawText() public method

public DrawText ( QPoint p, string s ) : void
p QPoint
s string
return void

DrawText() public method

public DrawText ( QPointF p, string s ) : void
p QPointF
s string
return void

DrawText() public method

public DrawText ( QPointF p, string str, int tf, int justificationPadding ) : void
p QPointF
str string
tf int
justificationPadding int
return void

DrawText() public method

public DrawText ( QRect r, int flags, string text ) : void
r QRect
flags int
text string
return void

DrawText() public method

public DrawText ( QRect r, int flags, string text, QRect br ) : void
r QRect
flags int
text string
br QRect
return void

DrawText() public method

public DrawText ( QRectF r, int flags, string text ) : void
r QRectF
flags int
text string
return void

DrawText() public method

public DrawText ( QRectF r, int flags, string text, QRectF br ) : void
r QRectF
flags int
text string
br QRectF
return void

DrawText() public method

public DrawText ( QRectF r, string text ) : void
r QRectF
text string
return void

DrawText() public method

public DrawText ( QRectF r, string text, QTextOption o ) : void
r QRectF
text string
o QTextOption
return void

DrawText() public method

public DrawText ( int x, int y, int w, int h, int flags, string text ) : void
x int
y int
w int
h int
flags int
text string
return void

DrawText() public method

public DrawText ( int x, int y, int w, int h, int flags, string text, QRect br ) : void
x int
y int
w int
h int
flags int
text string
br QRect
return void

DrawText() public method

public DrawText ( int x, int y, string s ) : void
x int
y int
s string
return void

DrawTiledPixmap() public method

public DrawTiledPixmap ( QRect arg1, QPixmap arg2 ) : void
arg1 QRect
arg2 QPixmap
return void

DrawTiledPixmap() public method

public DrawTiledPixmap ( QRect arg1, QPixmap arg2, QPoint arg3 ) : void
arg1 QRect
arg2 QPixmap
arg3 QPoint
return void

DrawTiledPixmap() public method

public DrawTiledPixmap ( QRectF rect, QPixmap pm ) : void
rect QRectF
pm QPixmap
return void

DrawTiledPixmap() public method

public DrawTiledPixmap ( QRectF rect, QPixmap pm, QPointF offset ) : void
rect QRectF
pm QPixmap
offset QPointF
return void

DrawTiledPixmap() public method

public DrawTiledPixmap ( int x, int y, int w, int h, QPixmap arg5 ) : void
x int
y int
w int
h int
arg5 QPixmap
return void

DrawTiledPixmap() public method

public DrawTiledPixmap ( int x, int y, int w, int h, QPixmap arg5, int sx ) : void
x int
y int
w int
h int
arg5 QPixmap
sx int
return void

DrawTiledPixmap() public method

public DrawTiledPixmap ( int x, int y, int w, int h, QPixmap arg5, int sx, int sy ) : void
x int
y int
w int
h int
arg5 QPixmap
sx int
sy int
return void

End() public method

public End ( ) : bool
return bool

EndNativePainting() public method

public EndNativePainting ( ) : void
return void

EraseRect() public method

public EraseRect ( QRect arg1 ) : void
arg1 QRect
return void

EraseRect() public method

public EraseRect ( QRectF arg1 ) : void
arg1 QRectF
return void

EraseRect() public method

public EraseRect ( int x, int y, int w, int h ) : void
x int
y int
w int
h int
return void

FillPath() public method

public FillPath ( QPainterPath path, QBrush brush ) : void
path QPainterPath
brush QBrush
return void

FillRect() public method

public FillRect ( QRect arg1, QBrush arg2 ) : void
arg1 QRect
arg2 QBrush
return void

FillRect() public method

public FillRect ( QRect arg1, QColor color ) : void
arg1 QRect
color QColor
return void

FillRect() public method

public FillRect ( QRect r, Qt c ) : void
r QRect
c Qt
return void

FillRect() public method

public FillRect ( QRectF arg1, QBrush arg2 ) : void
arg1 QRectF
arg2 QBrush
return void

FillRect() public method

public FillRect ( QRectF arg1, QColor color ) : void
arg1 QRectF
color QColor
return void

FillRect() public method

public FillRect ( QRectF r, Qt c ) : void
r QRectF
c Qt
return void

FillRect() public method

public FillRect ( int x, int y, int w, int h, QBrush arg5 ) : void
x int
y int
w int
h int
arg5 QBrush
return void

FillRect() public method

public FillRect ( int x, int y, int w, int h, QColor color ) : void
x int
y int
w int
h int
color QColor
return void

FillRect() public method

public FillRect ( int x, int y, int w, int h, Qt c ) : void
x int
y int
w int
h int
c Qt
return void

Font() public method

public Font ( ) : QFont
return QFont

FontInfo() public method

public FontInfo ( ) : QFontInfo
return QFontInfo

FontMetrics() public method

public FontMetrics ( ) : QFontMetrics
return QFontMetrics

HasClipping() public method

public HasClipping ( ) : bool
return bool

InitFrom() public method

public InitFrom ( QWidget widget ) : void
widget QWidget
return void

IsActive() public method

public IsActive ( ) : bool
return bool

LayoutDirection() public method

public LayoutDirection ( ) : Qt.LayoutDirection
return Qt.LayoutDirection

Matrix() public method

public Matrix ( ) : QMatrix
return QMatrix

MatrixEnabled() public method

public MatrixEnabled ( ) : bool
return bool

Opacity() public method

public Opacity ( ) : double
return double

PaintEngine() public method

public PaintEngine ( ) : QPaintEngine
return QPaintEngine

Pen() public method

public Pen ( ) : QPen
return QPen

QPainter() public method

public QPainter ( IQPaintDevice arg1 ) : System
arg1 IQPaintDevice
return System

QPainter() protected method

protected QPainter ( Type dummy ) : System
dummy Type
return System

Redirected() public static method

public static Redirected ( IQPaintDevice device ) : IQPaintDevice
device IQPaintDevice
return IQPaintDevice

Redirected() public static method

public static Redirected ( IQPaintDevice device, QPoint offset ) : IQPaintDevice
device IQPaintDevice
offset QPoint
return IQPaintDevice

RenderHints() public method

public RenderHints ( ) : uint
return uint

ResetMatrix() public method

public ResetMatrix ( ) : void
return void

ResetTransform() public method

public ResetTransform ( ) : void
return void

Restore() public method

public Restore ( ) : void
return void

RestoreRedirected() public static method

public static RestoreRedirected ( IQPaintDevice device ) : void
device IQPaintDevice
return void

Rotate() public method

public Rotate ( double a ) : void
a double
return void

Save() public method

public Save ( ) : void
return void

Scale() public method

public Scale ( double sx, double sy ) : void
sx double
sy double
return void

SetBackground() public method

public SetBackground ( QBrush bg ) : void
bg QBrush
return void

SetBackgroundMode() public method

public SetBackgroundMode ( Qt mode ) : void
mode Qt
return void

SetBrush() public method

public SetBrush ( QBrush brush ) : void
brush QBrush
return void

SetBrush() public method

public SetBrush ( Qt style ) : void
style Qt
return void

SetBrushOrigin() public method

public SetBrushOrigin ( QPoint arg1 ) : void
arg1 QPoint
return void

SetBrushOrigin() public method

public SetBrushOrigin ( QPointF arg1 ) : void
arg1 QPointF
return void

SetBrushOrigin() public method

public SetBrushOrigin ( int x, int y ) : void
x int
y int
return void

SetClipPath() public method

public SetClipPath ( QPainterPath path ) : void
path QPainterPath
return void

SetClipPath() public method

public SetClipPath ( QPainterPath path, Qt op ) : void
path QPainterPath
op Qt
return void

SetClipRect() public method

public SetClipRect ( QRect arg1 ) : void
arg1 QRect
return void

SetClipRect() public method

public SetClipRect ( QRect arg1, Qt op ) : void
arg1 QRect
op Qt
return void

SetClipRect() public method

public SetClipRect ( QRectF arg1 ) : void
arg1 QRectF
return void

SetClipRect() public method

public SetClipRect ( QRectF arg1, Qt op ) : void
arg1 QRectF
op Qt
return void

SetClipRect() public method

public SetClipRect ( int x, int y, int w, int h ) : void
x int
y int
w int
h int
return void

SetClipRect() public method

public SetClipRect ( int x, int y, int w, int h, Qt op ) : void
x int
y int
w int
h int
op Qt
return void

SetClipRegion() public method

public SetClipRegion ( QRegion arg1 ) : void
arg1 QRegion
return void

SetClipRegion() public method

public SetClipRegion ( QRegion arg1, Qt op ) : void
arg1 QRegion
op Qt
return void

SetClipping() public method

public SetClipping ( bool enable ) : void
enable bool
return void

SetCompositionMode() public method

public SetCompositionMode ( QPainter mode ) : void
mode QPainter
return void

SetFont() public method

public SetFont ( QFont f ) : void
f QFont
return void

SetLayoutDirection() public method

public SetLayoutDirection ( Qt direction ) : void
direction Qt
return void

SetMatrix() public method

public SetMatrix ( QMatrix matrix ) : void
matrix QMatrix
return void

SetMatrix() public method

public SetMatrix ( QMatrix matrix, bool combine ) : void
matrix QMatrix
combine bool
return void

SetMatrixEnabled() public method

public SetMatrixEnabled ( bool enabled ) : void
enabled bool
return void

SetOpacity() public method

public SetOpacity ( double opacity ) : void
opacity double
return void

SetPen() public method

public SetPen ( QColor color ) : void
color QColor
return void

SetPen() public method

public SetPen ( QPen pen ) : void
pen QPen
return void

SetPen() public method

public SetPen ( Qt style ) : void
style Qt
return void

SetRedirected() public static method

public static SetRedirected ( IQPaintDevice device, IQPaintDevice replacement ) : void
device IQPaintDevice
replacement IQPaintDevice
return void

SetRedirected() public static method

public static SetRedirected ( IQPaintDevice device, IQPaintDevice replacement, QPoint offset ) : void
device IQPaintDevice
replacement IQPaintDevice
offset QPoint
return void

SetRenderHint() public method

public SetRenderHint ( QPainter hint ) : void
hint QPainter
return void

SetRenderHint() public method

public SetRenderHint ( QPainter hint, bool on ) : void
hint QPainter
on bool
return void

SetRenderHints() public method

public SetRenderHints ( uint hints ) : void
hints uint
return void

SetRenderHints() public method

public SetRenderHints ( uint hints, bool on ) : void
hints uint
on bool
return void

SetTransform() public method

public SetTransform ( QTransform transform ) : void
transform QTransform
return void

SetTransform() public method

public SetTransform ( QTransform transform, bool combine ) : void
transform QTransform
combine bool
return void

SetViewTransformEnabled() public method

public SetViewTransformEnabled ( bool enable ) : void
enable bool
return void

SetViewport() public method

public SetViewport ( QRect viewport ) : void
viewport QRect
return void

SetViewport() public method

public SetViewport ( int x, int y, int w, int h ) : void
x int
y int
w int
h int
return void

SetWindow() public method

public SetWindow ( QRect window ) : void
window QRect
return void

SetWindow() public method

public SetWindow ( int x, int y, int w, int h ) : void
x int
y int
w int
h int
return void

SetWorldMatrix() public method

public SetWorldMatrix ( QMatrix matrix ) : void
matrix QMatrix
return void

SetWorldMatrix() public method

public SetWorldMatrix ( QMatrix matrix, bool combine ) : void
matrix QMatrix
combine bool
return void

SetWorldMatrixEnabled() public method

public SetWorldMatrixEnabled ( bool enabled ) : void
enabled bool
return void

SetWorldTransform() public method

public SetWorldTransform ( QTransform matrix ) : void
matrix QTransform
return void

SetWorldTransform() public method

public SetWorldTransform ( QTransform matrix, bool combine ) : void
matrix QTransform
combine bool
return void

Shear() public method

public Shear ( double sh, double sv ) : void
sh double
sv double
return void

StrokePath() public method

public StrokePath ( QPainterPath path, QPen pen ) : void
path QPainterPath
pen QPen
return void

TestRenderHint() public method

public TestRenderHint ( QPainter hint ) : bool
hint QPainter
return bool

Transform() public method

public Transform ( ) : QTransform
return QTransform

Translate() public method

public Translate ( QPoint offset ) : void
offset QPoint
return void

Translate() public method

public Translate ( QPointF offset ) : void
offset QPointF
return void

Translate() public method

public Translate ( double dx, double dy ) : void
dx double
dy double
return void

ViewTransformEnabled() public method

public ViewTransformEnabled ( ) : bool
return bool

Viewport() public method

public Viewport ( ) : QRect
return QRect

Window() public method

public Window ( ) : QRect
return QRect

WorldMatrix() public method

public WorldMatrix ( ) : QMatrix
return QMatrix

WorldMatrixEnabled() public method

public WorldMatrixEnabled ( ) : bool
return bool

WorldTransform() public method

public WorldTransform ( ) : QTransform
return QTransform

compositionMode() public method

public compositionMode ( ) : QPainter.CompositionMode
return QPainter.CompositionMode

Property Details

interceptor protected_oe property

protected SmokeInvocation interceptor
return SmokeInvocation