Solid

manager.h
1/*
2 * This file was generated by qdbusxml2cpp version 0.7
3 * Command line was: qdbusxml2cpp -p manager manager.xml
4 *
5 * qdbusxml2cpp is Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
6 *
7 * This is an auto-generated file.
8 * Do not edit! All changes made to it will be lost.
9 */
10
11#ifndef MANAGER_H_1329493525
12#define MANAGER_H_1329493525
13
14#include <QDBusConnection>
15#include <QList>
16#include <QObject>
17#include <QString>
18#include <QStringList>
19#include <QVariant>
20
21#include "../udisks2.h"
22
23/*
24 * Proxy class for interface org.freedesktop.DBus.ObjectManager
25 */
26class OrgFreedesktopDBusObjectManagerInterface : public QDBusAbstractInterface
27{
29public:
30 static inline const char *staticInterfaceName()
31 {
32 return "org.freedesktop.DBus.ObjectManager";
33 }
34
35public:
36 OrgFreedesktopDBusObjectManagerInterface(const QString &service, const QString &path, const QDBusConnection &connection, QObject *parent = nullptr);
37
38 ~OrgFreedesktopDBusObjectManagerInterface() override;
39
40public Q_SLOTS: // METHODS
41 inline QDBusPendingReply<DBUSManagerStruct> GetManagedObjects()
42 {
43 QList<QVariant> argumentList;
44 return asyncCallWithArgumentList(QLatin1String("GetManagedObjects"), argumentList);
45 }
46
47Q_SIGNALS: // SIGNALS
48 void InterfacesAdded(const QDBusObjectPath &object_path, const VariantMapMap &interfaces_and_properties);
49 void InterfacesRemoved(const QDBusObjectPath &object_path, const QStringList &interfaces);
50};
51
52namespace org
53{
54namespace freedesktop
55{
56namespace DBus
57{
58typedef ::OrgFreedesktopDBusObjectManagerInterface ObjectManager;
59}
60}
61}
62#endif
QDBusPendingCall asyncCallWithArgumentList(const QString &method, const QList< QVariant > &args)
QDBusConnection connection() const const
QString path() const const
QString service() const const
Q_OBJECTQ_OBJECT
Q_SIGNALSQ_SIGNALS
Q_SLOTSQ_SLOTS
QObject * parent() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:17:12 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.