Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
adapter1_bluez5_p.h
Go to the documentation of this file.
1/*
2 * This file was generated by qdbusxml2cpp version 0.8
3 * Source file was org.bluez.Adapter1.xml
4 *
5 * qdbusxml2cpp is Copyright (C) The Qt Company Ltd. and other contributors.
6 *
7 * This is an auto-generated file.
8 * Do not edit! All changes made to it will be lost.
9 */
10
11#ifndef ADAPTER1_BLUEZ5_P_H
12#define ADAPTER1_BLUEZ5_P_H
13
14//
15// W A R N I N G
16// -------------
17//
18// This file is not part of the Qt API. It exists purely as an
19// implementation detail. This header file may change from version to
20// version without notice, or even be removed.
21//
22// We mean it.
23//
24
25#include <QtCore/QObject>
26#include <QtCore/QByteArray>
27#include <QtCore/QList>
28#include <QtCore/QMap>
29#include <QtCore/QString>
30#include <QtCore/QStringList>
31#include <QtCore/QVariant>
32#include <QtDBus/QtDBus>
33#include <QtCore/private/qglobal_p.h>
34
35namespace QtBluetoothPrivate {
36
37/*
38 * Proxy class for interface org.bluez.Adapter1
39 */
41{
43public:
44 static inline const char *staticInterfaceName()
45 { return "org.bluez.Adapter1"; }
46
47public:
49
51
52 Q_PROPERTY(QString Address READ address)
53 inline QString address() const
54 { return qvariant_cast< QString >(property("Address")); }
55
57 inline QString alias() const
58 { return qvariant_cast< QString >(property("Alias")); }
59 inline void setAlias(const QString &value)
60 { setProperty("Alias", QVariant::fromValue(value)); }
61
63 inline uint classProperty() const
64 { return qvariant_cast< uint >(property("Class")); }
65
67 inline bool discoverable() const
68 { return qvariant_cast< bool >(property("Discoverable")); }
69 inline void setDiscoverable(bool value)
70 { setProperty("Discoverable", QVariant::fromValue(value)); }
71
74 { return qvariant_cast< uint >(property("DiscoverableTimeout")); }
76 { setProperty("DiscoverableTimeout", QVariant::fromValue(value)); }
77
79 inline bool discovering() const
80 { return qvariant_cast< bool >(property("Discovering")); }
81
83 inline QString modalias() const
84 { return qvariant_cast< QString >(property("Modalias")); }
85
87 inline QString name() const
88 { return qvariant_cast< QString >(property("Name")); }
89
91 inline bool pairable() const
92 { return qvariant_cast< bool >(property("Pairable")); }
93 inline void setPairable(bool value)
94 { setProperty("Pairable", QVariant::fromValue(value)); }
95
97 inline uint pairableTimeout() const
98 { return qvariant_cast< uint >(property("PairableTimeout")); }
100 { setProperty("PairableTimeout", QVariant::fromValue(value)); }
101
103 inline bool powered() const
104 { return qvariant_cast< bool >(property("Powered")); }
105 inline void setPowered(bool value)
106 { setProperty("Powered", QVariant::fromValue(value)); }
107
109 inline QStringList uUIDs() const
110 { return qvariant_cast< QStringList >(property("UUIDs")); }
111
112public Q_SLOTS: // METHODS
119
126
132
138
139Q_SIGNALS: // SIGNALS
140};
141
142} // end of namespace QtBluetoothPrivate
143
144namespace org {
148}
149
150#endif
::QtBluetoothPrivate::OrgBluezAdapter1Interface Adapter1