Qt 4.8
Public Functions | Public Variables | List of all members
QStyleSheetPaletteData Struct Reference
Inheritance diagram for QStyleSheetPaletteData:
QSharedData

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
 

Detailed Description

Definition at line 425 of file qstylesheetstyle.cpp.

Constructors and Destructors

◆ QStyleSheetPaletteData()

QStyleSheetPaletteData::QStyleSheetPaletteData ( const QBrush fg,
const QBrush sfg,
const QBrush sbg,
const QBrush abg 
)
inline

Properties

◆ alternateBackground

QBrush QStyleSheetPaletteData::alternateBackground

Definition at line 435 of file qstylesheetstyle.cpp.

Referenced by QRenderRule::configurePalette().

◆ foreground

QBrush QStyleSheetPaletteData::foreground

◆ selectionBackground

QBrush QStyleSheetPaletteData::selectionBackground

Definition at line 434 of file qstylesheetstyle.cpp.

Referenced by QRenderRule::configurePalette().

◆ selectionForeground

QBrush QStyleSheetPaletteData::selectionForeground

Definition at line 433 of file qstylesheetstyle.cpp.

Referenced by QRenderRule::configurePalette().


The documentation for this struct was generated from the following file: