28 #ifndef RTABMAP_PROGRESSDIALOG_H_ 29 #define RTABMAP_PROGRESSDIALOG_H_ 52 void setValue(
int value);
53 int maximumSteps()
const;
54 void setMaximumSteps(
int steps);
55 void setAutoClose(
bool on,
int delayedClosingTimeMsec = -1);
56 void setCancelButtonVisible(
bool visible);
63 virtual void closeEvent(QCloseEvent * event);
66 void appendText(
const QString & text ,
const QColor & color = Qt::black);
67 void incrementStep(
int steps = 1);
QPushButton * _cancelButton
QTextEdit * _detailedText
QProgressBar * _progressBar
QCheckBox * _closeWhenDoneCheckBox
void setEndMessage(const QString &message)
QPushButton * _closeButton