DBus::PropertiesAdaptor Class Reference
#include <property.h>
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 &) |
IntrospectedInterface * | introspect () 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 | ) |
Definition at line 44 of file property.cpp.
References DBus::debug_log, DBus::AdaptorBase::find_interface(), on_get_property(), DBus::Message::reader(), and DBus::Message::writer().
Referenced by PropertiesAdaptor().
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 | ) |
Definition at line 75 of file property.cpp.
References DBus::AdaptorBase::find_interface(), on_set_property(), DBus::Message::reader(), and DBus::InterfaceAdaptor::set_property().
Referenced by PropertiesAdaptor().
The documentation for this class was generated from the following files: