![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qplacecontent_p.h>
Public Member Functions | |
| QPlaceContentPrivate (QPlaceContent::Type type) | |
| bool | compare (const QPlaceContentPrivate *other) const |
| QPlaceContent::Type | type () const |
| 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 | |
| QMap< QPlaceContent::DataTag, QVariant > | data |
| const QPlaceContent::Type | m_type = QPlaceContent::NoType |
| Public Attributes inherited from QSharedData | |
| 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.
|
inline |
Definition at line 35 of file qplacecontent_p.h.
| 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.