QBrush

Binding for C++ class QBrush.

Constructors

this
this()
Undocumented in source.
this
this(qt.core.namespace.BrushStyle bs)
Undocumented in source.
this
this(const(QColor) color, qt.core.namespace.BrushStyle bs)
Undocumented in source.
this
this(qt.core.namespace.GlobalColor color, qt.core.namespace.BrushStyle bs)
Undocumented in source.
this
this(const(QColor) color, const(QPixmap) pixmap)
Undocumented in source.
this
this(qt.core.namespace.GlobalColor color, const(QPixmap) pixmap)
Undocumented in source.
this
this(const(QPixmap) pixmap)
Undocumented in source.
this
this(const(QImage) image)
Undocumented in source.
this
this(const(QBrush) brush)
Undocumented in source.
this
this(const(QGradient) gradient)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Postblit

this(this)
this(this)
Undocumented in source.

Members

Functions

color
const(QColor) color()
Undocumented in source. Be warned that the author may not have intended to support it.
gradient
const(QGradient)* gradient()
Undocumented in source.
isDetached
bool isDetached()
Undocumented in source. Be warned that the author may not have intended to support it.
isOpaque
bool isOpaque()
Undocumented in source.
rawConstructor
typeof(this) rawConstructor()
Undocumented in source.
setColor
void setColor(const(QColor) color)
Undocumented in source.
setColor
void setColor(qt.core.namespace.GlobalColor acolor)
Undocumented in source. Be warned that the author may not have intended to support it.
setStyle
void setStyle(qt.core.namespace.BrushStyle )
Undocumented in source.
setTexture
void setTexture(const(QPixmap) pixmap)
Undocumented in source.
setTextureImage
void setTextureImage(const(QImage) image)
Undocumented in source.
setTransform
void setTransform(const(QTransform) )
Undocumented in source.
style
qt.core.namespace.BrushStyle style()
Undocumented in source. Be warned that the author may not have intended to support it.
texture
QPixmap texture()
Undocumented in source.
textureImage
QImage textureImage()
Undocumented in source.
transform
QTransform transform()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

create
typeof(this) create()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta