tdebluez
gattmanager1Proxy.h
Go to the documentation of this file.
1 // File autogenerated
2 
3 #if !defined(GATTMANAGER1PROXY_H_INCLUDED)
4 #define GATTMANAGER1PROXY_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 
27 class GattManager1Proxy : public TQObject
28 {
29  TQ_OBJECT
30 
31 public:
32  GattManager1Proxy(const TQString& service, const TQString& path, TQObject* parent = 0, const char* name = 0);
33 
34  virtual ~GattManager1Proxy();
35 
36  void setConnection(const TQT_DBusConnection& connection);
37 
38 public:
39  virtual bool RegisterApplication(const TQT_DBusObjectPath& application, const TQMap< TQString, TQT_DBusVariant >& options, TQT_DBusError& error);
40 
41  virtual bool UnregisterApplication(const TQT_DBusObjectPath& application, TQT_DBusError& error);
42 
43 protected:
44  TQT_DBusProxy* m_baseProxy;
45 
46 private: // Hiding copy constructor and assignment operator
49 }; // class GattManager1Proxy
50 
51 }; // namespace bluez
52 
53 }; // namespace org
54 
55 #endif //GATTMANAGER1PROXY_H_INCLUDED
56 
57 // End of File
58 
GattManager1Proxy(const GattManager1Proxy &)
GattManager1Proxy(const TQString &service, const TQString &path, TQObject *parent=0, const char *name=0)
virtual bool UnregisterApplication(const TQT_DBusObjectPath &application, TQT_DBusError &error)
virtual bool RegisterApplication(const TQT_DBusObjectPath &application, const TQMap< TQString, TQT_DBusVariant > &options, TQT_DBusError &error)
GattManager1Proxy & operator=(const GattManager1Proxy &)
void setConnection(const TQT_DBusConnection &connection)