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

Method IPLProcessPropertyInt

IPL/src/IPLProcessProperty.cpp:248–254  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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),
250 _value(value),
251 _default(value),
252 _min(min),
253 _max(max)
254{}
255
256void IPLProcessPropertyInt::setValue(int value)
257{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected