QNdefNfcUriRecord Class
Die Klasse QNdefNfcUriRecord liefert eine NFC RTD-URI. Mehr...
Kopfzeile: | #include <QNdefNfcUriRecord> |
CMake: | find_package(Qt6 REQUIRED COMPONENTS Nfc) target_link_libraries(mytarget PRIVATE Qt6::Nfc) |
qmake: | QT += nfc |
Vererbt: | QNdefRecord |
Öffentliche Funktionen
QNdefNfcUriRecord() | |
QNdefNfcUriRecord(const QNdefRecord &other) | |
void | setUri(const QUrl &uri) |
QUrl | uri() const |
Dokumentation der Mitgliedsfunktionen
QNdefNfcUriRecord::QNdefNfcUriRecord()
Konstruiert einen leeren NFC-URI-Datensatz.
QNdefNfcUriRecord::QNdefNfcUriRecord(const QNdefRecord &other)
Konstruiert einen neuen NFC-URI-Datensatz, der eine Kopie von other ist.
void QNdefNfcUriRecord::setUri(const QUrl &uri)
Setzt den URI dieses URI-Datensatzes auf uri.
Siehe auch uri().
QUrl QNdefNfcUriRecord::uri() const
Gibt den URI dieses URI-Datensatzes zurück.
Siehe auch setUri().
© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.