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

Method setPt

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

Source from the content-addressed store, hash-verified

86}
87
88void Rectangle::setPt(const QPointF& pt)
89{
90 handlers[Point3]->setPos(pt);
91 updateOtherHandlers(handlers[Point3].get());
92 redraw();
93}
94
95////////////////////////////////////////////////////////////
96/// \brief Plugin::Plugin

Callers 1

updateShapeMethod · 0.45

Calls 2

getMethod · 0.80
setPosMethod · 0.45

Tested by

no test coverage detected