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

Method notifyPropertyChangedEventHandler

IPL/src/IPLProcess.cpp:296–302  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

294}
295
296void IPLProcess::notifyPropertyChangedEventHandler()
297{
298 if(_propertyHandler != NULL)
299 {
300 _propertyHandler->propertyChanged(this);
301 }
302}
303
304void IPLProcess::registerOutputsChangedEventHandler(IPLOutputsChangedEventHandler *handler)
305{

Callers 1

setValueMethod · 0.80

Calls 1

propertyChangedMethod · 0.80

Tested by

no test coverage detected