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

Method IPLProcessPropertyUnsignedInt

IPL/src/IPLProcessProperty.cpp:279–285  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

277}
278
279IPLProcessPropertyUnsignedInt::IPLProcessPropertyUnsignedInt(IPLProcess *process, int position, const char* name, const char* title, const char *description, unsigned int value, IPLProcessWidgetType widget, unsigned int min, unsigned int max):
280 IPLProcessProperty(position,name,title,description,process,widget),
281 _value(value),
282 _default(value),
283 _min(min),
284 _max(max)
285{}
286
287void IPLProcessPropertyUnsignedInt::setValue(unsigned int value)
288{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected