Qt 4.8
|
Public Functions | |
bool | isTransparent () const |
QStyleSheetBackgroundData (const QBrush &b, const QPixmap &p, QCss::Repeat r, Qt::Alignment a, QCss::Origin o, Attachment t, QCss::Origin c) | |
Public Functions inherited from QSharedData | |
QSharedData () | |
Constructs a QSharedData object with a reference count of 0. More... | |
QSharedData (const QSharedData &) | |
Constructs a QSharedData object with reference count 0. More... | |
Public Variables | |
QCss::Attachment | attachment |
QBrush | brush |
QCss::Origin | clip |
QCss::Origin | origin |
QPixmap | pixmap |
Qt::Alignment | position |
QCss::Repeat | repeat |
Public Variables inherited from QSharedData | |
QAtomicInt | ref |
Definition at line 318 of file qstylesheetstyle.cpp.
|
inline |
Definition at line 320 of file qstylesheetstyle.cpp.
|
inline |
Definition at line 324 of file qstylesheetstyle.cpp.
Referenced by QStyleSheetStyle::drawComplexControl(), and QStyleSheetStyle::polish().
QCss::Attachment QStyleSheetBackgroundData::attachment |
Definition at line 334 of file qstylesheetstyle.cpp.
QBrush QStyleSheetBackgroundData::brush |
Definition at line 329 of file qstylesheetstyle.cpp.
Referenced by QRenderRule::configurePalette(), QRenderRule::drawBackground(), and QRenderRule::QRenderRule().
QCss::Origin QStyleSheetBackgroundData::clip |
Definition at line 335 of file qstylesheetstyle.cpp.
Referenced by QRenderRule::drawBackground(), and QRenderRule::drawBackgroundImage().
QCss::Origin QStyleSheetBackgroundData::origin |
Definition at line 333 of file qstylesheetstyle.cpp.
Referenced by QRenderRule::drawBackgroundImage().
QPixmap QStyleSheetBackgroundData::pixmap |
Definition at line 330 of file qstylesheetstyle.cpp.
Referenced by QRenderRule::drawBackgroundImage(), QStyleSheetStyle::drawControl(), and QStyleSheetStyle::polish().
Qt::Alignment QStyleSheetBackgroundData::position |
Definition at line 332 of file qstylesheetstyle.cpp.
QCss::Repeat QStyleSheetBackgroundData::repeat |
Definition at line 331 of file qstylesheetstyle.cpp.