C# Class Qyoto.QGraphicsBlurEffect

Inheritance: QGraphicsEffect, IDisposable
Mostrar archivo Open project: 0xd34df00d/Qross

Private Properties

Property Type Description
BoundingRectFor Qyoto.QRectF
Draw void
QGraphicsBlurEffect System
SetBlurHints void
SetBlurRadius void

Public Methods

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

Protected Methods

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

Private Methods

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

protected CreateProxy ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

QGraphicsBlurEffect() public method

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

QGraphicsBlurEffect() protected method

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