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
objectmanageradaptor.cpp
Go to the documentation of this file.
1
/*
2
* This file was generated by qdbusxml2cpp version 0.8
3
* Source file was org.freedesktop.dbus.objectmanager.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
#
include
"objectmanageradaptor_p.h"
12
#
include
<
QtCore
/
QMetaObject
>
13
#
include
<
QtCore
/
QByteArray
>
14
#
include
<
QtCore
/
QList
>
15
#
include
<
QtCore
/
QMap
>
16
#
include
<
QtCore
/
QString
>
17
#
include
<
QtCore
/
QStringList
>
18
#
include
<
QtCore
/
QVariant
>
19
20
namespace
QtBluetoothPrivate
{
21
22
/*
23
* Implementation of adaptor class OrgFreedesktopDBusObjectManagerAdaptor
24
*/
25
26
OrgFreedesktopDBusObjectManagerAdaptor
::OrgFreedesktopDBusObjectManagerAdaptor(QObject *parent)
27
: QDBusAbstractAdaptor(parent)
28
{
29
// constructor
30
setAutoRelaySignals(
true
);
31
}
32
33
OrgFreedesktopDBusObjectManagerAdaptor
::~
OrgFreedesktopDBusObjectManagerAdaptor
()
34
{
35
// destructor
36
}
37
38
ManagedObjectList
OrgFreedesktopDBusObjectManagerAdaptor
::GetManagedObjects()
39
{
40
// handle method call org.freedesktop.DBus.ObjectManager.GetManagedObjects
41
ManagedObjectList
object_paths_interfaces_and_properties;
42
QMetaObject::invokeMethod(parent(),
"GetManagedObjects"
, Q_RETURN_ARG(ManagedObjectList, object_paths_interfaces_and_properties));
43
return
object_paths_interfaces_and_properties;
44
}
45
46
}
// end of namespace QtBluetoothPrivate
ManagedObjectList
QMap< QDBusObjectPath, InterfaceList > ManagedObjectList
Definition
bluez5_helper_p.h:25
QtBluetoothPrivate::OrgFreedesktopDBusObjectManagerAdaptor
Definition
objectmanageradaptor_p.h:37
QtBluetoothPrivate::OrgFreedesktopDBusObjectManagerAdaptor::~OrgFreedesktopDBusObjectManagerAdaptor
Q_CLASSINFO("D-Bus Introspection", "" " <interface name=\"org.freedesktop.DBus.ObjectManager\">\n" " <method name=\"GetManagedObjects\">\n" " <arg direction=\"out\" type=\"a{oa{sa{sv}}}\" name=\"object_paths_interfaces_and_properties\"/>\n" " <annotation value=\"ManagedObjectList\" name=\"org.qtproject.QtDBus.QtTypeName.Out0\"/>\n" " </method>\n" " <signal name=\"InterfacesAdded\">\n" " <arg type=\"o\" name=\"object_path\"/>\n" " <arg type=\"a{sa{sv}}\" name=\"interfaces_and_properties\"/>\n" " <annotation value=\"InterfaceList\" name=\"org.qtproject.QtDBus.QtTypeName.Out1\"/>\n" " </signal>\n" " <signal name=\"InterfacesRemoved\">\n" " <arg type=\"o\" name=\"object_path\"/>\n" " <arg type=\"as\" name=\"interfaces\"/>\n" " </signal>\n" " </interface>\n" "") public ~OrgFreedesktopDBusObjectManagerAdaptor() override
Definition
objectmanageradaptor.cpp:33
QtBluetoothPrivate
Definition
adapter1_bluez5.cpp:14
qtconnectivity
src
bluetooth
bluez
objectmanageradaptor.cpp
Generated on
for Qt by
1.14.0