C# 클래스 Qyoto.QPaintEngine

상속: Object
파일 보기 프로젝트 열기: 0xd34df00d/Qross 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
interceptor SmokeInvocation

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
CreateProxy ( ) : void
QPaintEngine ( Type dummy ) : System

비공개 메소드들

메소드 설명
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

메소드 상세

ClearDirty() 공개 메소드

public ClearDirty ( uint df ) : void
df uint
리턴 void

CreateProxy() 보호된 메소드

protected CreateProxy ( ) : void
리턴 void

Fix_neg_rect() 공개 메소드

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

HasFeature() 공개 메소드

public HasFeature ( uint feature ) : bool
feature uint
리턴 bool

IsActive() 공개 메소드

public IsActive ( ) : bool
리턴 bool

IsExtended() 공개 메소드

public IsExtended ( ) : bool
리턴 bool

PaintDevice() 공개 메소드

public PaintDevice ( ) : IQPaintDevice
리턴 IQPaintDevice

Painter() 공개 메소드

public Painter ( ) : QPainter
리턴 QPainter

QPaintEngine() 공개 메소드

public QPaintEngine ( ) : System
리턴 System

QPaintEngine() 보호된 메소드

protected QPaintEngine ( Type dummy ) : System
dummy System.Type
리턴 System

QPaintEngine() 공개 메소드

public QPaintEngine ( uint features ) : System
features uint
리턴 System

SetActive() 공개 메소드

public SetActive ( bool newState ) : void
newState bool
리턴 void

SetDirty() 공개 메소드

public SetDirty ( uint df ) : void
df uint
리턴 void

SetPaintDevice() 공개 메소드

public SetPaintDevice ( IQPaintDevice device ) : void
device IQPaintDevice
리턴 void

SetSystemClip() 공개 메소드

public SetSystemClip ( QRegion baseClip ) : void
baseClip QRegion
리턴 void

SetSystemRect() 공개 메소드

public SetSystemRect ( Qyoto.QRect rect ) : void
rect Qyoto.QRect
리턴 void

SyncState() 공개 메소드

public SyncState ( ) : void
리턴 void

SystemClip() 공개 메소드

public SystemClip ( ) : QRegion
리턴 QRegion

SystemRect() 공개 메소드

public SystemRect ( ) : Qyoto.QRect
리턴 Qyoto.QRect

TestDirty() 공개 메소드

public TestDirty ( uint df ) : bool
df uint
리턴 bool

프로퍼티 상세

interceptor 보호되어 있는 프로퍼티

protected SmokeInvocation,Qyoto interceptor
리턴 SmokeInvocation