C# Класс Qyoto.QPaintEngine

Наследование: Object
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
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