DBus::signal_proxy_simple Class Reference
#include <signal_proxy_base.h>
List of all members.
Public Types |
typedef DBusCxxPointer
< signal_proxy_base > | pointer |
Public Member Functions |
| signal_proxy_simple (const std::string &path, const std::string &interface, const std::string &name) |
| signal_proxy_simple (const std::string &interface, const std::string &name) |
| signal_proxy_simple (DBusCxxPointer< Connection > connection, const std::string &path, const std::string &interface, const std::string &name) |
| signal_proxy_simple (DBusCxxPointer< Connection > connection, const std::string &interface, const std::string &name) |
| signal_proxy_simple (const signal_proxy_simple &other) |
virtual | ~signal_proxy_simple () |
virtual signal_base::pointer | clone () |
| This method is needed to be able to create a duplicate of a child capable of parsing their specific template type message.
|
Static Public Member Functions |
static pointer | create (const std::string &path, const std::string &interface, const std::string &name) |
static pointer | create (const std::string &interface, const std::string &name) |
static pointer | create (DBusCxxPointer< Connection > connection, const std::string &path, const std::string &interface, const std::string &name) |
static pointer | create (DBusCxxPointer< Connection > connection, const std::string &interface, const std::string &name) |
static pointer | create (const signal_proxy_simple &other) |
Member Typedef Documentation
Constructor & Destructor Documentation
DBus::signal_proxy_simple::signal_proxy_simple |
( |
const std::string & |
path, |
|
|
const std::string & |
interface, |
|
|
const std::string & |
name | |
|
) |
| | |
DBus::signal_proxy_simple::signal_proxy_simple |
( |
const std::string & |
interface, |
|
|
const std::string & |
name | |
|
) |
| | |
DBus::signal_proxy_simple::signal_proxy_simple |
( |
DBusCxxPointer< Connection > |
connection, |
|
|
const std::string & |
path, |
|
|
const std::string & |
interface, |
|
|
const std::string & |
name | |
|
) |
| | |
DBus::signal_proxy_simple::signal_proxy_simple |
( |
DBusCxxPointer< Connection > |
connection, |
|
|
const std::string & |
interface, |
|
|
const std::string & |
name | |
|
) |
| | |
DBus::signal_proxy_simple::~signal_proxy_simple |
( |
|
) |
[virtual] |
Member Function Documentation
signal_proxy_simple::pointer DBus::signal_proxy_simple::create |
( |
DBusCxxPointer< Connection > |
connection, |
|
|
const std::string & |
path, |
|
|
const std::string & |
interface, |
|
|
const std::string & |
name | |
|
) |
| | [static] |
signal_proxy_simple::pointer DBus::signal_proxy_simple::create |
( |
const std::string & |
path, |
|
|
const std::string & |
interface, |
|
|
const std::string & |
name | |
|
) |
| | [static] |
The documentation for this class was generated from the following files: