| 272 | } |
| 273 | |
| 274 | IPLProcessProperty *IPLProcessPropertyInt::clone() const |
| 275 | { |
| 276 | return new IPLProcessPropertyInt(*this); |
| 277 | } |
| 278 | |
| 279 | IPLProcessPropertyUnsignedInt::IPLProcessPropertyUnsignedInt(IPLProcess *process, int position, const char* name, const char* title, const char *description, unsigned int value, IPLProcessWidgetType widget, unsigned int min, unsigned int max): |
| 280 | IPLProcessProperty(position,name,title,description,process,widget), |
no outgoing calls
no test coverage detected