ModemManagerQt
7#ifndef MODEMMANAGERQT_FAKE_MODEM_H
8#define MODEMMANAGERQT_FAKE_MODEM_H
12#include "objectmanager.h"
14#include <QDBusObjectPath>
23 ~FakeModem() override;
26 void addModem(Modem *modem);
27 void removeModem(Modem *modem);
28 void addBearer(Bearer *bearer);
29 void removeBearer(Bearer *bearer);
30 void addInterfaces(const QDBusObjectPath &object_path, const ModemManager::MMVariantMapMap &interfaces_and_properties);
31 void removeInterfaces(const QDBusObjectPath &object_path, const QStringList &interfaces);
34 Q_SCRIPTABLE
void ScanDevices();
35 Q_SCRIPTABLE
void SetLogging(const QString &level);
41 QMap<QDBusObjectPath, Bearer *> m_bearers;
42 QMap<QDBusObjectPath, Modem *> m_modems;
43 ObjectManager *m_objectManager;
QObject * parent() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:54:22 by
doxygen 1.13.2 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.