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
13 class TQString;
14 class TQT_DBusConnection;
15 class TQT_DBusError;
16 class TQT_DBusMessage;
17 class TQT_DBusObjectPath;
18 class TQT_DBusProxy;
19 class TQT_DBusVariant;
20 template <typename K, typename V> class TQMap;
21 
22 namespace org
23 {
24 namespace bluez
25 {
26 namespace obex
27 {
28 
29 class ObjectPush1Proxy : public TQObject
30 {
31  TQ_OBJECT
32 
33 public:
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 
40 public:
41  virtual bool SendFile(const TQString& sourcefile, TQT_DBusObjectPath& transfer, TQMap< TQString, TQT_DBusVariant >& properties, TQT_DBusError& error);
42 
43  virtual bool PullBusinessCard(const TQString& targetfile, TQT_DBusObjectPath& transfer, TQMap< TQString, TQT_DBusVariant >& properties, TQT_DBusError& error);
44 
45  virtual bool ExchangeBusinessCards(const TQString& clientfile, const TQString& targetfile, TQT_DBusObjectPath& transfer, TQMap< TQString, TQT_DBusVariant >& properties, TQT_DBusError& error);
46 
47 protected:
48  TQT_DBusProxy* m_baseProxy;
49 
50 private: // 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 
virtual bool ExchangeBusinessCards(const TQString &clientfile, const TQString &targetfile, TQT_DBusObjectPath &transfer, TQMap< TQString, TQT_DBusVariant > &properties, TQT_DBusError &error)
ObjectPush1Proxy & operator=(const ObjectPush1Proxy &)
void setConnection(const TQT_DBusConnection &connection)
ObjectPush1Proxy(const TQString &service, const TQString &path, TQObject *parent=0, const char *name=0)
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)