#include <ProgressionStatus.h>
Definition at line 29 of file ProgressionStatus.h.
◆ ProgressionStatus()
rtabmap::ProgressionStatus::ProgressionStatus |
( |
| ) |
|
|
inline |
◆ ~ProgressionStatus()
virtual rtabmap::ProgressionStatus::~ProgressionStatus |
( |
| ) |
|
|
inlinevirtual |
◆ callback()
virtual bool rtabmap::ProgressionStatus::callback |
( |
const std::string & |
msg | ) |
const |
|
inlinevirtual |
◆ finish()
void rtabmap::ProgressionStatus::finish |
( |
| ) |
|
|
inline |
◆ getMax()
int rtabmap::ProgressionStatus::getMax |
( |
| ) |
const |
|
inline |
◆ handleEvent()
virtual bool rtabmap::ProgressionStatus::handleEvent |
( |
UEvent * |
event | ) |
|
|
inlineprotectedvirtual |
Method called by the UEventsManager to handle an event. Important : this method must do a minimum of work because the faster the dispatching loop is done; the faster the events are received. If a handling function takes too much time, the events list can grow faster than it is emptied. The event can be modified.
- Returns
- "true" to notify UEventsManager that this handler took ownership of the event (meaning it must delete it). The event will not be dispatched to next handlers.
-
"false" to let event be dispatched to next handlers (default behavior). UEventsManager will take care of deleting the event.
Implements UEventsHandler.
Definition at line 93 of file ProgressionStatus.h.
◆ increment()
void rtabmap::ProgressionStatus::increment |
( |
int |
count = 1 | ) |
const |
|
inline |
◆ reset()
void rtabmap::ProgressionStatus::reset |
( |
int |
max | ) |
|
|
inline |
◆ setMax()
void rtabmap::ProgressionStatus::setMax |
( |
int |
max | ) |
|
|
inline |
◆ setSwiftCallback()
void rtabmap::ProgressionStatus::setSwiftCallback |
( |
void * |
classPtr, |
|
|
void(*)(void *, int, int) |
callback |
|
) |
| |
|
inline |
◆ count_
int rtabmap::ProgressionStatus::count_ |
|
private |
◆ max_
int rtabmap::ProgressionStatus::max_ |
|
private |
◆ swiftCallback
void(* rtabmap::ProgressionStatus::swiftCallback) (void *, int, int) |
|
private |
◆ swiftClassPtr_
void* rtabmap::ProgressionStatus::swiftClassPtr_ |
|
private |
The documentation for this class was generated from the following file: