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

Method notifyProgressEventHandler

IPL/src/IPLProcess.cpp:283–289  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

281}
282
283void IPLProcess::notifyProgressEventHandler(int percent)
284{
285 if(_progressHandler != NULL)
286 {
287 _progressHandler->updateProgress(percent);
288 }
289}
290
291void IPLProcess::registerPropertyChangedEventHandler(IPLPropertyChangedEventHandler *handler)
292{

Callers

nothing calls this directly

Calls 1

updateProgressMethod · 0.45

Tested by

no test coverage detected