| 145 | } |
| 146 | |
| 147 | void IPLProcess::addProcessPropertyBoolOneShot(const char *name, const char *title, const char *description, bool value, IPLProcessWidgetType widget) |
| 148 | { |
| 149 | _properties[name].reset(new IPLProcessPropertyBoolOneShot(this, (int)_properties.size(), name, title, description, value, widget)); |
| 150 | } |
| 151 | |
| 152 | void IPLProcess::addProcessPropertyString(const char *name, const char *title, const char *description, const std::string &value, IPLProcessWidgetType widget) |
| 153 | { |