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

Method contextMenuEvent

shape_plugins/shape/shape.cpp:86–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86void Shape::contextMenuEvent(QGraphicsSceneContextMenuEvent* event)
87{
88 QMenu menu_;
89 menu(menu_, App::fileTreeView());
90 menu_.exec(event->screenPos());
91}
92
93QVariant Shape::itemChange(QGraphicsItem::GraphicsItemChange change, const QVariant& value)
94{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected