C# Class Qyoto.QGraphicsDropShadowEffect

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

Private Properties

Свойство Type Description
BoundingRectFor Qyoto.QRectF
Draw void
QGraphicsDropShadowEffect System
SetBlurRadius void
SetColor void
SetOffset void
SetOffset void
SetOffset void
SetXOffset void
SetYOffset void

Méthodes publiques

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

Méthodes protégées

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

Private Methods

Méthode Description
BoundingRectFor ( Qyoto.QRectF rect ) : Qyoto.QRectF
Draw ( QPainter painter ) : void
QGraphicsDropShadowEffect ( ) : System
SetBlurRadius ( double blurRadius ) : void
SetColor ( QColor color ) : void
SetOffset ( QPointF ofs ) : void
SetOffset ( double d ) : void
SetOffset ( double dx, double dy ) : void
SetXOffset ( double dx ) : void
SetYOffset ( double dy ) : void

Method Details

CreateProxy() protected méthode

protected CreateProxy ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

QGraphicsDropShadowEffect() public méthode

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

QGraphicsDropShadowEffect() protected méthode

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