![]() |
Home · All Namespaces · All Classes |
00001 /* 00002 * This file was generated by qdbusxml2cpp version 0.7 00003 * Command line was: qdbusxml2cpp dbusinterfacenotificationsink.xml -a dbusinterfacenotificationsinkadaptor -c DBusInterfaceNotificationSinkAdaptor -l DBusInterfaceNotificationSink -i dbusinterfacenotificationsink.h -i metatypedeclarations.h 00004 * 00005 * qdbusxml2cpp is Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies). 00006 * 00007 * This is an auto-generated file. 00008 * This file may have been hand-edited. Look for HAND-EDIT comments 00009 * before re-generating it. 00010 */ 00011 00012 #ifndef DBUSINTERFACENOTIFICATIONSINKADAPTOR_H_1314711481 00013 #define DBUSINTERFACENOTIFICATIONSINKADAPTOR_H_1314711481 00014 00015 #include <QtCore/QObject> 00016 #include <QtDBus/QtDBus> 00017 #include "dbusinterfacenotificationsink.h" 00018 #include "metatypedeclarations.h" 00019 class QByteArray; 00020 template<class T> class QList; 00021 template<class Key, class Value> class QMap; 00022 class QString; 00023 class QStringList; 00024 class QVariant; 00025 00026 /* 00027 * Adaptor class for interface com.meego.core.MNotificationManager 00028 */ 00029 class DBusInterfaceNotificationSinkAdaptor: public QDBusAbstractAdaptor 00030 { 00031 Q_OBJECT 00032 Q_CLASSINFO("D-Bus Interface", "com.meego.core.MNotificationManager") 00033 Q_CLASSINFO("D-Bus Introspection", "" 00034 " <interface name=\"com.meego.core.MNotificationManager\">\n" 00035 " <method name=\"registerSink\">\n" 00036 " <arg direction=\"in\" type=\"s\" name=\"service\"/>\n" 00037 " <arg direction=\"in\" type=\"s\" name=\"path\"/>\n" 00038 " </method>\n" 00039 " <method name=\"unregisterSink\">\n" 00040 " <arg direction=\"in\" type=\"s\" name=\"service\"/>\n" 00041 " <arg direction=\"in\" type=\"s\" name=\"path\"/>\n" 00042 " </method>\n" 00043 " </interface>\n" 00044 "") 00045 public: 00046 DBusInterfaceNotificationSinkAdaptor(DBusInterfaceNotificationSink *parent); 00047 virtual ~DBusInterfaceNotificationSinkAdaptor(); 00048 00049 inline DBusInterfaceNotificationSink *parent() const 00050 { return static_cast<DBusInterfaceNotificationSink *>(QObject::parent()); } 00051 00052 public: // PROPERTIES 00053 public Q_SLOTS: // METHODS 00054 void registerSink(const QString &service, const QString &path); 00055 void unregisterSink(const QString &service, const QString &path); 00056 Q_SIGNALS: // SIGNALS 00057 }; 00058 00059 #endif
Copyright © 2011 Nokia Corporation | Generated on Tue Aug 30 2011 16:38:12 Doxygen 1.7.1 |
MeeGo Touch |