| 170 | } |
| 171 | |
| 172 | void IPLProcess::addProcessPropertyPoint(const char *name, const char *title, const char *description, const IPLPoint &value, IPLProcessWidgetType widget) |
| 173 | { |
| 174 | _properties[name].reset(new IPLProcessPropertyPoint(this, (int)_properties.size(), name, title, description, value, widget)); |
| 175 | } |
| 176 | |
| 177 | int IPLProcess::getProcessPropertyInt(const char *name) |
| 178 | { |