DBus::IntrospectableAdaptor Class Reference
#include <introspection.h>
Inheritance diagram for DBus::IntrospectableAdaptor:

Public Member Functions | |
| IntrospectableAdaptor () | |
| Message | Introspect (const CallMessage &) |
Public Member Functions inherited from DBus::InterfaceAdaptor | |
| InterfaceAdaptor (const std::string &name) | |
| Message | dispatch_method (const CallMessage &) |
| void | emit_signal (const SignalMessage &) |
| Variant * | get_property (const std::string &name) |
| void | set_property (const std::string &name, Variant &value) |
Public Member Functions inherited from DBus::Interface | |
| Interface (const std::string &name) | |
| virtual | ~Interface () |
| const std::string & | name () const |
Public Member Functions inherited from DBus::AdaptorBase | |
| virtual const ObjectAdaptor * | object () const =0 |
Protected Member Functions | |
| IntrospectedInterface * | introspect () const |
Additional Inherited Members | |
Protected Attributes inherited from DBus::InterfaceAdaptor | |
| MethodTable | _methods |
| PropertyTable | _properties |
Protected Attributes inherited from DBus::AdaptorBase | |
| InterfaceAdaptorTable | _interfaces |
Detailed Description
Definition at line 63 of file introspection.h.
Constructor & Destructor Documentation
| IntrospectableAdaptor::IntrospectableAdaptor | ( | ) |
Definition at line 40 of file introspection.cpp.
References Introspect(), and register_method.
Member Function Documentation
| Message IntrospectableAdaptor::Introspect | ( | const CallMessage & | call | ) |
Definition at line 46 of file introspection.cpp.
References DBus::AdaptorBase::_interfaces, DBus::MessageIter::append_string(), DBus::IntrospectedMethod::args, DBus::ObjectAdaptor::child_nodes_from_prefix(), DBus::debug_log, DBus::IntrospectedProperty::name, DBus::IntrospectedInterface::name, DBus::AdaptorBase::object(), DBus::Object::path(), DBus::IntrospectedArgument::type, and DBus::Message::writer().
Referenced by IntrospectableAdaptor().
|
protectedvirtual |
Reimplemented from DBus::InterfaceAdaptor.
Definition at line 147 of file introspection.cpp.
References introspectable_name.
The documentation for this class was generated from the following files:
Public Member Functions inherited from