/vbox/src/VBox/Frontends/VirtualBox/src/widgets/ |
H A D | UIWarningPane.cpp | 140 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 D | UIHotKeyEditor.cpp | 181 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 D | UIPopupStack.cpp | 250 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 D | UIMiniToolBar.cpp | 450 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 D | UIPopupBox.cpp | 204 bool UIPopupBox::eventFilter(QObject *pWatched, QEvent *pEvent) argument 214 return QWidget::eventFilter(pWatched, pEvent);
|
H A D | UIPopupPane.cpp | 283 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 D | UIMachineViewFullscreen.cpp | 75 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 D | UIMachineViewNormal.cpp | 75 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 D | UIMachineViewScale.cpp | 103 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 D | UIMachineViewSeamless.cpp | 90 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 D | QISplitter.cpp | 166 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 D | UIVMCloseDialog.cpp | 440 bool UIVMCloseDialog::eventFilter(QObject *pWatched, QEvent *pEvent) argument 447 if (qobject_cast<QRadioButton*>(pWatched)) 456 return QIWithRetranslateUI<QIDialog>::eventFilter(pWatched, pEvent);
|
H A D | UIMachineView.cpp | 1260 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 D | UIMouseHandler.cpp | 499 bool UIMouseHandler::eventFilter(QObject *pWatched, QEvent *pEvent) argument 502 if (QWidget *pWatchedWidget = qobject_cast<QWidget*>(pWatched)) 715 return QObject::eventFilter(pWatched, pEvent);
|
H A D | UIMachineLogic.cpp | 1267 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 D | UIGChooserItemGroup.cpp | 1851 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 D | UIGChooserModel.cpp | 1335 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);
|