![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qndefnfcsmartposterrecord_p.h>
Public Member Functions | |
QNdefNfcSmartPosterRecordPrivate () | |
![]() | |
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 |
![]() | |
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.
QList<QNdefNfcIconRecord> QNdefNfcSmartPosterRecordPrivate::m_iconList |
Definition at line 56 of file qndefnfcsmartposterrecord_p.h.
QNdefNfcSizeRecord* QNdefNfcSmartPosterRecordPrivate::m_size = nullptr |
Definition at line 57 of file qndefnfcsmartposterrecord_p.h.
QList<QNdefNfcTextRecord> QNdefNfcSmartPosterRecordPrivate::m_titleList |
Definition at line 53 of file qndefnfcsmartposterrecord_p.h.
QNdefNfcTypeRecord* QNdefNfcSmartPosterRecordPrivate::m_type = nullptr |
Definition at line 58 of file qndefnfcsmartposterrecord_p.h.
QNdefNfcUriRecord* QNdefNfcSmartPosterRecordPrivate::m_uri = nullptr |
Definition at line 54 of file qndefnfcsmartposterrecord_p.h.