QBrush

Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.

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

Aliases

DataPtr
alias DataPtr = QScopedPointer!(QBrushData, QBrushDataPointerDeleter)
Undocumented in source.

Functions

color
const(QColor) color()
Undocumented in source. Be warned that the author may not have intended to support it.
data_ptr
DataPtr data_ptr()
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.
matrix
const(QMatrix) matrix()
Undocumented in source. Be warned that the author may not have intended to support it.
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.
setMatrix
void setMatrix(const(QMatrix) mat)
Undocumented in source.
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