C# Class Qyoto.QGraphicsBlurEffect

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

Private Properties

Свойство Type Description
BoundingRectFor Qyoto.QRectF
Draw void
QGraphicsBlurEffect System
SetBlurHints void
SetBlurRadius void

Méthodes publiques

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

Méthodes protégées

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

Private Methods

Méthode Description
BoundingRectFor ( Qyoto.QRectF rect ) : Qyoto.QRectF
Draw ( QPainter painter ) : void
QGraphicsBlurEffect ( ) : System
SetBlurHints ( uint hints ) : void
SetBlurRadius ( double blurRadius ) : void

Method Details

CreateProxy() protected méthode

protected CreateProxy ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

QGraphicsBlurEffect() public méthode

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

QGraphicsBlurEffect() protected méthode

protected QGraphicsBlurEffect ( 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