/vbox/src/VBox/Frontends/VirtualBox/src/globals/ |
H A D | QIWithRetranslateUI.h | 95 virtual bool eventFilter(QObject *pObject, QEvent *pEvent) function in class:QIWithRetranslateUI3 107 return Base::eventFilter(pObject, pEvent); 126 virtual bool eventFilter(QObject *pObject, QEvent *pEvent) function in class:QIWithRetranslateUI4 138 return Base::eventFilter(pObject, pEvent);
|
H A D | VBoxUtils.h | 69 bool eventFilter (QObject * /* aObject */, QEvent *aEvent) function in class:QIAltKeyFilter 99 bool eventFilter (QObject *aObject, QEvent *aEvent) function in class:QIFocusProxy 106 return QObject::eventFilter (aObject, aEvent);
|
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/ |
H A D | UIKeyboardHandlerFullscreen.cpp | 46 bool UIKeyboardHandlerFullscreen::eventFilter(QObject *pWatchedObject, QEvent *pEvent) function in class:UIKeyboardHandlerFullscreen 77 return UIKeyboardHandler::eventFilter(pWatchedObject, pEvent);
|
H A D | UIMachineViewFullscreen.cpp | 75 bool UIMachineViewFullscreen::eventFilter(QObject *pWatched, QEvent *pEvent) function in class:UIMachineViewFullscreen 100 return UIMachineView::eventFilter(pWatched, pEvent);
|
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/normal/ |
H A D | UIKeyboardHandlerNormal.cpp | 56 bool UIKeyboardHandlerNormal::eventFilter(QObject *pWatchedObject, QEvent *pEvent) function in class:UIKeyboardHandlerNormal 117 return UIKeyboardHandler::eventFilter(pWatchedObject, pEvent);
|
H A D | UIMachineViewNormal.cpp | 75 bool UIMachineViewNormal::eventFilter(QObject *pWatched, QEvent *pEvent) function in class:UIMachineViewNormal 95 return UIMachineView::eventFilter(pWatched, pEvent);
|
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/scale/ |
H A D | UIKeyboardHandlerScale.cpp | 53 bool UIKeyboardHandlerScale::eventFilter(QObject *pWatchedObject, QEvent *pEvent) function in class:UIKeyboardHandlerScale 84 return UIKeyboardHandler::eventFilter(pWatchedObject, pEvent);
|
H A D | UIMachineViewScale.cpp | 103 bool UIMachineViewScale::eventFilter(QObject *pWatched, QEvent *pEvent) function in class:UIMachineViewScale 120 return UIMachineView::eventFilter(pWatched, pEvent);
|
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/seamless/ |
H A D | UIKeyboardHandlerSeamless.cpp | 53 bool UIKeyboardHandlerSeamless::eventFilter(QObject *pWatchedObject, QEvent *pEvent) function in class:UIKeyboardHandlerSeamless 84 return UIKeyboardHandler::eventFilter(pWatchedObject, pEvent);
|
H A D | UIMachineViewSeamless.cpp | 90 bool UIMachineViewSeamless::eventFilter(QObject *pWatched, QEvent *pEvent) function in class:UIMachineViewSeamless 115 return UIMachineView::eventFilter(pWatched, pEvent);
|
/vbox/src/VBox/Frontends/VirtualBox/src/widgets/ |
H A D | UIWarningPane.cpp | 140 bool UIWarningPane::eventFilter(QObject *pWatched, QEvent *pEvent) function in class:UIWarningPane 196 return QWidget::eventFilter(pWatched, pEvent);
|
H A D | UIHotKeyEditor.cpp | 181 bool UIHotKeyEditor::eventFilter(QObject *pWatched, QEvent *pEvent) function in class:UIHotKeyEditor 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) function in class:UIPopupStack 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) function in class:UIRuntimeMiniToolBar 468 return QWidget::eventFilter(pWatched, pEvent);
|
H A D | UIPopupBox.cpp | 204 bool UIPopupBox::eventFilter(QObject *pWatched, QEvent *pEvent) function in class:UIPopupBox 214 return QWidget::eventFilter(pWatched, pEvent);
|
H A D | UIPopupPane.cpp | 283 bool UIPopupPane::eventFilter(QObject *pWatched, QEvent *pEvent) function in class:UIPopupPane
|
/vbox/src/VBox/Frontends/VirtualBox/src/ |
H A D | VBoxLicenseViewer.cpp | 128 bool VBoxLicenseViewer::eventFilter (QObject *aObject, QEvent *aEvent) function in class:VBoxLicenseViewer 140 return QDialog::eventFilter (aObject, aEvent);
|
H A D | VBoxSnapshotDetailsDlg.cpp | 141 bool VBoxSnapshotDetailsDlg::eventFilter (QObject *aObject, QEvent *aEvent) function in class:VBoxSnapshotDetailsDlg 149 return QDialog::eventFilter (aObject, aEvent);
|
/vbox/src/VBox/Frontends/VirtualBox/src/extensions/ |
H A D | QIMainDialog.cpp | 267 bool QIMainDialog::eventFilter(QObject *pObject, QEvent *pEvent) function in class:QIMainDialog 271 return QMainWindow::eventFilter(pObject, pEvent); 276 return QMainWindow::eventFilter(pObject, pEvent); 314 return QMainWindow::eventFilter(pObject, pEvent);
|
H A D | QISplitter.cpp | 166 bool QISplitter::eventFilter(QObject *pWatched, QEvent *pEvent) function in class:QISplitter 259 return QSplitter::eventFilter(pWatched, pEvent);
|
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/ |
H A D | UIDnDMIMEData.cpp | 131 * (see UIDnDMimeData::eventFilter). This filter will update the current 193 bool UIDnDMimeData::eventFilter(QObject *pObject, QEvent *pEvent) function in class:UIDnDMimeData 238 return QObject::eventFilter(pObject, pEvent);
|
H A D | UIVMCloseDialog.cpp | 440 bool UIVMCloseDialog::eventFilter(QObject *pWatched, QEvent *pEvent) function in class:UIVMCloseDialog 456 return QIWithRetranslateUI<QIDialog>::eventFilter(pWatched, pEvent);
|
/vbox/src/VBox/Frontends/VirtualBox/src/platform/darwin/ |
H A D | UIWindowMenuManager.cpp | 216 bool UIWindowMenuManager::eventFilter(QObject *pObj, QEvent *pEvent) function in class:UIWindowMenuManager
|
/vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/ |
H A D | UIGDetailsModel.cpp | 266 bool UIGDetailsModel::eventFilter(QObject *pObject, QEvent *pEvent) function in class:UIGDetailsModel 270 return QObject::eventFilter(pObject, pEvent); 274 return QObject::eventFilter(pObject, pEvent);
|
/vbox/src/VBox/Frontends/VirtualBox/src/settings/ |
H A D | UISettingsDialog.cpp | 553 bool UISettingsDialog::eventFilter(QObject *pObject, QEvent *pEvent) function in class:UISettingsDialog 557 return QIMainDialog::eventFilter(pObject, pEvent); 562 return QIMainDialog::eventFilter(pObject, pEvent); 590 return QIMainDialog::eventFilter(pObject, pEvent);
|