#include <ProgressDialog.h>
Definition at line 43 of file ProgressDialog.h.
rtabmap::ProgressDialog::ProgressDialog |
( |
QWidget * |
parent = 0 , |
|
|
Qt::WindowFlags |
flags = 0 |
|
) |
| |
rtabmap::ProgressDialog::~ProgressDialog |
( |
| ) |
|
|
virtual |
void rtabmap::ProgressDialog::appendText |
( |
const QString & |
text, |
|
|
const QColor & |
color = Qt::black |
|
) |
| |
|
slot |
void rtabmap::ProgressDialog::cancel |
( |
| ) |
|
|
privateslot |
void rtabmap::ProgressDialog::canceled |
( |
| ) |
|
|
signal |
void rtabmap::ProgressDialog::clear |
( |
| ) |
|
|
slot |
void rtabmap::ProgressDialog::closeDialog |
( |
| ) |
|
|
privateslot |
void rtabmap::ProgressDialog::closeEvent |
( |
QCloseEvent * |
event | ) |
|
|
protectedvirtual |
void rtabmap::ProgressDialog::incrementStep |
( |
int |
steps = 1 | ) |
|
|
slot |
bool rtabmap::ProgressDialog::isCanceled |
( |
| ) |
const |
|
inline |
int rtabmap::ProgressDialog::maximumSteps |
( |
| ) |
const |
void rtabmap::ProgressDialog::resetProgress |
( |
| ) |
|
|
slot |
void rtabmap::ProgressDialog::setAutoClose |
( |
bool |
on, |
|
|
int |
delayedClosingTimeMsec = -1 |
|
) |
| |
void rtabmap::ProgressDialog::setCancelButtonVisible |
( |
bool |
visible | ) |
|
void rtabmap::ProgressDialog::setEndMessage |
( |
const QString & |
message | ) |
|
|
inline |
void rtabmap::ProgressDialog::setMaximumSteps |
( |
int |
steps | ) |
|
void rtabmap::ProgressDialog::setValue |
( |
int |
value | ) |
|
QPushButton* rtabmap::ProgressDialog::_cancelButton |
|
private |
bool rtabmap::ProgressDialog::_canceled |
|
private |
QPushButton* rtabmap::ProgressDialog::_closeButton |
|
private |
QCheckBox* rtabmap::ProgressDialog::_closeWhenDoneCheckBox |
|
private |
int rtabmap::ProgressDialog::_delayedClosingTime |
|
private |
QTextEdit* rtabmap::ProgressDialog::_detailedText |
|
private |
QString rtabmap::ProgressDialog::_endMessage |
|
private |
QProgressBar* rtabmap::ProgressDialog::_progressBar |
|
private |
QLabel* rtabmap::ProgressDialog::_text |
|
private |
The documentation for this class was generated from the following files: