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

Method updateShape

shape_plugins/rectangle/shrectangle.cpp:124–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122bool Plugin::addShapePoint(const QPointF&) { return false; }
123
124void Plugin::updateShape(const QPointF& point)
125{
126 if (shape)
127 shape->setPt(point);
128}
129
130void Plugin::finalizeShape()
131{

Callers

nothing calls this directly

Calls 1

setPtMethod · 0.45

Tested by

no test coverage detected