signon
8.58
|
00001 /* 00002 * This file was generated by qdbusxml2cpp version 0.8 00003 * Command line was: qdbusxml2cpp -c BackupIfAdaptor -a backupifadaptor.h:backupifadaptor.cpp ../../lib/signond/com.nokia.SingleSignOn.Backup.xml 00004 * 00005 * qdbusxml2cpp is Copyright (C) 2016 The Qt Company Ltd. 00006 * 00007 * This is an auto-generated file. 00008 * This file may have been hand-edited. Look for HAND-EDIT comments 00009 * before re-generating it. 00010 */ 00011 00012 #ifndef BACKUPIFADAPTOR_H 00013 #define BACKUPIFADAPTOR_H 00014 00015 #include <QtCore/QObject> 00016 #include <QtDBus/QtDBus> 00017 QT_BEGIN_NAMESPACE 00018 class QByteArray; 00019 template<class T> class QList; 00020 template<class Key, class Value> class QMap; 00021 class QString; 00022 class QStringList; 00023 class QVariant; 00024 QT_END_NAMESPACE 00025 00026 /* 00027 * Adaptor class for interface com.nokia.backupclient 00028 */ 00029 class BackupIfAdaptor: public QDBusAbstractAdaptor 00030 { 00031 Q_OBJECT 00032 Q_CLASSINFO("D-Bus Interface", "com.nokia.backupclient") 00033 Q_CLASSINFO("D-Bus Introspection", "" 00034 " <interface name=\"com.nokia.backupclient\">\n" 00035 " <method name=\"backupStarts\">\n" 00036 " <arg direction=\"out\" type=\"y\"/>\n" 00037 " </method>\n" 00038 " <method name=\"backupFinished\">\n" 00039 " <arg direction=\"out\" type=\"y\"/>\n" 00040 " </method>\n" 00041 " <method name=\"restoreStarts\">\n" 00042 " <arg direction=\"out\" type=\"y\"/>\n" 00043 " </method>\n" 00044 " <method name=\"restoreFinished\">\n" 00045 " <arg direction=\"out\" type=\"y\"/>\n" 00046 " </method>\n" 00047 " </interface>\n" 00048 "") 00049 public: 00050 BackupIfAdaptor(QObject *parent); 00051 virtual ~BackupIfAdaptor(); 00052 00053 public: // PROPERTIES 00054 public Q_SLOTS: // METHODS 00055 uchar backupFinished(); 00056 uchar backupStarts(); 00057 uchar restoreFinished(); 00058 uchar restoreStarts(); 00059 Q_SIGNALS: // SIGNALS 00060 }; 00061 00062 #endif