C# Class Qyoto.QGraphicsOpacityEffect

Inheritance: QGraphicsEffect, IDisposable
Afficher le fichier Open project: 0xd34df00d/Qross

Private Properties

Свойство Type Description
Draw void
QGraphicsOpacityEffect System
SetOpacity void
SetOpacityMask void

Méthodes publiques

Méthode Description
Dispose ( ) : void
QGraphicsOpacityEffect ( QObject parent ) : System
Tr ( string s ) : string
Tr ( string s, string c ) : string

Méthodes protégées

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

Private Methods

Méthode Description
Draw ( QPainter painter ) : void
QGraphicsOpacityEffect ( ) : System
SetOpacity ( double opacity ) : void
SetOpacityMask ( QBrush mask ) : void

Method Details

CreateProxy() protected méthode

protected CreateProxy ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

QGraphicsOpacityEffect() public méthode

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

QGraphicsOpacityEffect() protected méthode

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

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