Searched defs:activeMachineWindow (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIMachineLogic.cpp316 UIMachineWindow* UIMachineLogic::activeMachineWindow() const function in class:UIMachineLogic
405 return popupCenter().cannotSendACPIToMachine(activeMachineWindow());
433 if (activeMachineWindow())
436 popupCenter().hidePopupStack(activeMachineWindow());
437 popupCenter().setPopupStackType(activeMachineWindow(), fVisible ? UIPopupStackType_Separate : UIPopupStackType_Embedded);
438 popupCenter().showPopupStack(activeMachineWindow());
781 * because we want UIMachineLogic::activeMachineWindow() to be yet alive. */
782 popupCenter().hidePopupStack(activeMachineWindow());
792 * because we want UIMachineLogic::activeMachineWindow() to be already alive. */
793 popupCenter().setPopupStackType(activeMachineWindow(),
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DVBoxGlobal.cpp389 QWidget* VBoxGlobal::activeMachineWindow() const function in class:VBoxGlobal
2063 msgCenter().cannotSaveMachineSettings(machine, activeMachineWindow());

Completed in 59 milliseconds