![]() |
Qt 4.8
|
Public Functions | |
| QStyleSheetPaletteData (const QBrush &fg, const QBrush &sfg, const QBrush &sbg, const QBrush &abg) | |
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 | |
| QBrush | alternateBackground |
| QBrush | foreground |
| QBrush | selectionBackground |
| QBrush | selectionForeground |
Public Variables inherited from QSharedData | |
| QAtomicInt | ref |
Definition at line 425 of file qstylesheetstyle.cpp.
|
inline |
Definition at line 427 of file qstylesheetstyle.cpp.
| QBrush QStyleSheetPaletteData::alternateBackground |
Definition at line 435 of file qstylesheetstyle.cpp.
Referenced by QRenderRule::configurePalette().
| QBrush QStyleSheetPaletteData::foreground |
Definition at line 432 of file qstylesheetstyle.cpp.
Referenced by QRenderRule::configurePalette(), QStyleSheetStyle::drawComplexControl(), QRenderRule::fixupBorder(), and QStyleSheetStyle::styleHint().
| QBrush QStyleSheetPaletteData::selectionBackground |
Definition at line 434 of file qstylesheetstyle.cpp.
Referenced by QRenderRule::configurePalette().
| QBrush QStyleSheetPaletteData::selectionForeground |
Definition at line 433 of file qstylesheetstyle.cpp.
Referenced by QRenderRule::configurePalette().