Searched refs:pWatched (Results 26 - 40 of 40) sorted by relevance

12

/vbox/src/VBox/Frontends/VirtualBox/src/widgets/
H A DUIMiniToolBar.h120 * installed as an event-filter for the @a pWatched. */
121 bool eventFilter(QObject *pWatched, QEvent *pEvent);
H A DUIPopupPane.h110 bool eventFilter(QObject *pWatched, QEvent *pEvent);
H A DUIMiniToolBar.cpp450 bool UIRuntimeMiniToolBar::eventFilter(QObject *pWatched, QEvent *pEvent) argument
457 if (pWatched && m_pEmbeddedToolbar && pWatched == m_pEmbeddedToolbar &&
462 if (pWatched == this &&
468 return QWidget::eventFilter(pWatched, pEvent);
H A DUIPopupBox.cpp204 bool UIPopupBox::eventFilter(QObject *pWatched, QEvent *pEvent) argument
214 return QWidget::eventFilter(pWatched, pEvent);
H A DUIPopupPane.cpp283 bool UIPopupPane::eventFilter(QObject *pWatched, QEvent *pEvent) argument
304 if (pWatched == this && m_fHovered && !m_fFocused)
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIMachineView.h247 bool eventFilter(QObject *pWatched, QEvent *pEvent);
H A DUIMachineView.cpp1260 bool UIMachineView::eventFilter(QObject *pWatched, QEvent *pEvent) argument
1262 if (pWatched == viewport())
1283 if (pWatched == this)
1302 if (pWatched == machineWindow())
1340 return QAbstractScrollArea::eventFilter(pWatched, pEvent);
H A DUIMachineLogic.h238 bool eventFilter(QObject *pWatched, QEvent *pEvent);
H A DUIMouseHandler.cpp499 bool UIMouseHandler::eventFilter(QObject *pWatched, QEvent *pEvent) argument
502 if (QWidget *pWatchedWidget = qobject_cast<QWidget*>(pWatched))
715 return QObject::eventFilter(pWatched, pEvent);
H A DUIMachineLogic.cpp1267 bool UIMachineLogic::eventFilter(QObject *pWatched, QEvent *pEvent) argument
1270 if (UIMachineWindow *pMachineWindow = qobject_cast<UIMachineWindow*>(pWatched))
1314 return QIWithRetranslateUI3<QObject>::eventFilter(pWatched, pEvent);
/vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/chooser/
H A DUIGChooserItemGroup.h243 bool eventFilter(QObject *pWatched, QEvent *pEvent);
H A DUIGChooserModel.h237 bool eventFilter(QObject *pWatched, QEvent *pEvent);
H A DUIGChooserItemGroup.cpp1851 bool UIGroupRenameEditor::eventFilter(QObject *pWatched, QEvent *pEvent) argument
1854 if (pWatched != m_pLineEdit)
1855 return QWidget::eventFilter(pWatched, pEvent);
1878 return QWidget::eventFilter(pWatched, pEvent);
H A DUIGChooserModel.cpp1335 bool UIGChooserModel::eventFilter(QObject *pWatched, QEvent *pEvent) argument
1338 if (pWatched != m_pScene)
1339 return QObject::eventFilter(pWatched, pEvent);
1343 return QObject::eventFilter(pWatched, pEvent);
1369 return QObject::eventFilter(pWatched, pEvent);
/vbox/src/VBox/Debugger/
H A DVBoxDbgStatsQt4.cpp3155 bool VBoxDbgStats::eventFilter(QObject *pWatched, QEvent *pEvent)
3158 if (pWatched != parent())
3159 return VBoxDbgBaseWindow::eventFilter(pWatched, pEvent);
3169 return VBoxDbgBaseWindow::eventFilter(pWatched, pEvent);

Completed in 106 milliseconds

12