C# Class Qyoto.QGraphicsDropShadowEffect

Inheritance: QGraphicsEffect, IDisposable
Datei anzeigen Open project: 0xd34df00d/Qross

Private Properties

Property Type Description
BoundingRectFor Qyoto.QRectF
Draw void
QGraphicsDropShadowEffect System
SetBlurRadius void
SetColor void
SetOffset void
SetOffset void
SetOffset void
SetXOffset void
SetYOffset void

Public Methods

Method Description
Dispose ( ) : void
QGraphicsDropShadowEffect ( QObject parent ) : System
Tr ( string s ) : string
Tr ( string s, string c ) : string

Protected Methods

Method Description
CreateProxy ( ) : void
QGraphicsDropShadowEffect ( Type dummy ) : System

Private Methods

Method 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 method

protected CreateProxy ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

QGraphicsDropShadowEffect() public method

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

QGraphicsDropShadowEffect() protected method

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

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