signon  8.58
backupifadaptor.h
Go to the documentation of this file.
1 /*
2  * This file was generated by qdbusxml2cpp version 0.8
3  * Command line was: qdbusxml2cpp -c BackupIfAdaptor -a backupifadaptor.h:backupifadaptor.cpp ../../lib/signond/com.nokia.SingleSignOn.Backup.xml
4  *
5  * qdbusxml2cpp is Copyright (C) 2015 The Qt Company Ltd.
6  *
7  * This is an auto-generated file.
8  * This file may have been hand-edited. Look for HAND-EDIT comments
9  * before re-generating it.
10  */
11 
12 #ifndef BACKUPIFADAPTOR_H
13 #define BACKUPIFADAPTOR_H
14 
15 #include <QtCore/QObject>
16 #include <QtDBus/QtDBus>
17 QT_BEGIN_NAMESPACE
18 class QByteArray;
19 template<class T> class QList;
20 template<class Key, class Value> class QMap;
21 class QString;
22 class QStringList;
23 class QVariant;
24 QT_END_NAMESPACE
25 
26 /*
27  * Adaptor class for interface com.nokia.backupclient
28  */
29 class BackupIfAdaptor: public QDBusAbstractAdaptor
30 {
31  Q_OBJECT
32  Q_CLASSINFO("D-Bus Interface", "com.nokia.backupclient")
33  Q_CLASSINFO("D-Bus Introspection", ""
34 " <interface name=\"com.nokia.backupclient\">\n"
35 " <method name=\"backupStarts\">\n"
36 " <arg direction=\"out\" type=\"y\"/>\n"
37 " </method>\n"
38 " <method name=\"backupFinished\">\n"
39 " <arg direction=\"out\" type=\"y\"/>\n"
40 " </method>\n"
41 " <method name=\"restoreStarts\">\n"
42 " <arg direction=\"out\" type=\"y\"/>\n"
43 " </method>\n"
44 " <method name=\"restoreFinished\">\n"
45 " <arg direction=\"out\" type=\"y\"/>\n"
46 " </method>\n"
47 " </interface>\n"
48  "")
49 public:
50  BackupIfAdaptor(QObject *parent);
51  virtual ~BackupIfAdaptor();
52 
53 public: // PROPERTIES
54 public Q_SLOTS: // METHODS
55  uchar backupFinished();
56  uchar backupStarts();
57  uchar restoreFinished();
58  uchar restoreStarts();
59 Q_SIGNALS: // SIGNALS
60 };
61 
62 #endif