![]() |
Home · All Namespaces · All Classes |
00001 /* 00002 * This file was generated by qdbusxml2cpp version 0.7 00003 * Command line was: qdbusxml2cpp statusarea.xml -a inputmethodstatusindicatoradaptor -c InputMethodStatusIndicatorAdaptor -l InputMethodStatusIndicator -i statusindicator.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 INPUTMETHODSTATUSINDICATORADAPTOR_H_1273065987 00013 #define INPUTMETHODSTATUSINDICATORADAPTOR_H_1273065987 00014 00015 #include <QtCore/QObject> 00016 #include <QtDBus/QtDBus> 00017 #include "statusindicator.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.MInputMethodStatusIndicator 00027 */ 00028 class InputMethodStatusIndicatorAdaptor: public QDBusAbstractAdaptor 00029 { 00030 Q_OBJECT 00031 Q_CLASSINFO("D-Bus Interface", "com.meego.core.MInputMethodStatusIndicator") 00032 Q_CLASSINFO("D-Bus Introspection", "" 00033 " <interface name=\"com.meego.core.MInputMethodStatusIndicator\">\n" 00034 " <method name=\"setIconID\">\n" 00035 " <arg direction=\"in\" type=\"s\" name=\"iconID\"/>\n" 00036 " </method>\n" 00037 " </interface>\n" 00038 "") 00039 public: 00040 InputMethodStatusIndicatorAdaptor(InputMethodStatusIndicator *parent); 00041 virtual ~InputMethodStatusIndicatorAdaptor(); 00042 00043 inline InputMethodStatusIndicator *parent() const 00044 { return static_cast<InputMethodStatusIndicator *>(QObject::parent()); } 00045 00046 public: // PROPERTIES 00047 public Q_SLOTS: // METHODS 00048 void setIconID(const QString &iconID); 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 |