DBus::InterfaceProxy Class Reference

#include <interface.h>

Inheritance diagram for DBus::InterfaceProxy:

List of all members.

Public Member Functions

 InterfaceProxy (const std::string &name)
Message invoke_method (const CallMessage &)
bool invoke_method_noreply (const CallMessage &call)
bool dispatch_signal (const SignalMessage &)

Protected Attributes

SignalTable _signals

Detailed Description

Definition at line 163 of file interface.h.


Constructor & Destructor Documentation

InterfaceProxy::InterfaceProxy ( const std::string &  name  ) 

Definition at line 123 of file interface.cpp.

References DBus::ProxyBase::_interfaces, and DBus::debug_log.


Member Function Documentation

bool InterfaceProxy::dispatch_signal ( const SignalMessage msg  ) 

Definition at line 131 of file interface.cpp.

References _signals, DBus::SignalMessage::member(), and DBus::Interface::name().

Message InterfaceProxy::invoke_method ( const CallMessage call  ) 
bool InterfaceProxy::invoke_method_noreply ( const CallMessage call  ) 

Member Data Documentation

Definition at line 177 of file interface.h.

Referenced by dispatch_signal().


The documentation for this class was generated from the following files: