| 86 | IPLProcessPropertyInt(IPLProcess* process, int position, const char* name, const char* title, const char* description, int value, IPLProcessWidgetType widget = IPL_WIDGET_DEFAULT, int min=0, int max=0); |
| 87 | |
| 88 | int min() const { return _min; } |
| 89 | int max() const { return _max; } |
| 90 | int value() const { return _value; } |
| 91 | void setValue(int value); |
no outgoing calls
no test coverage detected