Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
370
void 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
updateProgress
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected