signon  8.42
backupifadaptor.h
Go to the documentation of this file.
1 /*
2  * This file was generated by qdbusxml2cpp version 0.7
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) 2012 Nokia Corporation and/or its subsidiary(-ies).
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_1347474150
13 #define BACKUPIFADAPTOR_H_1347474150
14 
15 #include <QtCore/QObject>
16 #include <QtDBus/QtDBus>
17 class QByteArray;
18 template<class T> class QList;
19 template<class Key, class Value> class QMap;
20 class QString;
21 class QStringList;
22 class QVariant;
23 
24 /*
25  * Adaptor class for interface com.nokia.backupclient
26  */
27 class BackupIfAdaptor: public QDBusAbstractAdaptor
28 {
29  Q_OBJECT
30  Q_CLASSINFO("D-Bus Interface", "com.nokia.backupclient")
31  Q_CLASSINFO("D-Bus Introspection", ""
32 " <interface name=\"com.nokia.backupclient\">\n"
33 " <method name=\"backupStarts\">\n"
34 " <arg direction=\"out\" type=\"y\"/>\n"
35 " </method>\n"
36 " <method name=\"backupFinished\">\n"
37 " <arg direction=\"out\" type=\"y\"/>\n"
38 " </method>\n"
39 " <method name=\"restoreStarts\">\n"
40 " <arg direction=\"out\" type=\"y\"/>\n"
41 " </method>\n"
42 " <method name=\"restoreFinished\">\n"
43 " <arg direction=\"out\" type=\"y\"/>\n"
44 " </method>\n"
45 " </interface>\n"
46  "")
47 public:
48  BackupIfAdaptor(QObject *parent);
49  virtual ~BackupIfAdaptor();
50 
51 public: // PROPERTIES
52 public Q_SLOTS: // METHODS
53  uchar backupFinished();
54  uchar backupStarts();
55  uchar restoreFinished();
56  uchar restoreStarts();
57 Q_SIGNALS: // SIGNALS
58 };
59 
60 #endif