Qt 4.8
|
Public Functions | |
QStyleSheetImageData (const QIcon &i, Qt::Alignment a, const QSize &sz) | |
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 | |
Qt::Alignment | alignment |
QIcon | icon |
QSize | size |
Public Variables inherited from QSharedData | |
QAtomicInt | ref |
Definition at line 458 of file qstylesheetstyle.cpp.
|
inline |
Definition at line 460 of file qstylesheetstyle.cpp.
Qt::Alignment QStyleSheetImageData::alignment |
Definition at line 464 of file qstylesheetstyle.cpp.
Referenced by QRenderRule::drawImage().
QIcon QStyleSheetImageData::icon |
Definition at line 463 of file qstylesheetstyle.cpp.
Referenced by QRenderRule::drawImage().
QSize QStyleSheetImageData::size |
Definition at line 465 of file qstylesheetstyle.cpp.