tdebluez
session1Proxy.h
Go to the documentation of this file.
1 // File autogenerated
2 
3 #if !defined(SESSION1PROXY_H_INCLUDED)
4 #define SESSION1PROXY_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_DBusProxy;
18 class TQT_DBusVariant;
19 
20 namespace org
21 {
22 namespace bluez
23 {
24 namespace obex
25 {
26 
27 class Session1Proxy : public TQObject
28 {
29  TQ_OBJECT
30 
31 public:
32  Session1Proxy(const TQString& service, const TQString& path, TQObject* parent = 0, const char* name = 0);
33 
34  virtual ~Session1Proxy();
35 
36  void setConnection(const TQT_DBusConnection& connection);
37 
38 public:
39  virtual bool GetCapabilities(TQString& capabilities, TQT_DBusError& error);
40 
41 public:
42  virtual void setDBusProperty(const TQString& name, const TQT_DBusVariant& variant, TQT_DBusError& error);
43  virtual TQT_DBusVariant getDBusProperty(const TQString& name, TQT_DBusError& error) const;
44 
45  virtual TQString getSource(TQT_DBusError& error) const;
46 
47  virtual TQString getDestination(TQT_DBusError& error) const;
48 
49  virtual bool getChannel(TQT_DBusError& error) const;
50 
51  virtual TQString getTarget(TQT_DBusError& error) const;
52 
53  virtual TQString getRoot(TQT_DBusError& error) const;
54 
55 protected:
56  TQT_DBusProxy* m_baseProxy;
57 
58 private: // Hiding copy constructor and assignment operator
61 }; // class Session1Proxy
62 
63 }; // namespace obex
64 
65 }; // namespace bluez
66 
67 }; // namespace org
68 
69 #endif //SESSION1PROXY_H_INCLUDED
70 
71 // End of File
72 
virtual void setDBusProperty(const TQString &name, const TQT_DBusVariant &variant, TQT_DBusError &error)
void setConnection(const TQT_DBusConnection &connection)
Session1Proxy(const Session1Proxy &)
Session1Proxy & operator=(const Session1Proxy &)
virtual bool getChannel(TQT_DBusError &error) const
virtual TQString getRoot(TQT_DBusError &error) const
virtual TQString getTarget(TQT_DBusError &error) const
virtual TQString getDestination(TQT_DBusError &error) const
virtual bool GetCapabilities(TQString &capabilities, TQT_DBusError &error)
Session1Proxy(const TQString &service, const TQString &path, TQObject *parent=0, const char *name=0)
virtual TQT_DBusVariant getDBusProperty(const TQString &name, TQT_DBusError &error) const
virtual TQString getSource(TQT_DBusError &error) const