|
tdebluez
|
Inheritance diagram for DBusBaseNode::Private:Public Member Functions | |
| virtual | ~Private () |
| virtual | ~Private () |
Public Member Functions inherited from org::freedesktop::DBus::IntrospectableInterface | |
| virtual | ~IntrospectableInterface () |
| virtual | ~IntrospectableInterface () |
Public Attributes | |
| TQMap< TQString, TQT_DBusObjectBase * > | interfaces |
| TQString | introspectionData |
| TQT_DBusConnection | connection |
| TQString | objectPath |
| TQStringList | childrenNodes |
Protected Member Functions | |
| virtual bool | Introspect (TQString &data, TQT_DBusError &error) |
| virtual void | handleMethodReply (const TQT_DBusMessage &reply) |
| virtual bool | Introspect (TQString &data, TQT_DBusError &error) |
| virtual void | handleMethodReply (const TQT_DBusMessage &reply) |
Protected Member Functions inherited from org::freedesktop::DBus::IntrospectableInterface | |
| virtual bool | Introspect (TQString &xml, TQT_DBusError &error)=0 |
| virtual void | handleMethodReply (const TQT_DBusMessage &reply)=0 |
| virtual bool | handleMethodCall (const TQT_DBusMessage &message) |
| TQT_DBusMessage | callIntrospect (const TQT_DBusMessage &message) |
| virtual bool | Introspect (TQString &xml, TQT_DBusError &error)=0 |
| virtual void | handleMethodReply (const TQT_DBusMessage &reply)=0 |
| virtual bool | handleMethodCall (const TQT_DBusMessage &message) |
| TQT_DBusMessage | callIntrospect (const TQT_DBusMessage &message) |
Private Member Functions | |
| void | cacheIntrospectionData () |
| void | cacheIntrospectionData () |
Additional Inherited Members | |
Static Public Member Functions inherited from org::freedesktop::DBus::IntrospectableInterface | |
| static void | buildIntrospectionData (TQDomElement &interfaceElement) |
| static const TQCString | interface () |
| static void | buildIntrospectionData (TQDomElement &interfaceElement) |
| static const TQCString | interface () |
Definition at line 21 of file libtdebluez/interfaces/dbusbaseNode.cpp.
|
virtual |
Definition at line 104 of file libtdebluez/interfaces/dbusbaseNode.cpp.
References org::freedesktop::DBus::IntrospectableInterface::interface(), and interfaces.
|
virtual |
|
private |
Definition at line 132 of file libtdebluez/interfaces/dbusbaseNode.cpp.
References org::freedesktop::DBus::IntrospectableInterface::buildIntrospectionData().
|
private |
|
protectedvirtual |
Implements org::freedesktop::DBus::IntrospectableInterface.
Definition at line 127 of file libtdebluez/interfaces/dbusbaseNode.cpp.
|
protectedvirtual |
Implements org::freedesktop::DBus::IntrospectableInterface.
|
protectedvirtual |
Implements org::freedesktop::DBus::IntrospectableInterface.
Definition at line 117 of file libtdebluez/interfaces/dbusbaseNode.cpp.
|
protectedvirtual |
Implements org::freedesktop::DBus::IntrospectableInterface.
| TQStringList DBusBaseNode::Private::childrenNodes |
Definition at line 32 of file libtdebluez/interfaces/dbusbaseNode.cpp.
| TQT_DBusConnection DBusBaseNode::Private::connection |
Definition at line 30 of file libtdebluez/interfaces/dbusbaseNode.cpp.
| TQMap< TQString, TQT_DBusObjectBase * > DBusBaseNode::Private::interfaces |
Definition at line 27 of file libtdebluez/interfaces/dbusbaseNode.cpp.
| TQString DBusBaseNode::Private::introspectionData |
Definition at line 28 of file libtdebluez/interfaces/dbusbaseNode.cpp.
| TQString DBusBaseNode::Private::objectPath |
Definition at line 31 of file libtdebluez/interfaces/dbusbaseNode.cpp.