Qt 6.7
Qt GUI
C++ Classes
QBrush
Qt 6.7.2 Reference Documentation
List of All Members for QBrush
This is the complete list of members for
QBrush
, including inherited members.
QBrush
()
QBrush
(Qt::BrushStyle)
QBrush
(const QColor &, Qt::BrushStyle)
QBrush
(Qt::GlobalColor, Qt::BrushStyle)
QBrush
(const QColor &, const QPixmap &)
QBrush
(Qt::GlobalColor, const QPixmap &)
QBrush
(const QPixmap &)
QBrush
(const QImage &)
QBrush
(const QGradient &)
QBrush
(const QBrush &)
~QBrush
()
color
() const : const QColor &
gradient
() const : const QGradient *
isOpaque
() const : bool
setColor
(const QColor &)
setColor
(Qt::GlobalColor)
setStyle
(Qt::BrushStyle)
setTexture
(const QPixmap &)
setTextureImage
(const QImage &)
setTransform
(const QTransform &)
style
() const : Qt::BrushStyle
swap
(QBrush &)
texture
() const : QPixmap
textureImage
() const : QImage
transform
() const : QTransform
operator QVariant
() const : QVariant
operator!=
(const QBrush &) const : bool
operator=
(const QBrush &) : QBrush &
operator=
(QBrush &&) : QBrush &
operator==
(const QBrush &) const : bool