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

12

/vbox/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/
H A DUIKeyboardHandlerFullscreen.h39 bool eventFilter(QObject *pWatched, QEvent *pEvent);
H A DUIMachineViewFullscreen.cpp75 bool UIMachineViewFullscreen::eventFilter(QObject *pWatched, QEvent *pEvent) argument
77 if (pWatched != 0 && pWatched == machineWindow())
100 return UIMachineView::eventFilter(pWatched, pEvent);
H A DUIMachineViewFullscreen.h47 bool eventFilter(QObject *pWatched, QEvent *pEvent);
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/normal/
H A DUIKeyboardHandlerNormal.h40 bool eventFilter(QObject *pWatched, QEvent *pEvent);
H A DUIMachineViewNormal.cpp75 bool UIMachineViewNormal::eventFilter(QObject *pWatched, QEvent *pEvent) argument
77 if (pWatched != 0 && pWatched == machineWindow())
95 return UIMachineView::eventFilter(pWatched, pEvent);
H A DUIMachineViewNormal.h47 bool eventFilter(QObject *pWatched, QEvent *pEvent);
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/scale/
H A DUIKeyboardHandlerScale.h40 bool eventFilter(QObject *pWatched, QEvent *pEvent);
H A DUIMachineViewScale.h47 bool eventFilter(QObject *pWatched, QEvent *pEvent);
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 DUIKeyboardHandlerSeamless.h40 bool eventFilter(QObject *pWatched, QEvent *pEvent);
H A DUIMachineViewSeamless.cpp90 bool UIMachineViewSeamless::eventFilter(QObject *pWatched, QEvent *pEvent) argument
92 if (pWatched != 0 && pWatched == machineWindow())
115 return UIMachineView::eventFilter(pWatched, pEvent);
H A DUIMachineViewSeamless.h50 bool eventFilter(QObject *pWatched, QEvent *pEvent);
/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 DUIWarningPane.h63 bool eventFilter(QObject *pWatched, QEvent *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 DUIPopupStack.h83 bool eventFilter(QObject *pWatched, QEvent *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 DUIHotKeyEditor.h116 bool eventFilter(QObject *pWatched, QEvent *pEvent);
H A DUIPopupBox.h80 bool eventFilter(QObject *pWatched, QEvent *pEvent);
/vbox/src/VBox/Frontends/VirtualBox/src/extensions/
H A DQISplitter.h41 bool eventFilter(QObject *pWatched, QEvent *pEvent);
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.h81 bool eventFilter(QObject *pWatched, QEvent *pEvent);
H A DUIMouseHandler.h107 bool eventFilter(QObject *pWatched, QEvent *pEvent);
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);
/vbox/src/VBox/Debugger/
H A DVBoxDbgStatsQt4.h206 * @param pWatched The object event came to.
209 virtual bool eventFilter(QObject *pWatched, QEvent *pEvent);

Completed in 315 milliseconds

12