MCPcopy Create free account
hub / github.com/chris2511/xca / contextMenuEvent

Method contextMenuEvent

widgets/XcaHeaderView.cpp:19–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17}
18
19void XcaHeaderView::contextMenuEvent(QContextMenuEvent *e)
20{
21 XcaTreeView *tv = static_cast<XcaTreeView *>(parentWidget());
22 if (tv)
23 tv->headerEvent(e, logicalIndexAt(e->pos()));
24}
25
26void XcaHeaderView::resetMoves()
27{

Callers

nothing calls this directly

Calls 1

headerEventMethod · 0.80

Tested by

no test coverage detected