tdebluez
libtdebluez/interfaces/objectmanagerProxy.h
Go to the documentation of this file.
1// File autogenerated
2
3#if !defined(OBJECTMANAGERPROXY_H_INCLUDED)
4#define OBJECTMANAGERPROXY_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 TQStringList;
15class TQT_DBusConnection;
16class TQT_DBusError;
17class TQT_DBusMessage;
18class TQT_DBusObjectPath;
19class TQT_DBusProxy;
20template <typename K> class TQT_DBusDataMap;
21
22namespace org
23{
24namespace freedesktop
25{
26namespace DBus
27{
28
29class ObjectManagerProxy : public TQObject
30{
31 TQ_OBJECT
32
33public:
34 ObjectManagerProxy(const TQString& service, const TQString& path, TQObject* parent = 0, const char* name = 0);
35
36 virtual ~ObjectManagerProxy();
37
38 void setConnection(const TQT_DBusConnection& connection);
39
40signals:
41 void InterfacesAdded(const TQT_DBusObjectPath& object, const TQT_DBusDataMap< TQString >& interfaces);
42
43 void InterfacesRemoved(const TQT_DBusObjectPath& object, const TQStringList& interfaces);
44
45
46public:
47 virtual bool GetManagedObjects(TQT_DBusDataMap< TQT_DBusObjectPath >& objects, TQT_DBusError& error);
48
49protected slots: // usually no need to reimplement
50 virtual void slotHandleDBusSignal(const TQT_DBusMessage& message);
51
52protected:
53 TQT_DBusProxy* m_baseProxy;
54
55private: // Hiding copy constructor and assignment operator
58}; // class ObjectManagerProxy
59
60}; // namespace DBus
61
62}; // namespace freedesktop
63
64}; // namespace org
65
66#endif //OBJECTMANAGERPROXY_H_INCLUDED
67
68// End of File
69
ObjectManagerProxy(const TQString &service, const TQString &path, TQObject *parent=0, const char *name=0)
virtual void slotHandleDBusSignal(const TQT_DBusMessage &message)
virtual bool GetManagedObjects(TQT_DBusDataMap< TQT_DBusObjectPath > &objects, TQT_DBusError &error)
void InterfacesAdded(const TQT_DBusObjectPath &object, const TQT_DBusDataMap< TQString > &interfaces)
ObjectManagerProxy(const ObjectManagerProxy &)
void InterfacesRemoved(const TQT_DBusObjectPath &object, const TQStringList &interfaces)
ObjectManagerProxy & operator=(const ObjectManagerProxy &)