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

Method setProgress

ImagePlay/src/IPProcessStep.cpp:370–376  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

368}
369
370void IPProcessStep::setProgress(int progress)
371{
372 _progress = progress > 100 ? 100 : progress;
373
374 // redraw
375 update(boundingRect());
376}
377
378/*!
379 * \brief IPProcessStep::mousePressEvent

Callers 1

updateProgressMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected