Searched defs:handleNativeNotification (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIMachineWindow.h122 virtual void handleNativeNotification(const QString & /* strNativeNotificationName */) {} function in class:UIMachineWindow
159 static void handleNativeNotification(const QString &strNativeNotificationName, QWidget *pWidget);
H A DUIMachineWindow.cpp544 void UIMachineWindow::handleNativeNotification(const QString &strNativeNotificationName, QWidget *pWidget) function in class:UIMachineWindow
547 LogRel(("UIMachineWindow::handleNativeNotification: Notification '%s' received.\n",
552 LogRel(("UIMachineWindow::handleNativeNotification: Redirecting '%s' notification to corresponding machine-window...\n",
554 pMachineWindow->handleNativeNotification(strNativeNotificationName);
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/
H A DUIMachineWindowFullscreen.cpp61 void UIMachineWindowFullscreen::handleNativeNotification(const QString &strNativeNotificationName) function in class:UIMachineWindowFullscreen
67 LogRel(("UIMachineWindowFullscreen::handleNativeNotification: Notification '%s' received.\n",
73 LogRel(("UIMachineWindowFullscreen::handleNativeNotification: "
82 LogRel(("UIMachineWindowFullscreen::handleNativeNotification: "
89 LogRel(("UIMachineWindowFullscreen::handleNativeNotification: "
98 LogRel(("UIMachineWindowFullscreen::handleNativeNotification: "
107 LogRel(("UIMachineWindowFullscreen::handleNativeNotification: "
223 UIMachineWindow::handleNativeNotification);
225 UIMachineWindow::handleNativeNotification);
227 UIMachineWindow::handleNativeNotification);
[all...]

Completed in 154 milliseconds