MCPcopy Create free account
hub / github.com/cpvrlab/ImagePlay / updateProgress

Method updateProgress

ImagePlay/src/IPProcessGrid.cpp:424–433  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

422}
423
424void IPProcessGrid::updateProgress(int progress)
425{
426 // enable spinning progress for long operations
427 _longProcess = (progress < 0);
428
429 if(_currentStep)
430 {
431 _currentStep->setProgress(progress);
432 }
433}
434
435
436void IPProcessGrid::sceneRectChanged(const QRectF &rect)

Callers 1

Calls 1

setProgressMethod · 0.80

Tested by

no test coverage detected