Searched defs:pWatched (Results 1 - 17 of 17) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/widgets/
H A DUIWarningPane.cpp140 bool UIWarningPane::eventFilter(QObject *pWatched, QEvent *pEvent) argument
149 if (QLabel *pIconLabel = qobject_cast<QLabel*>(pWatched))
170 if (QLabel *pIconLabel = qobject_cast<QLabel*>(pWatched))
196 return QWidget::eventFilter(pWatched, pEvent);
H A DUIHotKeyEditor.cpp181 bool UIHotKeyEditor::eventFilter(QObject *pWatched, QEvent *pEvent) argument
184 if (pWatched != m_pLineEdit)
185 return QWidget::eventFilter(pWatched, pEvent);
190 return QWidget::eventFilter(pWatched, pEvent);
H A DUIPopupStack.cpp250 bool UIPopupStack::eventFilter(QObject *pWatched, QEvent *pEvent) argument
253 if (!parent() || pWatched != parent())
254 return QWidget::eventFilter(pWatched, pEvent);
276 return QWidget::eventFilter(pWatched, 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/fullscreen/
H A DUIMachineViewFullscreen.cpp75 bool UIMachineViewFullscreen::eventFilter(QObject *pWatched, QEvent *pEvent) argument
77 if (pWatched != 0 && pWatched == machineWindow())
100 return UIMachineView::eventFilter(pWatched, pEvent);
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/normal/
H A DUIMachineViewNormal.cpp75 bool UIMachineViewNormal::eventFilter(QObject *pWatched, QEvent *pEvent) argument
77 if (pWatched != 0 && pWatched == machineWindow())
95 return UIMachineView::eventFilter(pWatched, pEvent);
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/scale/
H A DUIMachineViewScale.cpp103 bool UIMachineViewScale::eventFilter(QObject *pWatched, QEvent *pEvent) argument
105 if (pWatched != 0 && pWatched == viewport())
120 return UIMachineView::eventFilter(pWatched, pEvent);
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/seamless/
H A DUIMachineViewSeamless.cpp90 bool UIMachineViewSeamless::eventFilter(QObject *pWatched, QEvent *pEvent) argument
92 if (pWatched != 0 && pWatched == machineWindow())
115 return UIMachineView::eventFilter(pWatched, pEvent);
/vbox/src/VBox/Frontends/VirtualBox/src/extensions/
H A DQISplitter.cpp166 bool QISplitter::eventFilter(QObject *pWatched, QEvent *pEvent) argument
168 if (pWatched == handle(1))
200 && pHandle != pWatched)
259 return QSplitter::eventFilter(pWatched, pEvent);
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIVMCloseDialog.cpp440 bool UIVMCloseDialog::eventFilter(QObject *pWatched, QEvent *pEvent) argument
447 if (qobject_cast<QRadioButton*>(pWatched))
456 return QIWithRetranslateUI<QIDialog>::eventFilter(pWatched, 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 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.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);

Completed in 92 milliseconds