
Public Member Functions | |
| virtual std::string | getClassName () const |
| const rtabmap::RtabmapEvent * | getRtabmapEvent () const |
| PostRenderEvent (rtabmap::RtabmapEvent *event=0) | |
| ~PostRenderEvent () | |
Public Member Functions inherited from UEvent | |
| int | getCode () const |
| virtual | ~UEvent () |
Private Attributes | |
| rtabmap::RtabmapEvent * | rtabmapEvent_ |
Additional Inherited Members | |
Protected Member Functions inherited from UEvent | |
| UEvent (int code=0) | |
Definition at line 951 of file RTABMapApp.cpp.
|
inline |
Definition at line 954 of file RTABMapApp.cpp.
|
inline |
Definition at line 958 of file RTABMapApp.cpp.
|
inlinevirtual |
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 965 of file RTABMapApp.cpp.
|
inline |
Definition at line 966 of file RTABMapApp.cpp.
|
private |
Definition at line 968 of file RTABMapApp.cpp.