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
qndefnfcsmartposterrecord_p.h
Go to the documentation of this file.
1// Copyright (C) 2016 - 2012 Research In Motion
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 QNDEFNFCSMARTPOSTERRECORD_P_H
5#define QNDEFNFCSMARTPOSTERRECORD_P_H
6
7//
8// W A R N I N G
9// -------------
10//
11// This file is not part of the Qt API. It exists purely as an
12// implementation detail. This header file may change from version to
13// version without notice, or even be removed.
14//
15// We mean it.
16//
17
19
28
30{
31public:
33
34 void setSize(quint32 size);
35 quint32 size() const;
36};
37
39{
40public:
42
43 void setTypeInfo(const QString &type);
44 QString typeInfo() const;
45};
46
48{
49public:
51
52public:
53 QList<QNdefNfcTextRecord> m_titleList;
54 QNdefNfcUriRecord *m_uri = nullptr;
55 QNdefNfcActRecord *m_action = nullptr;
56 QList<QNdefNfcIconRecord> m_iconList;
57 QNdefNfcSizeRecord *m_size = nullptr;
58 QNdefNfcTypeRecord *m_type = nullptr;
59};
60
62
66
67#endif // QNDEFNFCSMARTPOSTERRECORD_P_H
Q_DECLARE_NDEF_RECORD(QNdefNfcActRecord, QNdefRecord::NfcRtd, "act", QByteArray(0, char(0))) void setAction(QNdefNfcSmartPosterRecord QNdefNfcSmartPosterRecord::Action action() const
Q_DECLARE_NDEF_RECORD(QNdefNfcSizeRecord, QNdefRecord::NfcRtd, "s", QByteArray(0, char(0))) void setSize(quint32 size)
Action
This enum describes the course of action that a device should take with the content.
Q_DECLARE_NDEF_RECORD(QNdefNfcTypeRecord, QNdefRecord::NfcRtd, "t", QByteArray(0, char(0))) void setTypeInfo(const QString &type)
The QNdefNfcUriRecord class provides an NFC RTD-URI.
The QNdefRecord class provides an NFC NDEF record.
Definition qndefrecord.h:16
\inmodule QtCore
Definition qshareddata.h:19
\macro QT_RESTRICTED_CAST_FROM_ASCII
Definition qstring.h:129
Combined button and popup list for selecting options.
DBusConnection const char DBusError DBusBusType DBusError return DBusConnection DBusHandleMessageFunction void DBusFreeFunction return DBusConnection return DBusConnection return const char DBusError return DBusConnection DBusMessage dbus_uint32_t return DBusConnection dbus_bool_t DBusConnection DBusAddWatchFunction DBusRemoveWatchFunction DBusWatchToggledFunction void DBusFreeFunction return DBusConnection DBusDispatchStatusFunction void DBusFreeFunction DBusTimeout return DBusTimeout return DBusWatch return DBusWatch unsigned int return DBusError const DBusError return const DBusMessage return DBusMessage return DBusMessage return DBusMessage return DBusMessage return DBusMessage return DBusMessageIter int const void return DBusMessageIter DBusMessageIter return DBusMessageIter void DBusMessageIter void int return DBusMessage DBusMessageIter return DBusMessageIter return DBusMessageIter DBusMessageIter const char const char const char const char return DBusMessage return DBusMessage const char return DBusMessage dbus_bool_t return DBusMessage dbus_uint32_t return DBusMessage void
typedef QByteArray(EGLAPIENTRYP PFNQGSGETDISPLAYSPROC)()
#define Q_DECLARE_ISRECORDTYPE_FOR_NDEF_RECORD(className, typeNameFormat_, type_)
Definition qndefrecord.h:72
#define Q_DECLARE_NDEF_RECORD(className, typeNameFormat, type, initialPayload)
Definition qndefrecord.h:68
GLenum GLuint GLintptr GLsizeiptr size
[1]
GLenum type
GLdouble s
[6]
Definition qopenglext.h:235
GLdouble GLdouble t
Definition qopenglext.h:243
unsigned int quint32
Definition qtypes.h:50