![]() |
Qt 6.x
The Qt SDK
|
Public Member Functions | |
Data (const Data &other) | |
Data ()=default | |
![]() | |
QSharedData () noexcept | |
Constructs a QSharedData object with a reference count of 0. | |
QSharedData (const QSharedData &) noexcept | |
Constructs a QSharedData object with reference count 0. | |
QSharedData & | operator= (const QSharedData &)=delete |
~QSharedData ()=default | |
Public Attributes | |
QBrush | br [QPalette::NColorGroups][QPalette::NColorRoles] |
const int | ser_no = qt_palette_count++ |
![]() | |
QAtomicInt | ref |
Definition at line 41 of file qpalette.cpp.
|
inline |
Definition at line 46 of file qpalette.cpp.
References br, QPalette::NColorGroups, QPalette::NColorRoles, and other().
|
default |
QBrush QPalettePrivate::Data::br[QPalette::NColorGroups][QPalette::NColorRoles] |
Definition at line 56 of file qpalette.cpp.
Referenced by Data().
const int QPalettePrivate::Data::ser_no = qt_palette_count++ |
Definition at line 57 of file qpalette.cpp.