Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qndefnfcurirecord.h
Go to the documentation of this file.
1// Copyright (C) 2016 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3
4#ifndef QNDEFNFCURIRECORD_H
5#define QNDEFNFCURIRECORD_H
6
7#include <QtNfc/qtnfcglobal.h>
8#include <QtNfc/QNdefRecord>
9
11
13
14class Q_NFC_EXPORT QNdefNfcUriRecord : public QNdefRecord
15{
16public:
17#ifndef Q_QDOC
19#else
22#endif
23
24 QUrl uri() const;
25 void setUri(const QUrl &uri);
26};
27
29
31
32#endif // QNDEFNFCURIRECORD_H
The QNdefNfcUriRecord class provides an NFC RTD-URI.
Q_DECLARE_NDEF_RECORD(QNdefNfcUriRecord, QNdefRecord::NfcRtd, "U", QByteArray(0, char(0))) QUrl uri() const
The QNdefRecord class provides an NFC NDEF record.
Definition qndefrecord.h:16
\inmodule QtCore
Definition qurl.h:94
Combined button and popup list for selecting options.
QT_FORWARD_DECLARE_CLASS(QCocoaMenuItem)
typedef QByteArray(EGLAPIENTRYP PFNQGSGETDISPLAYSPROC)()
#define Q_DECLARE_ISRECORDTYPE_FOR_NDEF_RECORD(className, typeNameFormat_, type_)
Definition qndefrecord.h:72
QSharedPointer< T > other(t)
[5]