tdebluez
healthmanager1Interface.h
Go to the documentation of this file.
1// File autogenerated
2
3#if !defined(HEALTHMANAGER1INTERFACE_H_INCLUDED)
4#define HEALTHMANAGER1INTERFACE_H_INCLUDED
5
6// TQt D-Bus includes
7#include <tqdbuserror.h>
8#include <tqdbusobject.h>
9
10// forward declarations
11class TQDomElement;
12class TQString;
13class TQT_DBusError;
15class TQT_DBusVariant;
16template <typename K, typename V> class TQMap;
17
18namespace org
19{
20namespace bluez
21{
22
23class HealthManager1Interface : public TQT_DBusObjectBase
24{
25public:
27
29
30protected:
32
34
35protected: // implement sending replies
36 virtual void handleMethodReply(const TQT_DBusMessage& reply) = 0;
37
38protected: // usually no need to reimplement
39 virtual bool handleMethodCall(const TQT_DBusMessage& message);
40
42
44
45}; // class HealthManager1Interface
46
47}; // namespace bluez
48
49}; // namespace org
50
51#endif //HEALTHMANAGER1INTERFACE_H_INCLUDED
52
53// End of File
54
TQT_DBusMessage callDestroyApplication(const TQT_DBusMessage &message)
TQT_DBusMessage callCreateApplication(const TQT_DBusMessage &message)
virtual void handleMethodReply(const TQT_DBusMessage &reply)=0
static void buildIntrospectionData(TQDomElement &interfaceElement)
virtual bool CreateApplication(const TQMap< TQString, TQT_DBusVariant > &config, TQT_DBusObjectPath &application, TQT_DBusError &error)=0
virtual bool DestroyApplication(const TQT_DBusObjectPath &application, TQT_DBusError &error)=0
virtual bool handleMethodCall(const TQT_DBusMessage &message)