24#ifndef OFONOMODEMMANAGER_H
25#define OFONOMODEMMANAGER_H
27#include <QtCore/QObject>
29#include <QDBusObjectPath>
31#include "libofono-qt_global.h"
34class OFONO_QT_EXPORT OfonoModemManager :
public QObject {
40 OfonoModemManager(QObject *parent=0);
45 Q_INVOKABLE QStringList
modems()
const;
55 void onModemAdded(
const QDBusObjectPath &path,
const QVariantMap &map);
56 void onModemRemoved(
const QDBusObjectPath &path);
void modemAdded(const QString &modemPath)
Issued when a modem has been added.
Q_INVOKABLE QStringList modems() const
Returns a list of d-bus object paths that represent available modems.
void modemRemoved(const QString &modemPath)
Issued when a modem has been removed.