MCPcopy Create free account
hub / github.com/PointCloudLibrary/pcl / contextMenuEvent

Method contextMenuEvent

apps/modeler/src/scene_tree.cpp:103–108  ·  view source on GitHub ↗

/////////////////////////////////////////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

101
102//////////////////////////////////////////////////////////////////////////////////////////////
103void
104pcl::modeler::SceneTree::contextMenuEvent(QContextMenuEvent* event)
105{
106 AbstractItem* item = dynamic_cast<AbstractItem*>(currentItem());
107 item->showContextMenu(&(event->globalPos()));
108}
109
110//////////////////////////////////////////////////////////////////////////////////////////////
111void

Callers

nothing calls this directly

Calls 1

showContextMenuMethod · 0.80

Tested by

no test coverage detected