MCPcopy Create free account
hub / github.com/MeshInspector/MeshLib / nextTask

Function nextTask

source/MRViewer/MRProgressBar.cpp:460–468  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

458}
459
460void nextTask()
461{
462 auto& instance = ProgressBarImpl::instance();
463 if ( instance.currentTask_ != instance.taskCount_ )
464 {
465 ++instance.currentTask_;
466 callBackSetProgress( 0.0f );
467 }
468}
469
470void nextTask( const char* s )
471{

Callers 2

drawDialogMethod · 0.85
drawDialogMethod · 0.85

Calls 2

instanceFunction · 0.85
callBackSetProgressFunction · 0.85

Tested by

no test coverage detected