Qt 4.8
Public Functions | Public Variables | List of all members
QPalettePrivate Class Reference

Public Functions

 QPalettePrivate ()
 

Public Variables

QBrush br [QPalette::NColorGroups][QPalette::NColorRoles]
 
int detach_no
 
QAtomicInt ref
 
int ser_no
 

Detailed Description

Definition at line 51 of file qpalette.cpp.

Constructors and Destructors

◆ QPalettePrivate()

QPalettePrivate::QPalettePrivate ( )
inline

Definition at line 53 of file qpalette.cpp.

53 : ref(1), ser_no(qt_palette_count++), detach_no(0) { }
QAtomicInt ref
Definition: qpalette.cpp:54
static int qt_palette_count
Definition: qpalette.cpp:49

Properties

◆ br

◆ detach_no

int QPalettePrivate::detach_no

Definition at line 57 of file qpalette.cpp.

Referenced by QPalette::cacheKey(), and QPalette::detach().

◆ ref

QAtomicInt QPalettePrivate::ref

◆ ser_no

int QPalettePrivate::ser_no

Definition at line 56 of file qpalette.cpp.

Referenced by QPalette::cacheKey(), and QPalette::serialNumber().


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