required interface for a signal emitter
Definition at line 45 of file service-maker/includes/signal_emitter.hpp.
|
| virtual | ~IActionOwner () |
| |
| virtual std::vector< std::string > | list ()=0 |
| | list the name of actions supported by this emitter More...
|
| |
| virtual void | onAttached (SignalEmitter *emitter, const std::string &action, const std::string &object)=0 |
| | Callback to be triggered when the emitter is attached. More...
|
| |
| virtual | ~IActionOwner () |
| |
| virtual std::vector< std::string > | list ()=0 |
| | list the name of actions supported by this emitter More...
|
| |
| virtual void | onAttached (SignalEmitter *emitter, const std::string &action, const std::string &object)=0 |
| | Callback to be triggered when the emitter is attached. More...
|
| |
◆ ~IActionOwner() [1/2]
| virtual deepstream::SignalEmitter::IActionOwner::~IActionOwner |
( |
| ) |
|
|
inlinevirtual |
◆ ~IActionOwner() [2/2]
| virtual deepstream::SignalEmitter::IActionOwner::~IActionOwner |
( |
| ) |
|
|
inlinevirtual |
◆ list() [1/2]
| virtual std::vector<std::string> deepstream::SignalEmitter::IActionOwner::list |
( |
| ) |
|
|
pure virtual |
◆ list() [2/2]
| virtual std::vector<std::string> deepstream::SignalEmitter::IActionOwner::list |
( |
| ) |
|
|
pure virtual |
◆ onAttached() [1/2]
| virtual void deepstream::SignalEmitter::IActionOwner::onAttached |
( |
SignalEmitter * |
emitter, |
|
|
const std::string & |
action, |
|
|
const std::string & |
object |
|
) |
| |
|
pure virtual |
◆ onAttached() [2/2]
| virtual void deepstream::SignalEmitter::IActionOwner::onAttached |
( |
SignalEmitter * |
emitter, |
|
|
const std::string & |
action, |
|
|
const std::string & |
object |
|
) |
| |
|
pure virtual |
The documentation for this class was generated from the following file: