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
13class TQString;
14class TQT_DBusConnection;
15class TQT_DBusError;
16class TQT_DBusMessage;
17class TQT_DBusObjectPath;
18class TQT_DBusProxy;
19class TQT_DBusVariant;
20template <typename K, typename V> class TQMap;
21
22namespace org
23{
24namespace bluez
25{
26
27class GattManager1Proxy : public TQObject
28{
29 TQ_OBJECT
30
31public:
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
38public:
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
43protected:
44 TQT_DBusProxy* m_baseProxy;
45
46private: // 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 & operator=(const GattManager1Proxy &)
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)
void setConnection(const TQT_DBusConnection &connection)