#include <TexturingState.h>

Public Slots | |
| void | cancel () |
Public Member Functions | |
| virtual bool | callback (const std::string &msg) const |
| TexturingState (ProgressDialog *dialog, bool incrementOnMsgReceived) | |
| virtual | ~TexturingState () |
Private Attributes | |
| bool | _increment |
| ProgressDialog * | dialog_ |
Definition at line 38 of file TexturingState.h.
| rtabmap::TexturingState::TexturingState | ( | ProgressDialog * | dialog, |
| bool | incrementOnMsgReceived | ||
| ) | [inline] |
Definition at line 43 of file TexturingState.h.
| virtual rtabmap::TexturingState::~TexturingState | ( | ) | [inline, virtual] |
Definition at line 48 of file TexturingState.h.
| virtual bool rtabmap::TexturingState::callback | ( | const std::string & | msg | ) | const [inline, virtual] |
Reimplemented from rtabmap::ProgressState.
Definition at line 49 of file TexturingState.h.
| void rtabmap::TexturingState::cancel | ( | ) | [inline, slot] |
Definition at line 68 of file TexturingState.h.
bool rtabmap::TexturingState::_increment [private] |
Definition at line 75 of file TexturingState.h.
ProgressDialog* rtabmap::TexturingState::dialog_ [private] |
Definition at line 74 of file TexturingState.h.