#include <MRProgressBar.h>
◆ TaskWithMainThreadPostProcessing
◆ callBackSetProgress()
static MRVIEWER_API bool MR::ProgressBar::callBackSetProgress |
( |
float | p | ) |
|
|
static |
◆ finish()
static MRVIEWER_API void MR::ProgressBar::finish |
( |
| ) |
|
|
static |
◆ forceSetTaskName()
static MRVIEWER_API void MR::ProgressBar::forceSetTaskName |
( |
std::string | taskName | ) |
|
|
static |
◆ getLastOperationTime()
static MRVIEWER_API float MR::ProgressBar::getLastOperationTime |
( |
| ) |
|
|
static |
◆ getLastOperationTitle()
static MRVIEWER_API const std::string & MR::ProgressBar::getLastOperationTitle |
( |
| ) |
|
|
static |
◆ getProgress()
static MRVIEWER_API float MR::ProgressBar::getProgress |
( |
| ) |
|
|
static |
◆ isCanceled()
static MRVIEWER_API bool MR::ProgressBar::isCanceled |
( |
| ) |
|
|
static |
◆ isFinished()
static MRVIEWER_API bool MR::ProgressBar::isFinished |
( |
| ) |
|
|
static |
◆ isOrdered()
static MRVIEWER_API bool MR::ProgressBar::isOrdered |
( |
| ) |
|
|
static |
◆ nextTask() [1/2]
static MRVIEWER_API void MR::ProgressBar::nextTask |
( |
| ) |
|
|
static |
◆ nextTask() [2/2]
static MRVIEWER_API void MR::ProgressBar::nextTask |
( |
const char * | s | ) |
|
|
static |
◆ onFrameEnd()
static MRVIEWER_API void MR::ProgressBar::onFrameEnd |
( |
| ) |
|
|
static |
◆ order()
static MRVIEWER_API void MR::ProgressBar::order |
( |
const char * | name, |
|
|
const std::function< void()> & | task, |
|
|
int | taskCount = 1 ) |
|
static |
◆ orderWithMainThreadPostProcessing()
◆ orderWithManualFinish()
static MRVIEWER_API void MR::ProgressBar::orderWithManualFinish |
( |
const char * | name, |
|
|
std::function< void()> | task, |
|
|
int | taskCount = 1 ) |
|
static |
the task is spawned by the progress bar but the finish
method is called from a callback
◆ resetTaskName()
static MRVIEWER_API void MR::ProgressBar::resetTaskName |
( |
| ) |
|
|
static |
◆ setProgress()
static MRVIEWER_API bool MR::ProgressBar::setProgress |
( |
float | p | ) |
|
|
static |
◆ setTaskCount()
static MRVIEWER_API void MR::ProgressBar::setTaskCount |
( |
int | n | ) |
|
|
static |
◆ setup()
static MRVIEWER_API void MR::ProgressBar::setup |
( |
float | scaling | ) |
|
|
static |
◆ simpleCallBackSetProgress()
static MRVIEWER_API bool MR::ProgressBar::simpleCallBackSetProgress |
( |
float | p | ) |
|
|
static |
The documentation for this class was generated from the following file: