C# Class Qyoto.QPaintEngine

Inheritance: Object
Afficher le fichier Open project: 0xd34df00d/Qross Class Usage Examples

Protected Properties

Свойство Type Description
interceptor SmokeInvocation

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
CreateProxy ( ) : void
QPaintEngine ( Type dummy ) : System

Private Methods

Méthode 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 méthode

public ClearDirty ( uint df ) : void
df uint
Résultat void

CreateProxy() protected méthode

protected CreateProxy ( ) : void
Résultat void

Fix_neg_rect() public méthode

public Fix_neg_rect ( int &x, int &y, int &w, int &h ) : void
x int
y int
w int
h int
Résultat void

HasFeature() public méthode

public HasFeature ( uint feature ) : bool
feature uint
Résultat bool

IsActive() public méthode

public IsActive ( ) : bool
Résultat bool

IsExtended() public méthode

public IsExtended ( ) : bool
Résultat bool

PaintDevice() public méthode

public PaintDevice ( ) : IQPaintDevice
Résultat IQPaintDevice

Painter() public méthode

public Painter ( ) : QPainter
Résultat QPainter

QPaintEngine() public méthode

public QPaintEngine ( ) : System
Résultat System

QPaintEngine() protected méthode

protected QPaintEngine ( Type dummy ) : System
dummy System.Type
Résultat System

QPaintEngine() public méthode

public QPaintEngine ( uint features ) : System
features uint
Résultat System

SetActive() public méthode

public SetActive ( bool newState ) : void
newState bool
Résultat void

SetDirty() public méthode

public SetDirty ( uint df ) : void
df uint
Résultat void

SetPaintDevice() public méthode

public SetPaintDevice ( IQPaintDevice device ) : void
device IQPaintDevice
Résultat void

SetSystemClip() public méthode

public SetSystemClip ( QRegion baseClip ) : void
baseClip QRegion
Résultat void

SetSystemRect() public méthode

public SetSystemRect ( Qyoto.QRect rect ) : void
rect Qyoto.QRect
Résultat void

SyncState() public méthode

public SyncState ( ) : void
Résultat void

SystemClip() public méthode

public SystemClip ( ) : QRegion
Résultat QRegion

SystemRect() public méthode

public SystemRect ( ) : Qyoto.QRect
Résultat Qyoto.QRect

TestDirty() public méthode

public TestDirty ( uint df ) : bool
df uint
Résultat bool

Property Details

interceptor protected_oe property

protected SmokeInvocation,Qyoto interceptor
Résultat SmokeInvocation