#include <object.h>
Classes | |
class | Continuation |
Public Member Functions | |
ObjectAdaptor (Connection &conn, const Path &path) | |
~ObjectAdaptor () | |
const ObjectAdaptor * | object () const |
Static Public Member Functions | |
static ObjectAdaptor * | from_path (const Path &path) |
static ObjectAdaptorPList | from_path_prefix (const std::string &prefix) |
static ObjectPathList | child_nodes_from_prefix (const std::string &prefix) |
Protected Member Functions | |
void | return_later (const Tag *tag) |
void | return_now (Continuation *ret) |
void | return_error (Continuation *ret, const Error error) |
Continuation * | find_continuation (const Tag *tag) |
Definition at line 105 of file object.h.
ObjectAdaptor::ObjectAdaptor | ( | Connection & | conn, | |
const Path & | path | |||
) |
Definition at line 151 of file object.cpp.
ObjectAdaptor::~ObjectAdaptor | ( | ) |
Definition at line 157 of file object.cpp.
ObjectPathList ObjectAdaptor::child_nodes_from_prefix | ( | const std::string & | prefix | ) | [static] |
ObjectAdaptor::Continuation * ObjectAdaptor::find_continuation | ( | const Tag * | tag | ) | [protected] |
Definition at line 266 of file object.cpp.
ObjectAdaptor * ObjectAdaptor::from_path | ( | const Path & | path | ) | [static] |
Definition at line 97 of file object.cpp.
ObjectAdaptorPList ObjectAdaptor::from_path_prefix | ( | const std::string & | prefix | ) | [static] |
Definition at line 107 of file object.cpp.
const ObjectAdaptor * DBus::ObjectAdaptor::object | ( | ) | const [inline, virtual] |
void ObjectAdaptor::return_error | ( | Continuation * | ret, | |
const Error | error | |||
) | [protected] |
Definition at line 255 of file object.cpp.
References DBus::Error::message(), DBus::Error::name(), and DBus::Connection::send().
void ObjectAdaptor::return_later | ( | const Tag * | tag | ) | [protected] |
Definition at line 238 of file object.cpp.
void ObjectAdaptor::return_now | ( | Continuation * | ret | ) | [protected] |