tdebluez
|
Public Member Functions | |
virtual | ~Private () |
virtual | ~Private () |
![]() | |
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) |
![]() | |
virtual bool | handleMethodCall (const TQT_DBusMessage &message) |
TQT_DBusMessage | callIntrospect (const TQT_DBusMessage &message) |
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 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.