| 402 | } |
| 403 | |
| 404 | IPLProcessPropertyBoolOneShot::IPLProcessPropertyBoolOneShot(IPLProcess *process, int position, const char* name, const char* title, const char *description, bool value, IPLProcessWidgetType widget): |
| 405 | IPLProcessPropertyBool(process, position,name,title,description,process,widget) |
| 406 | {} |
| 407 | |
| 408 | |
| 409 | IPLProcessPropertyString::IPLProcessPropertyString(IPLProcess *process, int position, const char* name, const char* title, const char *description, const std::string &value, IPLProcessWidgetType widget): |
nothing calls this directly
no outgoing calls
no test coverage detected