![]() |
Qt 6.x
The Qt SDK
|
Public Member Functions | |
QTexturedBrushData () | |
~QTexturedBrushData () | |
void | setPixmap (const QPixmap &pm) |
void | setImage (const QImage &image) |
QPixmap & | pixmap () |
QImage & | image () |
Public Attributes | |
QPixmap * | m_pixmap |
QImage | m_image |
bool | m_has_pixmap_texture |
![]() | |
QAtomicInt | ref |
Qt::BrushStyle | style |
QColor | color |
QTransform | transform |
Definition at line 151 of file qbrush.cpp.
|
inline |
Definition at line 153 of file qbrush.cpp.
References m_has_pixmap_texture, and m_pixmap.
|
inline |
Definition at line 157 of file qbrush.cpp.
References m_pixmap.
|
inline |
Definition at line 189 of file qbrush.cpp.
References QImage::isNull(), m_image, m_pixmap, and QPixmap::toImage().
Referenced by setImage().
|
inline |
Definition at line 182 of file qbrush.cpp.
References QPixmap::fromImage(), m_image, and m_pixmap.
Definition at line 175 of file qbrush.cpp.
References image(), m_has_pixmap_texture, m_image, and m_pixmap.
Referenced by QBrush::setTextureImage().
Definition at line 161 of file qbrush.cpp.
References QPixmap::isNull(), m_has_pixmap_texture, m_image, and m_pixmap.
Referenced by QBrush::setTexture().
bool QTexturedBrushData::m_has_pixmap_texture |
Definition at line 197 of file qbrush.cpp.
Referenced by QTexturedBrushData(), setImage(), and setPixmap().
QImage QTexturedBrushData::m_image |
Definition at line 196 of file qbrush.cpp.
Referenced by image(), pixmap(), setImage(), and setPixmap().
QPixmap* QTexturedBrushData::m_pixmap |
Definition at line 195 of file qbrush.cpp.
Referenced by QTexturedBrushData(), ~QTexturedBrushData(), image(), pixmap(), setImage(), and setPixmap().