/* * This file was generated by qdbusxml2cpp version 0.8 * Source file was DeviceEventController.xml * * qdbusxml2cpp is Copyright (C) The Qt Company Ltd. and other contributors. * * This is an auto-generated file. * This file may have been hand-edited. Look for HAND-EDIT comments * before re-generating it. */ #ifndef DEVICEEVENTCONTROLLER_ADAPTOR_H #define DEVICEEVENTCONTROLLER_ADAPTOR_H #include #include #include "QtGui/private/qspi_struct_marshallers_p.h" #include /* * Adaptor class for interface org.a11y.atspi.DeviceEventController */ class DeviceEventControllerAdaptor: public QDBusAbstractAdaptor { Q_OBJECT Q_CLASSINFO("D-Bus Interface", "org.a11y.atspi.DeviceEventController") Q_CLASSINFO("D-Bus Introspection", "" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" "") public: DeviceEventControllerAdaptor(QObject *parent); ~DeviceEventControllerAdaptor() override; public: // PROPERTIES public Q_SLOTS: // METHODS void NotifyListenersAsync(const QSpiDeviceEvent &event); bool NotifyListenersSync(const QSpiDeviceEvent &event); Q_SIGNALS: // SIGNALS }; #endif