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

Method IPLProcessPropertyBool

IPL/src/IPLProcessProperty.cpp:375–379  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

373
374
375IPLProcessPropertyBool::IPLProcessPropertyBool(IPLProcess *process, int position, const char* name, const char* title, const char *description, bool value, IPLProcessWidgetType widget):
376 IPLProcessProperty(position,name,title,description,process,widget),
377 _value(value),
378 _default(value)
379{}
380
381void IPLProcessPropertyBool::setValue(bool value)
382{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected