/* * This file was generated by qdbusxml2cpp version 0.8 * Source file was Socket.xml * * qdbusxml2cpp is Copyright (C) The Qt Company Ltd. and other contributors. * * This is an auto-generated file. * Do not edit! All changes made to it will be lost. */ #ifndef SOCKET_INTERFACE_H #define SOCKET_INTERFACE_H #include #include #include #include #include #include #include #include #include "QtGui/private/qspi_struct_marshallers_p.h" /* * Proxy class for interface org.a11y.atspi.Socket */ class OrgA11yAtspiSocketInterface: public QDBusAbstractInterface { Q_OBJECT public: static inline const char *staticInterfaceName() { return "org.a11y.atspi.Socket"; } public: OrgA11yAtspiSocketInterface(const QString &service, const QString &path, const QDBusConnection &connection, QObject *parent = nullptr); ~OrgA11yAtspiSocketInterface(); public Q_SLOTS: // METHODS inline QDBusPendingReply Embed(const QSpiObjectReference &plug) { QList argumentList; argumentList << QVariant::fromValue(plug); return asyncCallWithArgumentList(QStringLiteral("Embed"), argumentList); } inline QDBusPendingReply<> Unembed(const QSpiObjectReference &plug) { QList argumentList; argumentList << QVariant::fromValue(plug); return asyncCallWithArgumentList(QStringLiteral("Unembed"), argumentList); } Q_SIGNALS: // SIGNALS void Available(); }; namespace org { namespace a11y { namespace atspi { using Socket = ::OrgA11yAtspiSocketInterface; } } } #endif