|
signon
8.40
|
00001 /* 00002 * This file was generated by qdbusxml2cpp version 0.7 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) 2012 Nokia Corporation and/or its subsidiary(-ies). 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_1343053094 00013 #define BACKUPIFADAPTOR_H_1343053094 00014 00015 #include <QtCore/QObject> 00016 #include <QtDBus/QtDBus> 00017 class QByteArray; 00018 template<class T> class QList; 00019 template<class Key, class Value> class QMap; 00020 class QString; 00021 class QStringList; 00022 class QVariant; 00023 00024 /* 00025 * Adaptor class for interface com.nokia.backupclient 00026 */ 00027 class BackupIfAdaptor: public QDBusAbstractAdaptor 00028 { 00029 Q_OBJECT 00030 Q_CLASSINFO("D-Bus Interface", "com.nokia.backupclient") 00031 Q_CLASSINFO("D-Bus Introspection", "" 00032 " <interface name=\"com.nokia.backupclient\">\n" 00033 " <method name=\"backupStarts\">\n" 00034 " <arg direction=\"out\" type=\"y\"/>\n" 00035 " </method>\n" 00036 " <method name=\"backupFinished\">\n" 00037 " <arg direction=\"out\" type=\"y\"/>\n" 00038 " </method>\n" 00039 " <method name=\"restoreStarts\">\n" 00040 " <arg direction=\"out\" type=\"y\"/>\n" 00041 " </method>\n" 00042 " <method name=\"restoreFinished\">\n" 00043 " <arg direction=\"out\" type=\"y\"/>\n" 00044 " </method>\n" 00045 " </interface>\n" 00046 "") 00047 public: 00048 BackupIfAdaptor(QObject *parent); 00049 virtual ~BackupIfAdaptor(); 00050 00051 public: // PROPERTIES 00052 public Q_SLOTS: // METHODS 00053 uchar backupFinished(); 00054 uchar backupStarts(); 00055 uchar restoreFinished(); 00056 uchar restoreStarts(); 00057 Q_SIGNALS: // SIGNALS 00058 }; 00059 00060 #endif