|
tdebluez
|
#include <objectmanagerProxy.h>
Inheritance diagram for org::freedesktop::DBus::ObjectManagerProxy:Signals | |
| void | InterfacesAdded (const TQT_DBusObjectPath &object, const TQT_DBusDataMap< TQString > &interfaces) |
| void | InterfacesRemoved (const TQT_DBusObjectPath &object, const TQStringList &interfaces) |
| void | InterfacesAdded (const TQT_DBusObjectPath &object, const TQT_DBusDataMap< TQString > &interfaces) |
| void | InterfacesRemoved (const TQT_DBusObjectPath &object, const TQStringList &interfaces) |
Public Member Functions | |
| ObjectManagerProxy (const TQString &service, const TQString &path, TQObject *parent=0, const char *name=0) | |
| virtual | ~ObjectManagerProxy () |
| void | setConnection (const TQT_DBusConnection &connection) |
| virtual bool | GetManagedObjects (TQT_DBusDataMap< TQT_DBusObjectPath > &objects, TQT_DBusError &error) |
| ObjectManagerProxy (const TQString &service, const TQString &path, TQObject *parent=0, const char *name=0) | |
| virtual | ~ObjectManagerProxy () |
| void | setConnection (const TQT_DBusConnection &connection) |
| virtual bool | GetManagedObjects (TQT_DBusDataMap< TQT_DBusObjectPath > &objects, TQT_DBusError &error) |
Protected Slots | |
| virtual void | slotHandleDBusSignal (const TQT_DBusMessage &message) |
| virtual void | slotHandleDBusSignal (const TQT_DBusMessage &message) |
Protected Attributes | |
| TQT_DBusProxy * | m_baseProxy |
Private Member Functions | |
| ObjectManagerProxy (const ObjectManagerProxy &) | |
| ObjectManagerProxy & | operator= (const ObjectManagerProxy &) |
| ObjectManagerProxy (const ObjectManagerProxy &) | |
| ObjectManagerProxy & | operator= (const ObjectManagerProxy &) |
Definition at line 29 of file libtdebluez/interfaces/objectmanagerProxy.h.
| org::freedesktop::DBus::ObjectManagerProxy::ObjectManagerProxy | ( | const TQString & | service, |
| const TQString & | path, | ||
| TQObject * | parent = 0, |
||
| const char * | name = 0 |
||
| ) |
Definition at line 27 of file libtdebluez/interfaces/objectmanagerProxy.cpp.
References m_baseProxy, and slotHandleDBusSignal().
|
virtual |
Definition at line 39 of file libtdebluez/interfaces/objectmanagerProxy.cpp.
References m_baseProxy.
|
private |
| org::freedesktop::DBus::ObjectManagerProxy::ObjectManagerProxy | ( | const TQString & | service, |
| const TQString & | path, | ||
| TQObject * | parent = 0, |
||
| const char * | name = 0 |
||
| ) |
|
virtual |
|
private |
|
virtual |
Definition at line 49 of file libtdebluez/interfaces/objectmanagerProxy.cpp.
References m_baseProxy.
|
virtual |
|
signal |
|
signal |
|
signal |
|
signal |
|
private |
|
private |
| void org::freedesktop::DBus::ObjectManagerProxy::setConnection | ( | const TQT_DBusConnection & | connection | ) |
Definition at line 44 of file libtdebluez/interfaces/objectmanagerProxy.cpp.
References m_baseProxy.
| void org::freedesktop::DBus::ObjectManagerProxy::setConnection | ( | const TQT_DBusConnection & | connection | ) |
|
protectedvirtualslot |
Definition at line 68 of file libtdebluez/interfaces/objectmanagerProxy.cpp.
References InterfacesAdded(), and InterfacesRemoved().
|
protectedvirtualslot |
|
protected |
Definition at line 53 of file libtdebluez/interfaces/objectmanagerProxy.h.