| 140 | } |
| 141 | |
| 142 | void IPLProcess::addProcessPropertyBool(const char *name, const char *title, const char *description, bool value, IPLProcessWidgetType widget) |
| 143 | { |
| 144 | _properties[name].reset(new IPLProcessPropertyBool(this, (int)_properties.size(), name, title, description, value, widget)); |
| 145 | } |
| 146 | |
| 147 | void IPLProcess::addProcessPropertyBoolOneShot(const char *name, const char *title, const char *description, bool value, IPLProcessWidgetType widget) |
| 148 | { |