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
QNdefNfcSmartPosterRecordPrivate Class Reference

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

Public Attributes

QList< QNdefNfcTextRecordm_titleList
 
QNdefNfcUriRecordm_uri = nullptr
 
QNdefNfcActRecordm_action = nullptr
 
QList< QNdefNfcIconRecordm_iconList
 
QNdefNfcSizeRecordm_size = nullptr
 
QNdefNfcTypeRecordm_type = nullptr
 
- Public Attributes inherited from QSharedData
QAtomicInt ref
 

Detailed Description

Definition at line 47 of file qndefnfcsmartposterrecord_p.h.

Constructor & Destructor Documentation

◆ QNdefNfcSmartPosterRecordPrivate()

QNdefNfcSmartPosterRecordPrivate::QNdefNfcSmartPosterRecordPrivate ( )
inline

Definition at line 50 of file qndefnfcsmartposterrecord_p.h.

Member Data Documentation

◆ m_action

QNdefNfcActRecord* QNdefNfcSmartPosterRecordPrivate::m_action = nullptr

Definition at line 55 of file qndefnfcsmartposterrecord_p.h.

◆ m_iconList

QList<QNdefNfcIconRecord> QNdefNfcSmartPosterRecordPrivate::m_iconList

Definition at line 56 of file qndefnfcsmartposterrecord_p.h.

◆ m_size

QNdefNfcSizeRecord* QNdefNfcSmartPosterRecordPrivate::m_size = nullptr

Definition at line 57 of file qndefnfcsmartposterrecord_p.h.

◆ m_titleList

QList<QNdefNfcTextRecord> QNdefNfcSmartPosterRecordPrivate::m_titleList

Definition at line 53 of file qndefnfcsmartposterrecord_p.h.

◆ m_type

QNdefNfcTypeRecord* QNdefNfcSmartPosterRecordPrivate::m_type = nullptr

Definition at line 58 of file qndefnfcsmartposterrecord_p.h.

◆ m_uri

QNdefNfcUriRecord* QNdefNfcSmartPosterRecordPrivate::m_uri = nullptr

Definition at line 54 of file qndefnfcsmartposterrecord_p.h.


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