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

Method showContextMenu

apps/modeler/src/abstract_item.cpp:45–51  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

43
44//////////////////////////////////////////////////////////////////////////////////////////////
45void
46pcl::modeler::AbstractItem::showContextMenu(const QPoint* position)
47{
48 QMenu menu(&MainWindow::getInstance());
49 prepareContextMenu(&menu);
50 menu.exec(*position);
51}
52
53//////////////////////////////////////////////////////////////////////////////////////////////
54Ui::MainWindow*

Callers 1

contextMenuEventMethod · 0.80

Calls 2

getInstanceFunction · 0.85
execMethod · 0.45

Tested by

no test coverage detected