|
| TMyExtraRenderingStuff () |
|
void | OnEvent (const mrptEvent &e) override |
| This virtual function will be called upon receive of any event after starting listening at any CObservable object. More...
|
|
void | observeBegin (CObservable &obj) |
| Starts the subscription of this observer to the given object. More...
|
|
void | observeEnd (CObservable &obj) |
| Ends the subscription of this observer to the given object (note that there is no need to call this method, since the destruction of the first of observer/observed will put an end to the process. More...
|
|
◆ TMyExtraRenderingStuff()
TMyExtraRenderingStuff::TMyExtraRenderingStuff |
( |
| ) |
|
|
inline |
◆ internal_on_event()
void CObserver::internal_on_event |
( |
const mrptEvent & |
e | ) |
|
|
privateinherited |
◆ observeBegin()
◆ observeEnd()
Ends the subscription of this observer to the given object (note that there is no need to call this method, since the destruction of the first of observer/observed will put an end to the process.
- See also
- observeBegin
Definition at line 36 of file CObserver.cpp.
◆ OnEvent()
void TMyExtraRenderingStuff::OnEvent |
( |
const mrptEvent & |
e | ) |
|
|
inlineoverridevirtual |
◆ ball_obj
◆ m_subscribed
std::set<CObservable*> mrpt::system::CObserver::m_subscribed |
|
privateinherited |