/vbox/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/ |
H A D | UIKeyboardHandlerFullscreen.h | 39 bool eventFilter(QObject *pWatched, QEvent *pEvent);
|
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);
|
H A D | UIMachineViewFullscreen.h | 47 bool eventFilter(QObject *pWatched, QEvent *pEvent);
|
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/normal/ |
H A D | UIKeyboardHandlerNormal.h | 40 bool eventFilter(QObject *pWatched, QEvent *pEvent);
|
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);
|
H A D | UIMachineViewNormal.h | 47 bool eventFilter(QObject *pWatched, QEvent *pEvent);
|
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/scale/ |
H A D | UIKeyboardHandlerScale.h | 40 bool eventFilter(QObject *pWatched, QEvent *pEvent);
|
H A D | UIMachineViewScale.h | 47 bool eventFilter(QObject *pWatched, QEvent *pEvent);
|
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 | UIKeyboardHandlerSeamless.h | 40 bool eventFilter(QObject *pWatched, QEvent *pEvent);
|
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);
|
H A D | UIMachineViewSeamless.h | 50 bool eventFilter(QObject *pWatched, QEvent *pEvent);
|
/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 | UIWarningPane.h | 63 bool eventFilter(QObject *pWatched, QEvent *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 | UIPopupStack.h | 83 bool eventFilter(QObject *pWatched, QEvent *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 | UIHotKeyEditor.h | 116 bool eventFilter(QObject *pWatched, QEvent *pEvent);
|
H A D | UIPopupBox.h | 80 bool eventFilter(QObject *pWatched, QEvent *pEvent);
|
/vbox/src/VBox/Frontends/VirtualBox/src/extensions/ |
H A D | QISplitter.h | 41 bool eventFilter(QObject *pWatched, QEvent *pEvent);
|
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.h | 81 bool eventFilter(QObject *pWatched, QEvent *pEvent);
|
H A D | UIMouseHandler.h | 107 bool eventFilter(QObject *pWatched, QEvent *pEvent);
|
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);
|
/vbox/src/VBox/Debugger/ |
H A D | VBoxDbgStatsQt4.h | 206 * @param pWatched The object event came to. 209 virtual bool eventFilter(QObject *pWatched, QEvent *pEvent);
|