| 407 | |
| 408 | |
| 409 | IPLProcessPropertyString::IPLProcessPropertyString(IPLProcess *process, int position, const char* name, const char* title, const char *description, const std::string &value, IPLProcessWidgetType widget): |
| 410 | IPLProcessProperty(position,name,title,description,process,widget), |
| 411 | _value(value), |
| 412 | _default(value) |
| 413 | {} |
| 414 | |
| 415 | void IPLProcessPropertyString::setValue(const std::string &value) |
| 416 | { |
nothing calls this directly
no outgoing calls
no test coverage detected