DBus::PropertiesProxy Class Reference

#include <property.h>

Inheritance diagram for DBus::PropertiesProxy:
Inheritance graph

List of all members.

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)
- Public Member Functions inherited from DBus::InterfaceProxy
 InterfaceProxy (const std::string &name)
Message invoke_method (const CallMessage &)
bool invoke_method_noreply (const CallMessage &call)
bool dispatch_signal (const SignalMessage &)
- Public Member Functions inherited from DBus::Interface
 Interface (const std::string &name)
virtual ~Interface ()
const std::string & name () const
- Public Member Functions inherited from DBus::ProxyBase
virtual const ObjectProxyobject () const =0

Additional Inherited Members

- Protected Attributes inherited from DBus::InterfaceProxy
SignalTable _signals
- Protected Attributes inherited from DBus::ProxyBase
InterfaceProxyTable _interfaces

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: