Public Member Functions | Protected Member Functions | Private Attributes
rtabmap::ProgressionStatus Class Reference

#include <ProgressionStatus.h>

Inheritance diagram for rtabmap::ProgressionStatus:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual bool callback (const std::string &msg) const
void finish ()
int getMax () const
void increment (int count=1) const
 ProgressionStatus ()
void reset (int max)
void setJavaObjects (JavaVM *jvm, jobject rtabmap)
void setMax (int max)
virtual ~ProgressionStatus ()

Protected Member Functions

virtual bool handleEvent (UEvent *event)

Private Attributes

int count_
JavaVM * jvm_
int max_
jobject rtabmap_

Detailed Description

Definition at line 27 of file ProgressionStatus.h.


Constructor & Destructor Documentation

Definition at line 30 of file ProgressionStatus.h.

virtual rtabmap::ProgressionStatus::~ProgressionStatus ( ) [inline, virtual]

Definition at line 75 of file ProgressionStatus.h.


Member Function Documentation

virtual bool rtabmap::ProgressionStatus::callback ( const std::string &  msg) const [inline, virtual]

Reimplemented from rtabmap::ProgressState.

Definition at line 66 of file ProgressionStatus.h.

Definition at line 61 of file ProgressionStatus.h.

int rtabmap::ProgressionStatus::getMax ( ) const [inline]

Definition at line 54 of file ProgressionStatus.h.

virtual bool rtabmap::ProgressionStatus::handleEvent ( UEvent event) [inline, protected, virtual]

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 78 of file ProgressionStatus.h.

void rtabmap::ProgressionStatus::increment ( int  count = 1) const [inline]

Definition at line 56 of file ProgressionStatus.h.

void rtabmap::ProgressionStatus::reset ( int  max) [inline]

Definition at line 41 of file ProgressionStatus.h.

void rtabmap::ProgressionStatus::setJavaObjects ( JavaVM *  jvm,
jobject  rtabmap 
) [inline]

Definition at line 35 of file ProgressionStatus.h.

void rtabmap::ProgressionStatus::setMax ( int  max) [inline]

Definition at line 50 of file ProgressionStatus.h.


Member Data Documentation

Definition at line 115 of file ProgressionStatus.h.

Definition at line 117 of file ProgressionStatus.h.

Definition at line 116 of file ProgressionStatus.h.

Definition at line 118 of file ProgressionStatus.h.


The documentation for this class was generated from the following file:


rtabmap
Author(s): Mathieu Labbe
autogenerated on Thu Jun 6 2019 21:59:42