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

Method addProcessPropertyString

IPL/src/IPLProcess.cpp:152–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150}
151
152void IPLProcess::addProcessPropertyString(const char *name, const char *title, const char *description, const std::string &value, IPLProcessWidgetType widget)
153{
154 _properties[name].reset(new IPLProcessPropertyString(this, (int)_properties.size(), name, title, description, value, widget));
155}
156
157void IPLProcess::addProcessPropertyVectorInt(const char *name, const char *title, const char *description, const std::vector<int> &value, IPLProcessWidgetType widget)
158{

Callers

nothing calls this directly

Calls 2

resetMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected