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

Method IPLProcessProperty

IPL/src/IPLProcessProperty.cpp:239–246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237}
238
239IPLProcessProperty::IPLProcessProperty(int position, const char* name, const char *title, const char *description, IPLProcess *process, IPLProcessWidgetType widget):
240 _position(position),
241 _name(name),
242 _title(title),
243 _description(description),
244 _process(process),
245 _widget(widget)
246{}
247
248IPLProcessPropertyInt::IPLProcessPropertyInt(IPLProcess *process, int position, const char* name, const char* title, const char *description, int value, IPLProcessWidgetType widget, int min, int max):
249 IPLProcessProperty(position,name,title,description,process,widget),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected