Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ contextMenuEvent
Method
contextMenuEvent
examples/triage/files.cpp:54–57 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
52
53
54
void TriageFilePicker::contextMenuEvent(QContextMenuEvent*)
55
{
56
m_contextMenuManager->show(&m_contextMenu, &m_actionHandler);
57
}
58
59
60
void TriageFilePicker::onDoubleClick(const QModelIndex&)
Callers
nothing calls this directly
Calls
1
show
Method · 0.80
Tested by
no test coverage detected