tdebluez
synchronization1Proxy.h
Go to the documentation of this file.
1// File autogenerated
2
3#if !defined(SYNCHRONIZATION1PROXY_H_INCLUDED)
4#define SYNCHRONIZATION1PROXY_H_INCLUDED
5
6// TQt includes
7#include <tqobject.h>
8
9// TQt D-Bus includes
10#include <tqdbuserror.h>
11
12// forward declarations
13class TQString;
14class TQT_DBusConnection;
15class TQT_DBusError;
16class TQT_DBusMessage;
17class TQT_DBusObjectPath;
18class TQT_DBusProxy;
19
20namespace org
21{
22namespace bluez
23{
24namespace obex
25{
26
27class Synchronization1Proxy : public TQObject
28{
29 TQ_OBJECT
30
31public:
32 Synchronization1Proxy(const TQString& service, const TQString& path, TQObject* parent = 0, const char* name = 0);
33
34 virtual ~Synchronization1Proxy();
35
36 void setConnection(const TQT_DBusConnection& connection);
37
38public:
39 virtual bool SetLocation(const TQString& location, TQT_DBusError& error);
40
41 virtual bool GetPhonebook(TQT_DBusObjectPath& phonebook, const TQString& sourcefile, const TQString& targetfile, TQT_DBusError& error);
42
43 virtual bool PutPhonebook(const TQString& sourcefile, TQT_DBusError& error);
44
45protected:
46 TQT_DBusProxy* m_baseProxy;
47
48private: // Hiding copy constructor and assignment operator
51}; // class Synchronization1Proxy
52
53}; // namespace obex
54
55}; // namespace bluez
56
57}; // namespace org
58
59#endif //SYNCHRONIZATION1PROXY_H_INCLUDED
60
61// End of File
62
virtual bool PutPhonebook(const TQString &sourcefile, TQT_DBusError &error)
virtual bool GetPhonebook(TQT_DBusObjectPath &phonebook, const TQString &sourcefile, const TQString &targetfile, TQT_DBusError &error)
void setConnection(const TQT_DBusConnection &connection)
Synchronization1Proxy(const Synchronization1Proxy &)
Synchronization1Proxy & operator=(const Synchronization1Proxy &)
virtual bool SetLocation(const TQString &location, TQT_DBusError &error)
Synchronization1Proxy(const TQString &service, const TQString &path, TQObject *parent=0, const char *name=0)