Property | Type | Description | |
---|---|---|---|
interceptor |
Method | Description | |
---|---|---|
ClearDirty ( uint df ) : void | ||
Fix_neg_rect ( int &x, int &y, int &w, int &h ) : void | ||
HasFeature ( uint feature ) : bool | ||
IsActive ( ) : bool | ||
IsExtended ( ) : bool | ||
PaintDevice ( ) : IQPaintDevice | ||
Painter ( ) : |
||
QPaintEngine ( ) : System | ||
QPaintEngine ( uint features ) : System | ||
SetActive ( bool newState ) : void | ||
SetDirty ( uint df ) : void | ||
SetPaintDevice ( IQPaintDevice device ) : void | ||
SetSystemClip ( |
||
SetSystemRect ( Qyoto.QRect rect ) : void | ||
SyncState ( ) : void | ||
SystemClip ( ) : |
||
SystemRect ( ) : Qyoto.QRect | ||
TestDirty ( uint df ) : bool |
Method | Description | |
---|---|---|
CreateProxy ( ) : void | ||
QPaintEngine ( |
Method | Description | |
---|---|---|
Begin ( IQPaintDevice pdev ) : bool | ||
CoordinateOffset ( ) : Qyoto.QPoint | ||
DrawEllipse ( Qyoto.QRect r ) : void | ||
DrawEllipse ( Qyoto.QRectF r ) : void | ||
DrawImage ( Qyoto.QRectF r, |
||
DrawImage ( Qyoto.QRectF r, |
||
DrawLines ( |
||
DrawLines ( |
||
DrawPath ( |
||
DrawPixmap ( Qyoto.QRectF r, |
||
DrawPoints ( Qyoto.QPoint points, int pointCount ) : void | ||
DrawPoints ( |
||
DrawPolygon ( Qyoto.QPoint points, int pointCount, |
||
DrawPolygon ( |
||
DrawRects ( Qyoto.QRect rects, int rectCount ) : void | ||
DrawRects ( Qyoto.QRectF rects, int rectCount ) : void | ||
DrawTiledPixmap ( Qyoto.QRectF r, |
||
End ( ) : bool | ||
UpdateState ( Qyoto.QPaintEngineState state ) : void | ||
type ( ) : QPaintEngine.TypeOf |
public Fix_neg_rect ( int &x, int &y, int &w, int &h ) : void | ||
x | int | |
y | int | |
w | int | |
h | int | |
return | void |
protected QPaintEngine ( |
||
dummy | ||
return | System |
public QPaintEngine ( uint features ) : System | ||
features | uint | |
return | System |
public SetPaintDevice ( IQPaintDevice device ) : void | ||
device | IQPaintDevice | |
return | void |
public SetSystemClip ( |
||
baseClip | ||
return | void |
public SetSystemRect ( Qyoto.QRect rect ) : void | ||
rect | Qyoto.QRect | |
return | void |