Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
122
bool Plugin::addShapePoint(const QPointF&) { return false; }
123
124
void Plugin::updateShape(const QPointF& point)
125
{
126
if (shape)
127
shape->setPt(point);
128
}
129
130
void Plugin::finalizeShape()
131
{
Callers
nothing calls this directly
Calls
1
setPt
Method · 0.45
Tested by
no test coverage detected