/* * This file was generated by qdbusxml2cpp version 0.8 * Command line was: qdbusxml2cpp ./dde-dock/frame/dbusinterface/xml/org.deepin.dde.XEventMonitor1.xml -a ./dde-dock/toolGenerate/qdbusxml2cpp/org.deepin.dde.XEventMonitor1Adaptor -i ./dde-dock/toolGenerate/qdbusxml2cpp/org.deepin.dde.XEventMonitor1.h * * qdbusxml2cpp is Copyright (C) 2017 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 ORG_DEEPIN_DDE_XEVENTMONITOR1ADAPTOR_H #define ORG_DEEPIN_DDE_XEVENTMONITOR1ADAPTOR_H #include #include #include "./dde-dock/toolGenerate/qdbusxml2cpp/org.deepin.dde.XEventMonitor1.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 org.deepin.dde.XEventMonitor1 */ class XEventMonitor1Adaptor: public QDBusAbstractAdaptor { Q_OBJECT Q_CLASSINFO("D-Bus Interface", "org.deepin.dde.XEventMonitor1") 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" "") public: XEventMonitor1Adaptor(QObject *parent); virtual ~XEventMonitor1Adaptor(); public: // PROPERTIES public Q_SLOTS: // METHODS QString RegisterArea(int in0, int in1, int in2, int in3, int in4); QString RegisterAreas(AreaList in0, int in1); QString RegisterFullScreen(); bool UnregisterArea(const QString &in0); Q_SIGNALS: // SIGNALS void ButtonPress(int in0, int in1, int in2, const QString &in3); void ButtonRelease(int in0, int in1, int in2, const QString &in3); void CancelAllArea(); void CursorInto(int in0, int in1, const QString &in2); void CursorMove(int in0, int in1, const QString &in2); void CursorOut(int in0, int in1, const QString &in2); void KeyPress(const QString &in0, int in1, int in2, const QString &in3); void KeyRelease(const QString &in0, int in1, int in2, const QString &in3); }; #endif