QNdefNfcUriRecord Class

The QNdefNfcUriRecord class provides an NFC RTD-URI. 更多...

頭: #include <QNdefNfcUriRecord>
qmake: QT += nfc
Since: Qt 5.2
繼承: QNdefRecord

該類在 Qt 5.2 引入。

公共函數

QNdefNfcUriRecord (const QNdefRecord & other )
QNdefNfcUriRecord ()
void setUri (const QUrl & uri )
QUrl uri () const

詳細描述

RTD-URI encapsulates a URI.

成員函數文檔編製

QNdefNfcUriRecord:: QNdefNfcUriRecord (const QNdefRecord & other )

Constructs a new NFC uri record that is a copy of other .

QNdefNfcUriRecord:: QNdefNfcUriRecord ()

Constructs an empty NFC uri record.

void QNdefNfcUriRecord:: setUri (const QUrl & uri )

Sets the URI of this URI record to uri .

另請參閱 uri ().

QUrl QNdefNfcUriRecord:: uri () const

Returns the URI of this URI record.

另請參閱 setUri ().