![]() |
Home · All Namespaces · All Classes |
00001 /* 00002 * This file was generated by qdbusxml2cpp version 0.7 00003 * Command line was: qdbusxml2cpp statusarearenderer.xml -a statusarearendereradaptor -c StatusAreaRendererAdaptor -l StatusAreaRenderer -i statusarearenderer.h 00004 * 00005 * qdbusxml2cpp is Copyright (C) 2010 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 STATUSAREARENDERERADAPTOR_H_1277934288 00013 #define STATUSAREARENDERERADAPTOR_H_1277934288 00014 00015 #include <QtCore/QObject> 00016 #include <QtDBus/QtDBus> 00017 #include "statusarearenderer.h" 00018 class QByteArray; 00019 template<class T> class QList; 00020 template<class Key, class Value> class QMap; 00021 class QString; 00022 class QStringList; 00023 class QVariant; 00024 00025 /* 00026 * Adaptor class for interface com.meego.core.MStatusBar 00027 */ 00028 class StatusAreaRendererAdaptor: public QDBusAbstractAdaptor 00029 { 00030 Q_OBJECT 00031 Q_CLASSINFO("D-Bus Interface", "com.meego.core.MStatusBar") 00032 Q_CLASSINFO("D-Bus Introspection", "" 00033 " <interface name=\"com.meego.core.MStatusBar\">\n" 00034 " <method name=\"sharedPixmapHandle\">\n" 00035 " <arg direction=\"out\" type=\"u\" name=\"handle\"/>\n" 00036 " </method>\n" 00037 " </interface>\n" 00038 "") 00039 public: 00040 StatusAreaRendererAdaptor(StatusAreaRenderer *parent); 00041 virtual ~StatusAreaRendererAdaptor(); 00042 00043 inline StatusAreaRenderer *parent() const 00044 { return static_cast<StatusAreaRenderer *>(QObject::parent()); } 00045 00046 public: // PROPERTIES 00047 public Q_SLOTS: // METHODS 00048 uint sharedPixmapHandle(); 00049 Q_SIGNALS: // SIGNALS 00050 }; 00051 00052 #endif
Copyright © 2011 Nokia Corporation | Generated on Tue Aug 30 2011 16:38:12 Doxygen 1.7.1 |
MeeGo Touch |