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

Method addShapePoint

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

Source from the content-addressed store, hash-verified

120Shape* Plugin::createShape(const QPointF& point) { return shape = new Rectangle(point, point); }
121
122bool Plugin::addShapePoint(const QPointF&) { return false; }
123
124void Plugin::updateShape(const QPointF& point)
125{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected