virtual void count() override
count steps report when a step is computed in an algorithm
 
virtual ~UiMonitorTextPercent()
 
UiMonitorTextPercent(QTextStream &output_stream)
 
virtual void setTotalSteps(std::size_t total_number_of_steps)
use it if the number of steps is known in an algorithm the total number of steps is usefull to report...
 
QTextStream & m_outputStream
 
virtual void setTotalSteps(std::size_t total_number_of_steps)
use it if the number of steps is known in an algorithm the total number of steps is usefull to report...
 
UiMonitorText(QTextStream &output_stream)