DBus::PropertiesProxy Class Reference
#include <property.h>
Inheritance diagram for DBus::PropertiesProxy:
Public Member Functions | |
PropertiesProxy () | |
Variant | Get (const std::string &interface, const std::string &property) |
void | Set (const std::string &interface, const std::string &property, const Variant &value) |
Detailed Description
Definition at line 89 of file property.h.
Constructor & Destructor Documentation
PropertiesProxy::PropertiesProxy | ( | ) |
Definition at line 139 of file property.cpp.
Member Function Documentation
Variant PropertiesProxy::Get | ( | const std::string & | interface, | |
const std::string & | property | |||
) |
Definition at line 144 of file property.cpp.
void PropertiesProxy::Set | ( | const std::string & | interface, | |
const std::string & | property, | |||
const Variant & | value | |||
) |
Definition at line 151 of file property.cpp.
The documentation for this class was generated from the following files: