~ken-vandine/libqofono/0.90-suggests

« back to all changes in this revision

Viewing changes to src/dbus/ofonomanager.h

  • Committer: Slava Monich
  • Date: 2015-01-09 11:35:34 UTC
  • mto: This revision was merged to the branch mainline in revision 182.
  • Revision ID: git-v1:615521ab813a92875390367ef22c6f59c16eabcd
[libqofono] Generate D-Bus stubs at compile time

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*
2
 
 * This file was generated by qdbusxml2cpp version 0.7
3
 
 * Command line was: qdbusxml2cpp -c OfonoManager -p ofonomanager -N ofono_manager.xml
4
 
 *
5
 
 * qdbusxml2cpp is Copyright (C) 2012 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 OFONOMANAGER_H_1358159695
12
 
#define OFONOMANAGER_H_1358159695
13
 
 
14
 
#include <QtCore/QObject>
15
 
#include <QtCore/QByteArray>
16
 
#include <QtCore/QList>
17
 
#include <QtCore/QMap>
18
 
#include <QtCore/QString>
19
 
#include <QtCore/QStringList>
20
 
#include <QtCore/QVariant>
21
 
#include <QtDBus/QtDBus>
22
 
#include "dbustypes.h"
23
 
 
24
 
/*
25
 
 * Proxy class for interface org.ofono.Manager
26
 
 */
27
 
class OfonoManager: public QDBusAbstractInterface
28
 
{
29
 
    Q_OBJECT
30
 
public:
31
 
    static inline const char *staticInterfaceName()
32
 
    { return "org.ofono.Manager"; }
33
 
 
34
 
public:
35
 
    OfonoManager(const QString &service, const QString &path, const QDBusConnection &connection, QObject *parent = 0);
36
 
 
37
 
    ~OfonoManager();
38
 
 
39
 
public Q_SLOTS: // METHODS
40
 
    inline QDBusPendingReply<ObjectPathPropertiesList> GetModems()
41
 
    {
42
 
        QList<QVariant> argumentList;
43
 
        return asyncCallWithArgumentList(QLatin1String("GetModems"), argumentList);
44
 
    }
45
 
 
46
 
Q_SIGNALS: // SIGNALS
47
 
    void ModemAdded(const QDBusObjectPath &in0, const QVariantMap &in1);
48
 
    void ModemRemoved(const QDBusObjectPath &in0);
49
 
};
50
 
 
51
 
#endif