NetworkManagerQt

bonddeviceinterface.h
1/*
2 * This file was generated by qdbusxml2cpp version 0.8
3 * Command line was:
4 *
5 * qdbusxml2cpp is Copyright (C) 2016 The Qt Company Ltd.
6 *
7 * This is an auto-generated file.
8 * Do not edit! All changes made to it will be lost.
9 */
10
11#ifndef BONDDEVICEINTERFACE_H
12#define BONDDEVICEINTERFACE_H
13
14#include "generictypes.h"
15
16#include <QDBusAbstractInterface>
17#include <QDBusObjectPath>
18#include <QList>
19#include <QObject>
20#include <QString>
21#include <QVariant>
22
23/*
24 * Proxy class for interface org.freedesktop.NetworkManager.Device.Bond
25 */
26class OrgFreedesktopNetworkManagerDeviceBondInterface : public QDBusAbstractInterface
27{
29public:
30 static inline const char *staticInterfaceName()
31#ifdef NMQT_STATIC
32 {
33 return "org.kde.fakenetwork.Device.Bond";
34 }
35#else
36 {
37 return "org.freedesktop.NetworkManager.Device.Bond";
38 }
39#endif
40
41public:
42 OrgFreedesktopNetworkManagerDeviceBondInterface(const QString &service, const QString &path, const QDBusConnection &connection, QObject *parent = nullptr);
43
44 ~OrgFreedesktopNetworkManagerDeviceBondInterface() override;
45
46 Q_PROPERTY(bool Carrier READ carrier)
47 inline bool carrier() const
48 {
49 return qvariant_cast<bool>(property("Carrier"));
50 }
51
52 Q_PROPERTY(QString HwAddress READ hwAddress)
53 inline QString hwAddress() const
54 {
55 return qvariant_cast<QString>(property("HwAddress"));
56 }
57
58 Q_PROPERTY(QList<QDBusObjectPath> Slaves READ slaves)
59 inline QList<QDBusObjectPath> slaves() const
60 {
61 return qvariant_cast<QList<QDBusObjectPath>>(property("Slaves"));
62 }
63
64public Q_SLOTS: // METHODS
65Q_SIGNALS: // SIGNALS
66 void PropertiesChanged(const QVariantMap &properties);
67};
68
69#endif
QDBusConnection connection() const const
QString path() const const
QString service() const const
Q_OBJECTQ_OBJECT
Q_PROPERTY(...)
Q_SIGNALSQ_SIGNALS
Q_SLOTSQ_SLOTS
QObject * parent() const const
QVariant property(const char *name) const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:13:24 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.