tdebluez
objectpush1Proxy.h
Go to the documentation of this file.
1// File autogenerated
2
3#if !defined(OBJECTPUSH1PROXY_H_INCLUDED)
4#define OBJECTPUSH1PROXY_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;
15class TQT_DBusError;
16class TQT_DBusMessage;
18class TQT_DBusProxy;
19class TQT_DBusVariant;
20template <typename K, typename V> class TQMap;
21
22namespace org
23{
24namespace bluez
25{
26namespace obex
27{
28
29class ObjectPush1Proxy : public TQObject
30{
32
33public:
34 ObjectPush1Proxy(const TQString& service, const TQString& path, TQObject* parent = 0, const char* name = 0);
35
36 virtual ~ObjectPush1Proxy();
37
38 void setConnection(const TQT_DBusConnection& connection);
39
40public:
42
44
46
47protected:
49
50private: // Hiding copy constructor and assignment operator
53}; // class ObjectPush1Proxy
54
55}; // namespace obex
56
57}; // namespace bluez
58
59}; // namespace org
60
61#endif //OBJECTPUSH1PROXY_H_INCLUDED
62
63// End of File
64
ObjectPush1Proxy & operator=(const ObjectPush1Proxy &)
virtual bool ExchangeBusinessCards(const TQString &clientfile, const TQString &targetfile, TQT_DBusObjectPath &transfer, TQMap< TQString, TQT_DBusVariant > &properties, TQT_DBusError &error)
void setConnection(const TQT_DBusConnection &connection)
virtual bool PullBusinessCard(const TQString &targetfile, TQT_DBusObjectPath &transfer, TQMap< TQString, TQT_DBusVariant > &properties, TQT_DBusError &error)
ObjectPush1Proxy(const ObjectPush1Proxy &)
virtual bool SendFile(const TQString &sourcefile, TQT_DBusObjectPath &transfer, TQMap< TQString, TQT_DBusVariant > &properties, TQT_DBusError &error)