![]() |
Home · All Namespaces · All Classes |
00001 /* 00002 * This file was generated by qdbusxml2cpp version 0.7 00003 * Command line was: qdbusxml2cpp screenlockbusinesslogic.xml -a screenlockbusinesslogicadaptor -c ScreenLockBusinessLogicAdaptor -l ScreenLockBusinessLogic -i screenlockbusinesslogic.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 SCREENLOCKBUSINESSLOGICADAPTOR_H_1314711481 00013 #define SCREENLOCKBUSINESSLOGICADAPTOR_H_1314711481 00014 00015 #include <QtCore/QObject> 00016 #include <QtDBus/QtDBus> 00017 #include "screenlockbusinesslogic.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.nokia.system_ui.request 00028 */ 00029 class ScreenLockBusinessLogicAdaptor: public QDBusAbstractAdaptor 00030 { 00031 Q_OBJECT 00032 Q_CLASSINFO("D-Bus Interface", "com.nokia.system_ui.request") 00033 Q_CLASSINFO("D-Bus Introspection", "" 00034 " <interface name=\"com.nokia.system_ui.request\">\n" 00035 " <method name=\"tklock_open\">\n" 00036 " <arg direction=\"in\" type=\"s\" name=\"service\"/>\n" 00037 " <arg direction=\"in\" type=\"s\" name=\"path\"/>\n" 00038 " <arg direction=\"in\" type=\"s\" name=\"interface\"/>\n" 00039 " <arg direction=\"in\" type=\"s\" name=\"method\"/>\n" 00040 " <arg direction=\"in\" type=\"u\" name=\"mode\"/>\n" 00041 " <arg direction=\"in\" type=\"b\" name=\"silent\"/>\n" 00042 " <arg direction=\"in\" type=\"b\" name=\"flicker\"/>\n" 00043 " <arg direction=\"out\" type=\"i\" name=\"status\"/>\n" 00044 " </method>\n" 00045 " <method name=\"tklock_close\">\n" 00046 " <arg direction=\"in\" type=\"b\" name=\"silent\"/>\n" 00047 " <arg direction=\"out\" type=\"i\" name=\"status\"/>\n" 00048 " </method>\n" 00049 " </interface>\n" 00050 "") 00051 public: 00052 ScreenLockBusinessLogicAdaptor(ScreenLockBusinessLogic *parent); 00053 virtual ~ScreenLockBusinessLogicAdaptor(); 00054 00055 inline ScreenLockBusinessLogic *parent() const 00056 { return static_cast<ScreenLockBusinessLogic *>(QObject::parent()); } 00057 00058 public: // PROPERTIES 00059 public Q_SLOTS: // METHODS 00060 int tklock_close(bool silent); 00061 int tklock_open(const QString &service, const QString &path, const QString &interface, const QString &method, uint mode, bool silent, bool flicker); 00062 Q_SIGNALS: // SIGNALS 00063 }; 00064 00065 #endif
Copyright © 2011 Nokia Corporation | Generated on Tue Aug 30 2011 16:38:12 Doxygen 1.7.1 |
MeeGo Touch |