C# Class Qyoto.QGraphicsEffect

Inheritance: QObject
ファイルを表示 Open project: 0xd34df00d/Qross Class Usage Examples

Private Properties

Property Type Description
BoundingRectFor Qyoto.QRectF
Draw void
QGraphicsEffect System
SetEnabled void
SourceChanged void
Update void

Public Methods

Method Description
BoundingRect ( ) : Qyoto.QRectF
QGraphicsEffect ( QObject parent ) : System
Tr ( string s ) : string
Tr ( string s, string c ) : string

Protected Methods

Method Description
CreateProxy ( ) : void
DrawSource ( QPainter painter ) : void
QGraphicsEffect ( Type dummy ) : System
SourceBoundingRect ( ) : Qyoto.QRectF
SourceBoundingRect ( Qt system ) : Qyoto.QRectF
SourceIsPixmap ( ) : bool
SourcePixmap ( ) : QPixmap
SourcePixmap ( Qt system ) : QPixmap
SourcePixmap ( Qt system, Qyoto.QPoint offset ) : QPixmap
SourcePixmap ( Qt system, Qyoto.QPoint offset, QGraphicsEffect mode ) : QPixmap
UpdateBoundingRect ( ) : void

Private Methods

Method Description
BoundingRectFor ( Qyoto.QRectF sourceRect ) : Qyoto.QRectF
Draw ( QPainter painter ) : void
QGraphicsEffect ( ) : System
SetEnabled ( bool enable ) : void
SourceChanged ( uint flags ) : void
Update ( ) : void

Method Details

BoundingRect() public method

public BoundingRect ( ) : Qyoto.QRectF
return Qyoto.QRectF

CreateProxy() protected method

protected CreateProxy ( ) : void
return void

DrawSource() protected method

protected DrawSource ( QPainter painter ) : void
painter QPainter
return void

QGraphicsEffect() public method

public QGraphicsEffect ( QObject parent ) : System
parent QObject
return System

QGraphicsEffect() protected method

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

SourceBoundingRect() protected method

protected SourceBoundingRect ( ) : Qyoto.QRectF
return Qyoto.QRectF

SourceBoundingRect() protected method

protected SourceBoundingRect ( Qt system ) : Qyoto.QRectF
system Qt
return Qyoto.QRectF

SourceIsPixmap() protected method

protected SourceIsPixmap ( ) : bool
return bool

SourcePixmap() protected method

protected SourcePixmap ( ) : QPixmap
return QPixmap

SourcePixmap() protected method

protected SourcePixmap ( Qt system ) : QPixmap
system Qt
return QPixmap

SourcePixmap() protected method

protected SourcePixmap ( Qt system, Qyoto.QPoint offset ) : QPixmap
system Qt
offset Qyoto.QPoint
return QPixmap

SourcePixmap() protected method

protected SourcePixmap ( Qt system, Qyoto.QPoint offset, QGraphicsEffect mode ) : QPixmap
system Qt
offset Qyoto.QPoint
mode QGraphicsEffect
return QPixmap

Tr() public static method

public static Tr ( string s ) : string
s string
return string

Tr() public static method

public static Tr ( string s, string c ) : string
s string
c string
return string

UpdateBoundingRect() protected method

protected UpdateBoundingRect ( ) : void
return void