C# Class Qyoto.QBrush

Inheritance: Object, IDisposable
Datei anzeigen Open project: 0xd34df00d/Qross Class Usage Examples

Protected Properties

Property Type Description
interceptor SmokeInvocation

Public Methods

Method Description
Color ( ) : QColor
Dispose ( ) : void
Equals ( object o ) : bool
GetHashCode ( ) : int
Gradient ( ) : Qyoto.QGradient
IsDetached ( ) : bool
IsOpaque ( ) : bool
Matrix ( ) : QMatrix
QBrush ( QBrush brush ) : System
QBrush ( QColor color ) : System
QBrush ( QColor color, QPixmap pixmap ) : System
QBrush ( QColor color, Qt bs ) : System
QBrush ( Qyoto.QGradient gradient ) : System
QBrush ( QImage image ) : System
QBrush ( QPixmap pixmap ) : System
QBrush ( Qt bs ) : System
QBrush ( Qt color, QPixmap pixmap ) : System
QBrush ( Qt color, Qt bs ) : System
SetColor ( QColor color ) : void
SetColor ( Qt color ) : void
SetMatrix ( QMatrix mat ) : void
SetStyle ( Qt arg1 ) : void
SetTexture ( QPixmap pixmap ) : void
SetTextureImage ( QImage image ) : void
SetTransform ( QTransform arg1 ) : void
Style ( ) : Qt.BrushStyle
Texture ( ) : QPixmap
TextureImage ( ) : QImage
Transform ( ) : QTransform
operator ( ) : Qyoto.QVariant
operator ( ) : bool

Protected Methods

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

Private Methods

Method Description
QBrush ( ) : System

Method Details

Color() public method

public Color ( ) : QColor
return QColor

CreateProxy() protected method

protected CreateProxy ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

Equals() public method

public Equals ( object o ) : bool
o object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

Gradient() public method

public Gradient ( ) : Qyoto.QGradient
return Qyoto.QGradient

IsDetached() public method

public IsDetached ( ) : bool
return bool

IsOpaque() public method

public IsOpaque ( ) : bool
return bool

Matrix() public method

public Matrix ( ) : QMatrix
return QMatrix

QBrush() public method

public QBrush ( QBrush brush ) : System
brush QBrush
return System

QBrush() public method

public QBrush ( QColor color ) : System
color QColor
return System

QBrush() public method

public QBrush ( QColor color, QPixmap pixmap ) : System
color QColor
pixmap QPixmap
return System

QBrush() public method

public QBrush ( QColor color, Qt bs ) : System
color QColor
bs Qt
return System

QBrush() public method

public QBrush ( Qyoto.QGradient gradient ) : System
gradient Qyoto.QGradient
return System

QBrush() public method

public QBrush ( QImage image ) : System
image QImage
return System

QBrush() public method

public QBrush ( QPixmap pixmap ) : System
pixmap QPixmap
return System

QBrush() public method

public QBrush ( Qt bs ) : System
bs Qt
return System

QBrush() public method

public QBrush ( Qt color, QPixmap pixmap ) : System
color Qt
pixmap QPixmap
return System

QBrush() public method

public QBrush ( Qt color, Qt bs ) : System
color Qt
bs Qt
return System

QBrush() protected method

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

SetColor() public method

public SetColor ( QColor color ) : void
color QColor
return void

SetColor() public method

public SetColor ( Qt color ) : void
color Qt
return void

SetMatrix() public method

public SetMatrix ( QMatrix mat ) : void
mat QMatrix
return void

SetStyle() public method

public SetStyle ( Qt arg1 ) : void
arg1 Qt
return void

SetTexture() public method

public SetTexture ( QPixmap pixmap ) : void
pixmap QPixmap
return void

SetTextureImage() public method

public SetTextureImage ( QImage image ) : void
image QImage
return void

SetTransform() public method

public SetTransform ( QTransform arg1 ) : void
arg1 QTransform
return void

Style() public method

public Style ( ) : Qt.BrushStyle
return Qt.BrushStyle

Texture() public method

public Texture ( ) : QPixmap
return QPixmap

TextureImage() public method

public TextureImage ( ) : QImage
return QImage

Transform() public method

public Transform ( ) : QTransform
return QTransform

operator() public static method

public static operator ( ) : Qyoto.QVariant
return Qyoto.QVariant

operator() public static method

public static operator ( ) : bool
return bool

Property Details

interceptor protected_oe property

protected SmokeInvocation,Qyoto interceptor
return SmokeInvocation