![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qndefrecord_p.h>
Public Member Functions | |
| QNdefRecordPrivate () | |
| 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 | |
| unsigned int | typeNameFormat: 3 |
| QByteArray | type |
| QByteArray | id |
| QByteArray | payload |
| Public Attributes inherited from QSharedData | |
| QAtomicInt | ref |
Definition at line 25 of file qndefrecord_p.h.
|
inline |
Definition at line 28 of file qndefrecord_p.h.
| QByteArray QNdefRecordPrivate::id |
Definition at line 36 of file qndefrecord_p.h.
| QByteArray QNdefRecordPrivate::payload |
Definition at line 37 of file qndefrecord_p.h.
| QByteArray QNdefRecordPrivate::type |
Definition at line 35 of file qndefrecord_p.h.
| unsigned int QNdefRecordPrivate::typeNameFormat |
Definition at line 33 of file qndefrecord_p.h.