/* * This file was generated by qdbusxml2cpp version 0.8 * Source file was Cache.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 CACHE_ADAPTOR_H #define CACHE_ADAPTOR_H #include #include #include "QtGui/private/qspi_struct_marshallers_p.h" #include /* * Adaptor class for interface org.a11y.atspi.Cache */ class CacheAdaptor: public QDBusAbstractAdaptor { Q_OBJECT Q_CLASSINFO("D-Bus Interface", "org.a11y.atspi.Cache") Q_CLASSINFO("D-Bus Introspection", "" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" "") public: CacheAdaptor(QObject *parent); ~CacheAdaptor() override; public: // PROPERTIES public Q_SLOTS: // METHODS QSpiAccessibleCacheArray GetItems(); Q_SIGNALS: // SIGNALS void AddAccessible(const QSpiAccessibleCacheItem &nodeAdded); void RemoveAccessible(const QSpiObjectReference &nodeRemoved); }; #endif