/* * This file was generated by qdbusxml2cpp version 0.8 * Command line was: qdbusxml2cpp -c MainWindowAdaptor -a MainWindowAdaptor.h:MainWindowAdaptor.cpp * org.keepassxc.MainWindow.xml * * qdbusxml2cpp is Copyright (C) 2015 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 MAINWINDOWADAPTOR_H #define MAINWINDOWADAPTOR_H #include #include QT_BEGIN_NAMESPACE class QByteArray; template class QList; template class QMap; class QString; class QStringList; class QVariant; QT_END_NAMESPACE /* * Adaptor class for interface org.keepassxc.MainWindow */ class MainWindowAdaptor : public QDBusAbstractAdaptor { Q_OBJECT Q_CLASSINFO("D-Bus Interface", "org.keepassxc.MainWindow") Q_CLASSINFO("D-Bus Introspection", "" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" "") public: MainWindowAdaptor(QObject* parent); virtual ~MainWindowAdaptor(); public: public slots: void appExit(); void closeAllDatabases(); void lockAllDatabases(); void openDatabase(const QString& fileName); void openDatabase(const QString& fileName, const QString& pw); void openDatabase(const QString& fileName, const QString& pw, const QString& keyFile); signals: }; #endif