Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QNdefRecordPrivate Class Reference

#include <qndefrecord_p.h>

Inheritance diagram for QNdefRecordPrivate:
Collaboration diagram for QNdefRecordPrivate:

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.
QSharedDataoperator= (const QSharedData &)=delete
 ~QSharedData ()=default

Public Attributes

unsigned int typeNameFormat: 3
QByteArray type
QByteArray id
QByteArray payload
Public Attributes inherited from QSharedData
QAtomicInt ref

Detailed Description

Definition at line 25 of file qndefrecord_p.h.

Constructor & Destructor Documentation

◆ QNdefRecordPrivate()

QNdefRecordPrivate::QNdefRecordPrivate ( )
inline

Definition at line 28 of file qndefrecord_p.h.

Member Data Documentation

◆ id

QByteArray QNdefRecordPrivate::id

Definition at line 36 of file qndefrecord_p.h.

◆ payload

QByteArray QNdefRecordPrivate::payload

Definition at line 37 of file qndefrecord_p.h.

◆ type

QByteArray QNdefRecordPrivate::type

Definition at line 35 of file qndefrecord_p.h.

◆ typeNameFormat

unsigned int QNdefRecordPrivate::typeNameFormat

Definition at line 33 of file qndefrecord_p.h.


The documentation for this class was generated from the following file: