#include <RtabmapEvent.h>

Public Member Functions | |
| virtual std::string | getClassName () const |
| int | id () const |
| const std::string & | label () const |
| RtabmapLabelErrorEvent (int id, const std::string &label) | |
| virtual | ~RtabmapLabelErrorEvent () |
Private Attributes | |
| std::string | _label |
Definition at line 233 of file RtabmapEvent.h.
| rtabmap::RtabmapLabelErrorEvent::RtabmapLabelErrorEvent | ( | int | id, |
| const std::string & | label | ||
| ) | [inline] |
Definition at line 236 of file RtabmapEvent.h.
| virtual rtabmap::RtabmapLabelErrorEvent::~RtabmapLabelErrorEvent | ( | ) | [inline, virtual] |
Definition at line 240 of file RtabmapEvent.h.
| virtual std::string rtabmap::RtabmapLabelErrorEvent::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 243 of file RtabmapEvent.h.
| int rtabmap::RtabmapLabelErrorEvent::id | ( | ) | const [inline] |
Definition at line 241 of file RtabmapEvent.h.
| const std::string& rtabmap::RtabmapLabelErrorEvent::label | ( | ) | const [inline] |
Definition at line 242 of file RtabmapEvent.h.
std::string rtabmap::RtabmapLabelErrorEvent::_label [private] |
Definition at line 246 of file RtabmapEvent.h.