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

Method IPLProcessPropertyString

IPL/src/IPLProcessProperty.cpp:409–413  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

407
408
409IPLProcessPropertyString::IPLProcessPropertyString(IPLProcess *process, int position, const char* name, const char* title, const char *description, const std::string &value, IPLProcessWidgetType widget):
410 IPLProcessProperty(position,name,title,description,process,widget),
411 _value(value),
412 _default(value)
413{}
414
415void IPLProcessPropertyString::setValue(const std::string &value)
416{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected