![]() |
Qt 6.x
The Qt SDK
|
#include <qndefnfcsmartposterrecord_p.h>
Inheritance diagram for QNdefNfcSmartPosterRecordPrivate:
Collaboration diagram for QNdefNfcSmartPosterRecordPrivate:Public Member Functions | |
| QNdefNfcSmartPosterRecordPrivate () | |
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 | |
| QList< QNdefNfcTextRecord > | m_titleList |
| QNdefNfcUriRecord * | m_uri = nullptr |
| QNdefNfcActRecord * | m_action = nullptr |
| QList< QNdefNfcIconRecord > | m_iconList |
| QNdefNfcSizeRecord * | m_size = nullptr |
| QNdefNfcTypeRecord * | m_type = nullptr |
Public Attributes inherited from QSharedData | |
| QAtomicInt | ref |
Definition at line 47 of file qndefnfcsmartposterrecord_p.h.
|
inline |
Definition at line 50 of file qndefnfcsmartposterrecord_p.h.
| QNdefNfcActRecord* QNdefNfcSmartPosterRecordPrivate::m_action = nullptr |
Definition at line 55 of file qndefnfcsmartposterrecord_p.h.
Referenced by QNdefNfcSmartPosterRecord::action(), QNdefNfcSmartPosterRecord::hasAction(), QNdefNfcSmartPosterRecord::setAction(), and QNdefNfcSmartPosterRecord::setPayload().
| QList<QNdefNfcIconRecord> QNdefNfcSmartPosterRecordPrivate::m_iconList |
Definition at line 56 of file qndefnfcsmartposterrecord_p.h.
Referenced by QNdefNfcSmartPosterRecord::hasIcon(), QNdefNfcSmartPosterRecord::icon(), QNdefNfcSmartPosterRecord::iconCount(), QNdefNfcSmartPosterRecord::iconRecord(), QNdefNfcSmartPosterRecord::iconRecords(), QNdefNfcSmartPosterRecord::removeIcon(), QNdefNfcSmartPosterRecord::removeIcon(), and QNdefNfcSmartPosterRecord::setIcons().
| QNdefNfcSizeRecord* QNdefNfcSmartPosterRecordPrivate::m_size = nullptr |
Definition at line 57 of file qndefnfcsmartposterrecord_p.h.
Referenced by QNdefNfcSmartPosterRecord::hasSize(), QNdefNfcSmartPosterRecord::setPayload(), QNdefNfcSmartPosterRecord::setSize(), and QNdefNfcSmartPosterRecord::size().
| QList<QNdefNfcTextRecord> QNdefNfcSmartPosterRecordPrivate::m_titleList |
Definition at line 53 of file qndefnfcsmartposterrecord_p.h.
Referenced by QNdefNfcSmartPosterRecord::hasTitle(), QNdefNfcSmartPosterRecord::removeTitle(), QNdefNfcSmartPosterRecord::removeTitle(), QNdefNfcSmartPosterRecord::setTitles(), QNdefNfcSmartPosterRecord::title(), QNdefNfcSmartPosterRecord::titleCount(), QNdefNfcSmartPosterRecord::titleRecord(), and QNdefNfcSmartPosterRecord::titleRecords().
| QNdefNfcTypeRecord* QNdefNfcSmartPosterRecordPrivate::m_type = nullptr |
Definition at line 58 of file qndefnfcsmartposterrecord_p.h.
Referenced by QNdefNfcSmartPosterRecord::hasTypeInfo(), QNdefNfcSmartPosterRecord::setPayload(), QNdefNfcSmartPosterRecord::setTypeInfo(), and QNdefNfcSmartPosterRecord::typeInfo().
| QNdefNfcUriRecord* QNdefNfcSmartPosterRecordPrivate::m_uri = nullptr |
Definition at line 54 of file qndefnfcsmartposterrecord_p.h.
Referenced by QNdefNfcSmartPosterRecord::setPayload(), QNdefNfcSmartPosterRecord::setUri(), QNdefNfcSmartPosterRecord::uri(), and QNdefNfcSmartPosterRecord::uriRecord().