ModemManagerQt
7#ifndef MODEMMANAGERQT_FAKE_MODEM_MODEM_LOCATION_H
8#define MODEMMANAGERQT_FAKE_MODEM_MODEM_LOCATION_H
10#include "generictypes.h"
12#include <QDBusAbstractAdaptor>
17 Q_CLASSINFO(
"D-Bus Interface",
"org.kde.fakemodem.Modem.Location")
20 ~ModemLocation() override;
22 Q_PROPERTY(uint Capabilities READ capabilities)
24 Q_PROPERTY(ModemManager::LocationInformationMap Location READ location)
25 Q_PROPERTY(
bool SignalsLocation READ signalsLocation)
27 uint capabilities() const;
29 ModemManager::LocationInformationMap location() const;
30 bool signalsLocation() const;
33 void setModemPath(const QString &path);
34 void setEnableNotifications(
bool enable);
35 void setCapabilities(uint capabilities);
36 void setEnabled(uint enabled);
37 void setLocation(const ModemManager::LocationInformationMap &location);
38 void setSignalsLocation(
bool signalsLocation);
40 QVariantMap toMap() const;
43 Q_SCRIPTABLE ModemManager::LocationInformationMap GetLocation();
44 Q_SCRIPTABLE
void Setup(uint sources,
bool signal_location);
48 bool m_enabledNotifications;
51 ModemManager::LocationInformationMap m_location;
52 bool m_signalsLocation;
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:23 by
doxygen 1.13.2 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.