Home · All Namespaces · All Classes |
00001 /* 00002 * automatically generated with the command line : 00003 * m-servicefwgen -a com.meego.core.HomeScreen 00004 * 00005 * m-servicefwgen 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 HOMESCREENADAPTOR_H_1310066083 00013 #define HOMESCREENADAPTOR_H_1310066083 00014 00015 #include <QtCore/QObject> 00016 #include <QtDBus/QtDBus> 00017 class QByteArray; 00018 template<class T> class QList; 00019 template<class Key, class Value> class QMap; 00020 class QString; 00021 class QStringList; 00022 class QVariant; 00023 00024 /* 00025 * Adaptor class for interface com.meego.core.HomeScreen 00026 */ 00027 class HomeScreenAdaptor: public QDBusAbstractAdaptor 00028 { 00029 Q_OBJECT 00030 Q_CLASSINFO("D-Bus Interface", "com.meego.core.HomeScreen") 00031 Q_CLASSINFO("D-Bus Introspection", "" 00032 " <interface name=\"com.meego.core.HomeScreen\">\n" 00033 " <method name=\"showLauncher\">\n" 00034 " <arg direction=\"in\" type=\"s\" name=\"desktopFileEntry\"/>\n" 00035 " </method>\n" 00036 " </interface>\n" 00037 "") 00038 public: 00039 HomeScreenAdaptor(QObject *parent); 00040 virtual ~HomeScreenAdaptor(); 00041 00042 public: // PROPERTIES 00043 public Q_SLOTS: // METHODS 00044 void showLauncher(const QString &desktopFileEntry); 00045 Q_SIGNALS: // SIGNALS 00046 }; 00047 00048 #endif
Copyright © 2011 Nokia Corporation | Generated on Thu Jul 7 2011 22:14:50 Doxygen 1.7.1 |
MeeGo Touch |