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

Method createShape

shape_plugins/text/shtext.cpp:336–336  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

334QIcon PluginText::icon() const { return QIcon::fromTheme("draw-text"); }
335
336Shape* PluginText::createShape() { return new Text(); }
337
338Shape* PluginText::createShape(const QPointF& point)
339{

Callers 2

addShapePoint_Method · 0.45
project.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected