![]() |
Qt 6.x
The Qt SDK
|
#include <qplacecontent_p.h>
Public Member Functions | |
QPlaceContentPrivate (QPlaceContent::Type type) | |
bool | compare (const QPlaceContentPrivate *other) const |
QPlaceContent::Type | type () const |
![]() | |
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 | |
QMap< QPlaceContent::DataTag, QVariant > | data |
const QPlaceContent::Type | m_type = QPlaceContent::NoType |
![]() | |
QAtomicInt | ref |
Definition at line 28 of file qplacecontent_p.h.
|
inline |
Definition at line 31 of file qplacecontent_p.h.
bool QPlaceContentPrivate::compare | ( | const QPlaceContentPrivate * | other | ) | const |
Definition at line 19 of file qplacecontent.cpp.
References other().
Referenced by QPlaceContent::operator==().
|
inline |
Definition at line 35 of file qplacecontent_p.h.
References m_type.
Referenced by QPlaceContent::type().
QMap<QPlaceContent::DataTag, QVariant> QPlaceContentPrivate::data |
Definition at line 37 of file qplacecontent_p.h.
const QPlaceContent::Type QPlaceContentPrivate::m_type = QPlaceContent::NoType |
Definition at line 38 of file qplacecontent_p.h.
Referenced by type().