DBus::PropertiesAdaptor Class Reference

#include <property.h>

Inheritance diagram for DBus::PropertiesAdaptor:

List of all members.

Public Member Functions

 PropertiesAdaptor ()
Message Get (const CallMessage &)
Message Set (const CallMessage &)

Protected Member Functions

virtual void on_get_property (InterfaceAdaptor &, const std::string &, Variant &)
virtual void on_set_property (InterfaceAdaptor &, const std::string &, const Variant &)
IntrospectedInterfaceintrospect () const

Detailed Description

Definition at line 68 of file property.h.


Constructor & Destructor Documentation

PropertiesAdaptor::PropertiesAdaptor (  ) 

Definition at line 37 of file property.cpp.

References Get(), register_method, and Set().


Member Function Documentation

Message PropertiesAdaptor::Get ( const CallMessage call  ) 
IntrospectedInterface * PropertiesAdaptor::introspect (  )  const [protected, virtual]

Reimplemented from DBus::InterfaceAdaptor.

Definition at line 99 of file property.cpp.

References properties_name.

virtual void DBus::PropertiesAdaptor::on_get_property ( InterfaceAdaptor ,
const std::string &  ,
Variant  
) [inline, protected, virtual]

Definition at line 80 of file property.h.

Referenced by Get().

virtual void DBus::PropertiesAdaptor::on_set_property ( InterfaceAdaptor ,
const std::string &  ,
const Variant  
) [inline, protected, virtual]

Definition at line 83 of file property.h.

Referenced by Set().

Message PropertiesAdaptor::Set ( const CallMessage call  ) 

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