Public Member Functions | |
virtual std::string | getClassName () const |
const rtabmap::RtabmapEvent * | getRtabmapEvent () const |
~PostRenderEvent () | |
Static Public Member Functions | |
PostRenderEvent (rtabmap::RtabmapEvent *event=0) | |
Private Attributes | |
rtabmap::RtabmapEvent * | rtabmapEvent_ |
Definition at line 858 of file RTABMapApp.cpp.
PostRenderEvent::PostRenderEvent | ( | rtabmap::RtabmapEvent * | event = 0 | ) | [inline, static] |
Definition at line 861 of file RTABMapApp.cpp.
PostRenderEvent::~PostRenderEvent | ( | ) | [inline] |
Definition at line 865 of file RTABMapApp.cpp.
virtual std::string PostRenderEvent::getClassName | ( | ) | const [inline, virtual] |
This method is used to get the class name of the event. For example, if a class MouseEvent inherits from UEvent, it must return the "MouseEvent" string.
Implements UEvent.
Definition at line 872 of file RTABMapApp.cpp.
const rtabmap::RtabmapEvent* PostRenderEvent::getRtabmapEvent | ( | ) | const [inline] |
Definition at line 873 of file RTABMapApp.cpp.
Definition at line 875 of file RTABMapApp.cpp.