![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qpalette_p.h>
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 25 of file qpalette_p.h.
|
inline |
Definition at line 30 of file qpalette_p.h.
|
default |
| QBrush QPalettePrivate::Data::br[QPalette::NColorGroups][QPalette::NColorRoles] |
Definition at line 40 of file qpalette_p.h.
| const int QPalettePrivate::Data::ser_no = qt_palette_count++ |
Definition at line 41 of file qpalette_p.h.