C# Class Qyoto.QGraphicsEffect

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

Private Properties

Свойство Type Description
BoundingRectFor Qyoto.QRectF
Draw void
QGraphicsEffect System
SetEnabled void
SourceChanged void
Update void

Méthodes publiques

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

Méthodes protégées

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

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

public BoundingRect ( ) : Qyoto.QRectF
Résultat Qyoto.QRectF

CreateProxy() protected méthode

protected CreateProxy ( ) : void
Résultat void

DrawSource() protected méthode

protected DrawSource ( QPainter painter ) : void
painter QPainter
Résultat void

QGraphicsEffect() public méthode

public QGraphicsEffect ( QObject parent ) : System
parent QObject
Résultat System

QGraphicsEffect() protected méthode

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

SourceBoundingRect() protected méthode

protected SourceBoundingRect ( ) : Qyoto.QRectF
Résultat Qyoto.QRectF

SourceBoundingRect() protected méthode

protected SourceBoundingRect ( Qt system ) : Qyoto.QRectF
system Qt
Résultat Qyoto.QRectF

SourceIsPixmap() protected méthode

protected SourceIsPixmap ( ) : bool
Résultat bool

SourcePixmap() protected méthode

protected SourcePixmap ( ) : QPixmap
Résultat QPixmap

SourcePixmap() protected méthode

protected SourcePixmap ( Qt system ) : QPixmap
system Qt
Résultat QPixmap

SourcePixmap() protected méthode

protected SourcePixmap ( Qt system, Qyoto.QPoint offset ) : QPixmap
system Qt
offset Qyoto.QPoint
Résultat QPixmap

SourcePixmap() protected méthode

protected SourcePixmap ( Qt system, Qyoto.QPoint offset, QGraphicsEffect mode ) : QPixmap
system Qt
offset Qyoto.QPoint
mode QGraphicsEffect
Résultat QPixmap

Tr() public static méthode

public static Tr ( string s ) : string
s string
Résultat string

Tr() public static méthode

public static Tr ( string s, string c ) : string
s string
c string
Résultat string

UpdateBoundingRect() protected méthode

protected UpdateBoundingRect ( ) : void
Résultat void