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
leadvertisement1_p.h
Go to the documentation of this file.
1/*
2 * This file was generated by qdbusxml2cpp version 0.8
3 * Command line was: qdbusxml2cpp -a leadvertisement1_p.h:leadvertisement1.cpp -c OrgBluezLEAdvertisement1Adaptor -i bluez5_helper_p.h org.bluez.LEAdvertisement1.xml
4 *
5 * qdbusxml2cpp is Copyright (C) 2022 The Qt Company Ltd.
6 *
7 * This is an auto-generated file.
8 * This file may have been hand-edited. Look for HAND-EDIT comments
9 * before re-generating it.
10 */
11
12#ifndef LEADVERTISEMENT1_P_H
13#define LEADVERTISEMENT1_P_H
14
15//
16// W A R N I N G
17// -------------
18//
19// This file is not part of the Qt API. It exists purely as an
20// implementation detail. This header file may change from version to
21// version without notice, or even be removed.
22//
23// We mean it.
24//
25
26#include <QtCore/QObject>
27#include <QtDBus/QtDBus>
28#include "bluez5_helper_p.h"
29#include <QtCore/qcontainerfwd.h>
30
31/*
32 * Adaptor class for interface org.bluez.LEAdvertisement1
33 */
35{
37 Q_CLASSINFO("D-Bus Interface", "org.bluez.LEAdvertisement1")
38 Q_CLASSINFO("D-Bus Introspection", ""
39" <interface name=\"org.bluez.LEAdvertisement1\">\n"
40" <method name=\"Release\">\n"
41" <annotation value=\"true\" name=\"org.freedesktop.DBus.Method.NoReply\"/>\n"
42" </method>\n"
43" <property access=\"readwrite\" type=\"s\" name=\"Type\"/>\n"
44" <property access=\"readwrite\" type=\"as\" name=\"ServiceUUIDs\"/>\n"
45" <property access=\"readwrite\" type=\"a{qv}\" name=\"ManufacturerData\">\n"
46" <annotation value=\"ManufacturerDataList\" name=\"org.qtproject.QtDBus.QtTypeName\"/>\n"
47" </property>\n"
48" <property access=\"readwrite\" type=\"b\" name=\"Discoverable\"/>\n"
49" <property access=\"readwrite\" type=\"as\" name=\"Includes\"/>\n"
50" <property access=\"readwrite\" type=\"s\" name=\"LocalName\"/>\n"
51" <property access=\"readwrite\" type=\"u\" name=\"MinInterval\"/>\n"
52" <property access=\"readwrite\" type=\"u\" name=\"MaxInterval\"/>\n"
53" </interface>\n"
54 "")
55public:
58
59public: // PROPERTIES
61 bool discoverable() const;
62 void setDiscoverable(bool value);
63
65 QStringList includes() const;
66 void setIncludes(const QStringList &value);
67
69 QString localName() const;
70 void setLocalName(const QString &value);
71
75
77 uint maxInterval() const;
79
81 uint minInterval() const;
83
87
89 QString type() const;
90 void setType(const QString &value);
91
92public Q_SLOTS: // METHODS
93 Q_NOREPLY void Release();
94Q_SIGNALS: // SIGNALS
95};
96
97#endif
ManufacturerDataList ManufacturerData
void setType(const QString &value)
virtual Q_CLASSINFO("D-Bus Introspection", "" " <interface name=\"org.bluez.LEAdvertisement1\">\n" " <method name=\"Release\">\n" " <annotation value=\"true\" name=\"org.freedesktop.DBus.Method.NoReply\"/>\n" " </method>\n" " <property access=\"readwrite\" type=\"s\" name=\"Type\"/>\n" " <property access=\"readwrite\" type=\"as\" name=\"ServiceUUIDs\"/>\n" " <property access=\"readwrite\" type=\"a{qv}\" name=\"ManufacturerData\">\n" " <annotation value=\"ManufacturerDataList\" name=\"org.qtproject.QtDBus.QtTypeName\"/>\n" " </property>\n" " <property access=\"readwrite\" type=\"b\" name=\"Discoverable\"/>\n" " <property access=\"readwrite\" type=\"as\" name=\"Includes\"/>\n" " <property access=\"readwrite\" type=\"s\" name=\"LocalName\"/>\n" " <property access=\"readwrite\" type=\"u\" name=\"MinInterval\"/>\n" " <property access=\"readwrite\" type=\"u\" name=\"MaxInterval\"/>\n" " </interface>\n" "") public ~OrgBluezLEAdvertisement1Adaptor()
void setManufacturerData(ManufacturerDataList value)
void setIncludes(const QStringList &value)
void setServiceUUIDs(const QStringList &value)
ManufacturerDataList manufacturerData() const
void setLocalName(const QString &value)
Definition qmap.h:187
\inmodule QtCore
Definition qobject.h:103
QObject * parent() const
Returns a pointer to the parent object.
Definition qobject.h:346
\inmodule QtCore
\macro QT_RESTRICTED_CAST_FROM_ASCII
Definition qstring.h:129
EGLOutputLayerEXT EGLint EGLAttrib value
[5]
GLenum type
#define Q_NOREPLY
#define Q_PROPERTY(...)
#define Q_OBJECT
#define Q_CLASSINFO(name, value)
#define Q_SLOTS
#define Q_SIGNALS
unsigned int uint
Definition qtypes.h:34
Definition moc.h:23