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

Method addProcessPropertyBool

IPL/src/IPLProcess.cpp:142–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142void IPLProcess::addProcessPropertyBool(const char *name, const char *title, const char *description, bool value, IPLProcessWidgetType widget)
143{
144 _properties[name].reset(new IPLProcessPropertyBool(this, (int)_properties.size(), name, title, description, value, widget));
145}
146
147void IPLProcess::addProcessPropertyBoolOneShot(const char *name, const char *title, const char *description, bool value, IPLProcessWidgetType widget)
148{

Callers

nothing calls this directly

Calls 2

resetMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected