MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / contextMenuEvent

Method contextMenuEvent

src/common/widget/outputpane.cpp:235–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

233}
234
235void OutputPane::contextMenuEvent(QContextMenuEvent *event)
236{
237 if (!d->menu)
238 return;
239
240 d->menu->move(event->globalX(), event->globalY());
241 d->menu->show();
242}
243
244QList<QAction *> OutputPane::actionFactory()
245{

Callers

nothing calls this directly

Calls 1

showMethod · 0.45

Tested by

no test coverage detected