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

Method registerProgressEventHandler

IPL/src/IPLProcess.cpp:278–281  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

276
277
278void IPLProcess::registerProgressEventHandler(IPLProgressEventHandler *handler)
279{
280 _progressHandler = handler;
281}
282
283void IPLProcess::notifyProgressEventHandler(int percent)
284{

Callers 1

runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected