/* * This file was generated by qdbusxml2cpp version 0.7 * Command line was: qdbusxml2cpp -m -a jobviewserveradaptor -i progresslistmodel.h -l ProgressListModel D:/KDE/share/dbus-1/interfaces/org.kde.JobViewServer.xml * * qdbusxml2cpp is Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). * * This is an auto-generated file. * This file may have been hand-edited. Look for HAND-EDIT comments * before re-generating it. */ #ifndef JOBVIEWSERVERADAPTOR_H_1298460560 #define JOBVIEWSERVERADAPTOR_H_1298460560 #include #include #include "progresslistmodel.h" class QByteArray; template class QList; template class QMap; class QString; class QStringList; class QVariant; /* * Adaptor class for interface org.kde.JobViewServer */ class JobViewServerAdaptor: public QDBusAbstractAdaptor { Q_OBJECT Q_CLASSINFO("D-Bus Interface", "org.kde.JobViewServer") Q_CLASSINFO("D-Bus Introspection", "" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" "") public: JobViewServerAdaptor(ProgressListModel *parent); virtual ~JobViewServerAdaptor(); inline ProgressListModel *parent() const { return static_cast(QObject::parent()); } public: // PROPERTIES public Q_SLOTS: // METHODS QDBusObjectPath requestView(const QString &appName, const QString &appIconName, int capabilities); Q_SIGNALS: // SIGNALS }; #endif