tdebluez
synchronization1Interface.h
Go to the documentation of this file.
1// File autogenerated
2
3#if !defined(SYNCHRONIZATION1INTERFACE_H_INCLUDED)
4#define SYNCHRONIZATION1INTERFACE_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;
15
16namespace org
17{
18namespace bluez
19{
20namespace obex
21{
22
23class Synchronization1Interface : public TQT_DBusObjectBase
24{
25public:
27
29
30 static const TQCString interface() { return TQCString("org.bluez.obex.Synchronization1"); }
31
32protected:
33 virtual bool SetLocation(const TQString& location, TQT_DBusError& error) = 0;
34
36
38
39protected: // implement sending replies
40 virtual void handleMethodReply(const TQT_DBusMessage& reply) = 0;
41
42protected: // usually no need to reimplement
43 virtual bool handleMethodCall(const TQT_DBusMessage& message);
44
46
48
50
51}; // class Synchronization1Interface
52
53}; // namespace obex
54
55}; // namespace bluez
56
57}; // namespace org
58
59#endif //SYNCHRONIZATION1INTERFACE_H_INCLUDED
60
61// End of File
62
TQT_DBusMessage callSetLocation(const TQT_DBusMessage &message)
TQT_DBusMessage callPutPhonebook(const TQT_DBusMessage &message)
virtual void handleMethodReply(const TQT_DBusMessage &reply)=0
virtual bool SetLocation(const TQString &location, TQT_DBusError &error)=0
virtual bool GetPhonebook(TQT_DBusObjectPath &phonebook, const TQString &sourcefile, const TQString &targetfile, TQT_DBusError &error)=0
virtual bool PutPhonebook(const TQString &sourcefile, TQT_DBusError &error)=0
virtual bool handleMethodCall(const TQT_DBusMessage &message)
TQT_DBusMessage callGetPhonebook(const TQT_DBusMessage &message)
static void buildIntrospectionData(TQDomElement &interfaceElement)