MCPcopy Create free account
hub / github.com/cpvrlab/ImagePlay / deserialize

Method deserialize

IPL/src/IPLProcessProperty.cpp:269–272  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

267}
268
269void IPLProcessPropertyInt::deserialize(const SerializedData &data)
270{
271 deserializeProperty(data,_widget,_value);
272}
273
274IPLProcessProperty *IPLProcessPropertyInt::clone() const
275{

Callers 1

readProcessFileMethod · 0.80

Calls 1

deserializePropertyFunction · 0.85

Tested by

no test coverage detected