qt5
Last change
on this file since 6831c6a was
6831c6a,
checked in by hanzes <hanzes@…>, 13 years ago
|
Alarm dbus connection added
|
-
Property mode set to
100644
|
File size:
1.3 KB
|
Line | |
---|
1 | /* |
---|
2 | * This file was generated by dbusxml2cpp version 0.6 |
---|
3 | * Command line was: dbusxml2cpp -c CarAdaptor -a car_adaptor_p.h:car_adaptor.cpp car.xml |
---|
4 | * |
---|
5 | * dbusxml2cpp is Copyright (C) 2008 Nokia Corporation and/or its subsidiary(-ies). |
---|
6 | * |
---|
7 | * This is an auto-generated file. |
---|
8 | * This file may have been hand-edited. Look for HAND-EDIT comments |
---|
9 | * before re-generating it. |
---|
10 | */ |
---|
11 | |
---|
12 | #ifndef ALARM_DBUS_ADAPTOR_P_H |
---|
13 | #define ALARM_DBUS_ADAPTOR_P_H |
---|
14 | |
---|
15 | #include <QtCore/QObject> |
---|
16 | #include <QtDBus/QtDBus> |
---|
17 | |
---|
18 | QT_BEGIN_NAMESPACE |
---|
19 | class QByteArray; |
---|
20 | template<class T> class QList; |
---|
21 | template<class Key, class Value> class QMap; |
---|
22 | class QString; |
---|
23 | class QStringList; |
---|
24 | class QVariant; |
---|
25 | QT_END_NAMESPACE |
---|
26 | |
---|
27 | /* |
---|
28 | * Adaptor class for interface com.trolltech.Examples.CarInterface |
---|
29 | */ |
---|
30 | class AlarmDBusAdaptor: public QDBusAbstractAdaptor |
---|
31 | { |
---|
32 | Q_OBJECT |
---|
33 | Q_CLASSINFO("D-Bus Interface", "org.fosdem.schedule.AlarmInterface") |
---|
34 | Q_CLASSINFO("D-Bus Introspection", "" |
---|
35 | " <interface name=\"org.fosdem.schedule.AlarmInterface\" >\n" |
---|
36 | " <method name=\"Alarm\">\n" |
---|
37 | " <arg name=\"aEventId\" type=\"i\" direction=\"in\"/>\n" |
---|
38 | " </method>\n" |
---|
39 | " </interface>\n" |
---|
40 | "") |
---|
41 | public: |
---|
42 | AlarmDBusAdaptor(QObject *parent); |
---|
43 | virtual ~AlarmDBusAdaptor(); |
---|
44 | |
---|
45 | public: // PROPERTIES |
---|
46 | public Q_SLOTS: // METHODS |
---|
47 | void Alarm(int aEventId); |
---|
48 | }; |
---|
49 | |
---|
50 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.