Searched refs:a_pEvt (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Debugger/
H A DVBoxDbgBase.h162 * @param a_pEvt The event.
164 virtual bool event(QEvent *a_pEvt);
H A DVBoxDbgBase.cpp209 VBoxDbgBaseWindow::event(QEvent *a_pEvt) argument
211 bool fRc = QWidget::event(a_pEvt);
H A DVBoxDbgStatsQt4.h93 * @param a_pEvt The event.
95 virtual void contextMenuEvent(QContextMenuEvent *a_pEvt);
H A DVBoxDbgStatsQt4.cpp2876 VBoxDbgStatsView::contextMenuEvent(QContextMenuEvent *a_pEvt)
2883 if (a_pEvt->reason() == QContextMenuEvent::Mouse)
2885 Idx = indexAt(a_pEvt->pos());
2912 pMenu->exec(a_pEvt->globalPos());
2919 a_pEvt->accept();

Completed in 168 milliseconds