MCPcopy Create free account
hub / github.com/XRay3D/GERBER_X3 / write_

Method write_

shape_plugins/shape/shape.cpp:214–222  ·  view source on GitHub ↗

write to project

Source from the content-addressed store, hash-verified

212
213// write to project
214void Shape::write_(QDataStream& stream) const
215{
216 stream << qint32(handlers.size());
217 for (const auto& item : handlers) {
218 stream << item->pos();
219 stream << item->m_hType;
220 }
221 write(stream);
222}
223
224// read from project
225void Shape::read_(QDataStream& stream)

Callers 1

ShapeInterfaceClass · 0.80

Calls 2

sizeMethod · 0.80
posMethod · 0.45

Tested by

no test coverage detected