/* * This file was generated by qdbusxml2cpp version 0.8 * Command line was: qdbusxml2cpp com.kylin.backup.manager.xml -i mybackupmanager.h -a ManagerAdaptor * * qdbusxml2cpp is Copyright (C) 2020 The Qt Company Ltd. * * This is an auto-generated file. * This file may have been hand-edited. Look for HAND-EDIT comments * before re-generating it. */ #ifndef MANAGERADAPTOR_H #define MANAGERADAPTOR_H #include #include #include "mybackupmanager.h" QT_BEGIN_NAMESPACE class QByteArray; template class QList; template class QMap; class QString; class QStringList; class QVariant; QT_END_NAMESPACE /* * Adaptor class for interface com.kylin.backup.manager */ class ManagerAdaptor: public QDBusAbstractAdaptor { Q_OBJECT Q_CLASSINFO("D-Bus Interface", "com.kylin.backup.manager") Q_CLASSINFO("D-Bus Introspection", "" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" "") public: ManagerAdaptor(QObject *parent); virtual ~ManagerAdaptor(); public: // PROPERTIES public Q_SLOTS: // METHODS int Mount_backup_partition(); bool umountBackupPartition(); void autoBackUpForSystemUpdate_noreturn(const QString &autobackup_name, const QString &create_note, const QString &inc_note, const QString &frontUserName, int frontUid); int checkEnv(BackupWrapper backupWrapper); int deleteBackupPoint(BackupWrapper backupWrapper); QString getBackupCommentForSystemUpdate(QString &state); int getBackupState(bool &isActive); int ghostBackup(BackupWrapper backupWrapper); int goBackup(BackupWrapper backupWrapper); int goRestore(BackupWrapper backupWrapper); int cancel(); int reboot(); Q_SIGNALS: // SIGNALS void backupFinished(bool result); void progress(int in0, int in1); void sendBackupResult(bool result); void sendDeleteResult(bool result); void sendEnvCheckResult(int result); void sendGhostBackupResult(bool result); void sendRate(int in0, int in1); void sendRestoreResult(bool result); void sendStartBackupResult(int result); }; #endif