QNdefNfcUriRecord Class
The QNdefNfcUriRecord class provides an NFC RTD-URI 更多...
头文件: | #include <QNdefNfcUriRecord> |
qmake: | QT += nfc |
开始支持版本: | Qt 5.2 |
基类: | QNdefRecord |
公有函数
QNdefNfcUriRecord() | |
QNdefNfcUriRecord(const QNdefRecord &other) | |
void | setUri(const QUrl &uri) |
QUrl | uri() const |
- 13 个公有函数继承自 QNdefRecord
成员函数
QNdefNfcUriRecord::QNdefNfcUriRecord()
Constructs an empty NFC uri record.
QNdefNfcUriRecord::QNdefNfcUriRecord(const QNdefRecord &other)
Constructs a new NFC uri record that is a copy of other.
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().