MCPcopy Index your code
hub / github.com/pyfa-org/Pyfa / contextMenuHandler

Method contextMenuHandler

graphs/gui/ctrlPanel.py:470–475  ·  view source on GitHub ↗
(self, event)

Source from the content-addressed store, hash-verified

468 self.tgtVector.SetValue(length=1, angle=90)
469
470 def contextMenuHandler(self, event):
471 viewName = self.graphFrame.getView().internalName
472 menu = ContextMenu.getMenu(self, None, None, (viewName,))
473 if menu is not None:
474 self.PopupMenu(menu)
475 event.Skip()

Callers

nothing calls this directly

Calls 2

getMenuMethod · 0.80
getViewMethod · 0.45

Tested by

no test coverage detected