C# Class Qyoto.QPaintEngine

Inheritance: Object
Datei anzeigen Open project: 0xd34df00d/Qross Class Usage Examples

Protected Properties

Property Type Description
interceptor SmokeInvocation

Public Methods

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 ( ) : QPainter
QPaintEngine ( ) : System
QPaintEngine ( uint features ) : System
SetActive ( bool newState ) : void
SetDirty ( uint df ) : void
SetPaintDevice ( IQPaintDevice device ) : void
SetSystemClip ( QRegion baseClip ) : void
SetSystemRect ( Qyoto.QRect rect ) : void
SyncState ( ) : void
SystemClip ( ) : QRegion
SystemRect ( ) : Qyoto.QRect
TestDirty ( uint df ) : bool

Protected Methods

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

Private Methods

Method Description
Begin ( IQPaintDevice pdev ) : bool
CoordinateOffset ( ) : Qyoto.QPoint
DrawEllipse ( Qyoto.QRect r ) : void
DrawEllipse ( Qyoto.QRectF r ) : void
DrawImage ( Qyoto.QRectF r, QImage pm, Qyoto.QRectF sr ) : void
DrawImage ( Qyoto.QRectF r, QImage pm, Qyoto.QRectF sr, uint flags ) : void
DrawLines ( QLine lines, int lineCount ) : void
DrawLines ( QLineF lines, int lineCount ) : void
DrawPath ( QPainterPath path ) : void
DrawPixmap ( Qyoto.QRectF r, QPixmap pm, Qyoto.QRectF sr ) : void
DrawPoints ( Qyoto.QPoint points, int pointCount ) : void
DrawPoints ( QPointF points, int pointCount ) : void
DrawPolygon ( Qyoto.QPoint points, int pointCount, QPaintEngine mode ) : void
DrawPolygon ( QPointF points, int pointCount, QPaintEngine mode ) : void
DrawRects ( Qyoto.QRect rects, int rectCount ) : void
DrawRects ( Qyoto.QRectF rects, int rectCount ) : void
DrawTiledPixmap ( Qyoto.QRectF r, QPixmap pixmap, QPointF s ) : void
End ( ) : bool
UpdateState ( Qyoto.QPaintEngineState state ) : void
type ( ) : QPaintEngine.TypeOf

Method Details

ClearDirty() public method

public ClearDirty ( uint df ) : void
df uint
return void

CreateProxy() protected method

protected CreateProxy ( ) : void
return void

Fix_neg_rect() public method

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

HasFeature() public method

public HasFeature ( uint feature ) : bool
feature uint
return bool

IsActive() public method

public IsActive ( ) : bool
return bool

IsExtended() public method

public IsExtended ( ) : bool
return bool

PaintDevice() public method

public PaintDevice ( ) : IQPaintDevice
return IQPaintDevice

Painter() public method

public Painter ( ) : QPainter
return QPainter

QPaintEngine() public method

public QPaintEngine ( ) : System
return System

QPaintEngine() protected method

protected QPaintEngine ( Type dummy ) : System
dummy System.Type
return System

QPaintEngine() public method

public QPaintEngine ( uint features ) : System
features uint
return System

SetActive() public method

public SetActive ( bool newState ) : void
newState bool
return void

SetDirty() public method

public SetDirty ( uint df ) : void
df uint
return void

SetPaintDevice() public method

public SetPaintDevice ( IQPaintDevice device ) : void
device IQPaintDevice
return void

SetSystemClip() public method

public SetSystemClip ( QRegion baseClip ) : void
baseClip QRegion
return void

SetSystemRect() public method

public SetSystemRect ( Qyoto.QRect rect ) : void
rect Qyoto.QRect
return void

SyncState() public method

public SyncState ( ) : void
return void

SystemClip() public method

public SystemClip ( ) : QRegion
return QRegion

SystemRect() public method

public SystemRect ( ) : Qyoto.QRect
return Qyoto.QRect

TestDirty() public method

public TestDirty ( uint df ) : bool
df uint
return bool

Property Details

interceptor protected_oe property

protected SmokeInvocation,Qyoto interceptor
return SmokeInvocation