#include <Progress.hpp>
Definition at line 32 of file Progress.hpp.
◆ Progress()
| mgx::Progress::Progress |
( |
| ) |
|
◆ ~Progress()
| mgx::Progress::~Progress |
( |
| ) |
|
◆ advance()
| bool mgx::Progress::advance |
( |
int |
step = -1 | ) |
|
◆ cancel()
| void mgx::Progress::cancel |
( |
| ) |
|
◆ canceled()
| bool mgx::Progress::canceled |
( |
| ) |
|
◆ instance()
| static Progress& mgx::Progress::instance |
( |
| ) |
|
|
static |
◆ processEvent()
| bool mgx::Progress::processEvent |
( |
QEvent * |
e | ) |
|
◆ setMax()
| void mgx::Progress::setMax |
( |
int |
steps | ) |
|
◆ setMsg() [1/3]
| void mgx::Progress::setMsg |
( |
const char * |
msg | ) |
|
|
inline |
◆ setMsg() [2/3]
| void mgx::Progress::setMsg |
( |
const QString & |
msg | ) |
|
◆ setMsg() [3/3]
| void mgx::Progress::setMsg |
( |
std::string |
msg | ) |
|
|
inline |
◆ setupProgress()
| void mgx::Progress::setupProgress |
( |
QWidget * |
parent, |
|
|
QToolBar * |
progressToolBar |
|
) |
| |
◆ start() [1/3]
| void mgx::Progress::start |
( |
const char * |
msg, |
|
|
int |
steps, |
|
|
bool |
allowCancel = true |
|
) |
| |
|
inline |
◆ start() [2/3]
| void mgx::Progress::start |
( |
const QString & |
msg, |
|
|
int |
steps, |
|
|
bool |
allowCancel = true |
|
) |
| |
◆ start() [3/3]
| void mgx::Progress::start |
( |
std::string |
msg, |
|
|
int |
steps, |
|
|
bool |
allowCancel = true |
|
) |
| |
|
inline |
◆ stop()
| void mgx::Progress::stop |
( |
| ) |
|
The documentation for this class was generated from the following file: