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

Method addProcessPropertyBoolOneShot

IPL/src/IPLProcess.cpp:147–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145}
146
147void IPLProcess::addProcessPropertyBoolOneShot(const char *name, const char *title, const char *description, bool value, IPLProcessWidgetType widget)
148{
149 _properties[name].reset(new IPLProcessPropertyBoolOneShot(this, (int)_properties.size(), name, title, description, value, widget));
150}
151
152void IPLProcess::addProcessPropertyString(const char *name, const char *title, const char *description, const std::string &value, IPLProcessWidgetType widget)
153{

Callers

nothing calls this directly

Calls 2

resetMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected