#include <interface.h>

Public Member Functions | |
| virtual const ObjectProxy * | object () const =0 |
Protected Member Functions | |
| InterfaceProxy * | find_interface (const std::string &name) |
| virtual | ~ProxyBase () |
| virtual Message | _invoke_method (CallMessage &)=0 |
| virtual bool | _invoke_method_noreply (CallMessage &call)=0 |
Protected Attributes | |
| InterfaceProxyTable | _interfaces |
Definition at line 84 of file interface.h.
| virtual DBus::ProxyBase::~ProxyBase | ( | ) | [inline, protected, virtual] |
Definition at line 94 of file interface.h.
| virtual Message DBus::ProxyBase::_invoke_method | ( | CallMessage & | ) | [protected, pure virtual] |
Referenced by DBus::InterfaceProxy::invoke_method().
| virtual bool DBus::ProxyBase::_invoke_method_noreply | ( | CallMessage & | call | ) | [protected, pure virtual] |
Referenced by DBus::InterfaceProxy::invoke_method_noreply().
| InterfaceProxy * ProxyBase::find_interface | ( | const std::string & | name | ) | [protected] |
| virtual const ObjectProxy* DBus::ProxyBase::object | ( | ) | const [pure virtual] |
Implemented in DBus::ObjectProxy.
InterfaceProxyTable DBus::ProxyBase::_interfaces [protected] |
Definition at line 101 of file interface.h.
Referenced by find_interface(), and DBus::InterfaceProxy::InterfaceProxy().
1.5.9