| 165 | } |
| 166 | |
| 167 | void IPLProcess::addProcessPropertyColor(const char *name, const char *title, const char *description, const IPLColor &value, IPLProcessWidgetType widget) |
| 168 | { |
| 169 | _properties[name].reset(new IPLProcessPropertyColor(this, (int)_properties.size(), name, title, description, value, widget)); |
| 170 | } |
| 171 | |
| 172 | void IPLProcess::addProcessPropertyPoint(const char *name, const char *title, const char *description, const IPLPoint &value, IPLProcessWidgetType widget) |
| 173 | { |