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

Method addProcessPropertyUnsignedInt

IPL/src/IPLProcess.cpp:127–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125}
126
127void IPLProcess::addProcessPropertyUnsignedInt(const char *name, const char *title, const char *description, unsigned int value, IPLProcessWidgetType widget, unsigned int min, unsigned int max)
128{
129 _properties[name].reset(new IPLProcessPropertyUnsignedInt(this, (int)_properties.size(), name, title, description, value, widget, min, max));
130}
131
132void IPLProcess::addProcessPropertyDouble(const char *name, const char *title, const char *description, double value, IPLProcessWidgetType widget, double min, double max)
133{

Callers

nothing calls this directly

Calls 2

resetMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected