| 373 | |
| 374 | |
| 375 | IPLProcessPropertyBool::IPLProcessPropertyBool(IPLProcess *process, int position, const char* name, const char* title, const char *description, bool value, IPLProcessWidgetType widget): |
| 376 | IPLProcessProperty(position,name,title,description,process,widget), |
| 377 | _value(value), |
| 378 | _default(value) |
| 379 | {} |
| 380 | |
| 381 | void IPLProcessPropertyBool::setValue(bool value) |
| 382 | { |
nothing calls this directly
no outgoing calls
no test coverage detected