![]() |
Qt 6.x
The Qt SDK
|
Inheritance diagram for QPalettePrivate::Data:
Collaboration diagram for QPalettePrivate::Data:Public Member Functions | |
| Data (const Data &other) | |
| Data ()=default | |
Public Member Functions inherited from QSharedData | |
| 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++ |
Public Attributes inherited from QSharedData | |
| 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().
Here is the call graph for this function:
|
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.