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

Method addProcessPropertyInt

IPL/src/IPLProcess.cpp:122–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120}
121
122void IPLProcess::addProcessPropertyInt(const char *name, const char *title, const char *description, int value, IPLProcessWidgetType widget, int min, int max)
123{
124 _properties[name].reset(new IPLProcessPropertyInt(this, (int)_properties.size(), name, title, description, value, widget, min, max));
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{

Callers

nothing calls this directly

Calls 2

resetMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected