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

Method IPLProcessPropertyBoolOneShot

IPL/src/IPLProcessProperty.cpp:404–406  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

402}
403
404IPLProcessPropertyBoolOneShot::IPLProcessPropertyBoolOneShot(IPLProcess *process, int position, const char* name, const char* title, const char *description, bool value, IPLProcessWidgetType widget):
405 IPLProcessPropertyBool(process, position,name,title,description,process,widget)
406{}
407
408
409IPLProcessPropertyString::IPLProcessPropertyString(IPLProcess *process, int position, const char* name, const char* title, const char *description, const std::string &value, IPLProcessWidgetType widget):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected