Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/XRay3D/GERBER_X3
/ finalizeShape
Method
finalizeShape
shape_plugins/text/shtext.cpp:348–354 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
346
void PluginText::updateShape(const QPointF&) { }
347
348
void PluginText::finalizeShape()
349
{
350
if (shape)
351
shape->finalize();
352
shape = nullptr;
353
emit actionUncheck();
354
}
355
}
Callers
1
finalizeShape_
Method · 0.45
Calls
1
finalize
Method · 0.80
Tested by
no test coverage detected