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
objectmanageradaptor_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 objectmanageradaptor_p.h:objectmanageradaptor.cpp -c OrgFreedesktopDBusObjectManagerAdaptor -i bluez5_helper_p.h org.freedesktop.dbus.objectmanager.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 OBJECTMANAGERADAPTOR_P_H
13#define OBJECTMANAGERADAPTOR_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.freedesktop.DBus.ObjectManager
33 */
35{
37 Q_CLASSINFO("D-Bus Interface", "org.freedesktop.DBus.ObjectManager")
38 Q_CLASSINFO("D-Bus Introspection", ""
39" <interface name=\"org.freedesktop.DBus.ObjectManager\">\n"
40" <method name=\"GetManagedObjects\">\n"
41" <arg direction=\"out\" type=\"a{oa{sa{sv}}}\" name=\"object_paths_interfaces_and_properties\"/>\n"
42" <annotation value=\"ManagedObjectList\" name=\"org.qtproject.QtDBus.QtTypeName.Out0\"/>\n"
43" </method>\n"
44" <signal name=\"InterfacesAdded\">\n"
45" <arg type=\"o\" name=\"object_path\"/>\n"
46" <arg type=\"a{sa{sv}}\" name=\"interfaces_and_properties\"/>\n"
47" <annotation value=\"InterfaceList\" name=\"org.qtproject.QtDBus.QtTypeName.Out1\"/>\n"
48" </signal>\n"
49" <signal name=\"InterfacesRemoved\">\n"
50" <arg type=\"o\" name=\"object_path\"/>\n"
51" <arg type=\"as\" name=\"interfaces\"/>\n"
52" </signal>\n"
53" </interface>\n"
54 "")
55public:
58
59public: // PROPERTIES
60public Q_SLOTS: // METHODS
62Q_SIGNALS: // SIGNALS
63 void InterfacesAdded(const QDBusObjectPath &object_path, InterfaceList interfaces_and_properties);
64 void InterfacesRemoved(const QDBusObjectPath &object_path, const QStringList &interfaces);
65};
66
67#endif
QMap< QDBusObjectPath, InterfaceList > ManagedObjectList
virtual 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()
void InterfacesRemoved(const QDBusObjectPath &object_path, const QStringList &interfaces)
void InterfacesAdded(const QDBusObjectPath &object_path, InterfaceList interfaces_and_properties)
\inmodule QtDBus
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
#define Q_OBJECT
#define Q_CLASSINFO(name, value)
#define Q_SLOTS
#define Q_SIGNALS