MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / contextMenuEvent

Method contextMenuEvent

python/examples/triage/files.py:51–52  ·  view source on GitHub ↗
(self, event)

Source from the content-addressed store, hash-verified

49 self.contextMenu.addAction("Open Selected Files", "Open")
50
51 def contextMenuEvent(self, event):
52 self.contextMenuManager.show(self.contextMenu, self.actionHandler)
53
54 def onDoubleClick(self, index):
55 self.openSelectedFiles()

Callers

nothing calls this directly

Calls 1

showMethod · 0.80

Tested by

no test coverage detected