Searched defs:eventFilter (Results 1 - 25 of 39) sorted by relevance

12

/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DQIWithRetranslateUI.h95 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 DVBoxUtils.h69 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 DUIKeyboardHandlerFullscreen.cpp46 bool UIKeyboardHandlerFullscreen::eventFilter(QObject *pWatchedObject, QEvent *pEvent) function in class:UIKeyboardHandlerFullscreen
77 return UIKeyboardHandler::eventFilter(pWatchedObject, pEvent);
H A DUIMachineViewFullscreen.cpp75 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 DUIKeyboardHandlerNormal.cpp56 bool UIKeyboardHandlerNormal::eventFilter(QObject *pWatchedObject, QEvent *pEvent) function in class:UIKeyboardHandlerNormal
117 return UIKeyboardHandler::eventFilter(pWatchedObject, pEvent);
H A DUIMachineViewNormal.cpp75 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 DUIKeyboardHandlerScale.cpp53 bool UIKeyboardHandlerScale::eventFilter(QObject *pWatchedObject, QEvent *pEvent) function in class:UIKeyboardHandlerScale
84 return UIKeyboardHandler::eventFilter(pWatchedObject, pEvent);
H A DUIMachineViewScale.cpp103 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 DUIKeyboardHandlerSeamless.cpp53 bool UIKeyboardHandlerSeamless::eventFilter(QObject *pWatchedObject, QEvent *pEvent) function in class:UIKeyboardHandlerSeamless
84 return UIKeyboardHandler::eventFilter(pWatchedObject, pEvent);
H A DUIMachineViewSeamless.cpp90 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 DUIWarningPane.cpp140 bool UIWarningPane::eventFilter(QObject *pWatched, QEvent *pEvent) function in class:UIWarningPane
196 return QWidget::eventFilter(pWatched, pEvent);
H A DUIHotKeyEditor.cpp181 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 DUIPopupStack.cpp250 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 DUIMiniToolBar.cpp450 bool UIRuntimeMiniToolBar::eventFilter(QObject *pWatched, QEvent *pEvent) function in class:UIRuntimeMiniToolBar
468 return QWidget::eventFilter(pWatched, pEvent);
H A DUIPopupBox.cpp204 bool UIPopupBox::eventFilter(QObject *pWatched, QEvent *pEvent) function in class:UIPopupBox
214 return QWidget::eventFilter(pWatched, pEvent);
H A DUIPopupPane.cpp283 bool UIPopupPane::eventFilter(QObject *pWatched, QEvent *pEvent) function in class:UIPopupPane
/vbox/src/VBox/Frontends/VirtualBox/src/
H A DVBoxLicenseViewer.cpp128 bool VBoxLicenseViewer::eventFilter (QObject *aObject, QEvent *aEvent) function in class:VBoxLicenseViewer
140 return QDialog::eventFilter (aObject, aEvent);
H A DVBoxSnapshotDetailsDlg.cpp141 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 DQIMainDialog.cpp267 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 DQISplitter.cpp166 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 DUIDnDMIMEData.cpp131 * (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 DUIVMCloseDialog.cpp440 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 DUIWindowMenuManager.cpp216 bool UIWindowMenuManager::eventFilter(QObject *pObj, QEvent *pEvent) function in class:UIWindowMenuManager
/vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/
H A DUIGDetailsModel.cpp266 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 DUISettingsDialog.cpp553 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);

Completed in 78 milliseconds

12