MCPcopy Index your code
hub / github.com/DreamSourceLab/DSView / contextMenuEvent

Method contextMenuEvent

DSView/pv/view/header.cpp:477–487  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

475}
476
477void Header::contextMenuEvent(QContextMenuEvent *event)
478{
479 (void)event;
480
481 int action;
482
483 const auto t = get_mTrace(action, _mouse_point);
484
485 if (!t || !t->selected() || action != Trace::LABEL)
486 return;
487}
488
489void Header::on_action_set_name_triggered()
490{

Callers

nothing calls this directly

Calls 1

selectedMethod · 0.80

Tested by

no test coverage detected