/vbox/src/VBox/Frontends/VirtualBox/src/runtime/normal/ |
H A D | UIMachineLogicNormal.cpp | 117 const bool fEnabled = actionPool()->action(UIActionIndexRT_M_View_M_MenuBar_T_Visibility)->isChecked(); 122 actionPool()->action(UIActionIndexRT_M_View_M_MenuBar_S_Settings)->setEnabled(false); 124 actionPool()->action(UIActionIndexRT_M_View_M_MenuBar_T_Visibility)->setEnabled(false); 127 UIMenuBarEditorWindow *pMenuBarEditor = new UIMenuBarEditorWindow(activeMachineWindow(), actionPool()); 146 const bool fEnabled = actionPool()->action(UIActionIndexRT_M_View_M_MenuBar_T_Visibility)->isChecked(); 151 actionPool()->action(UIActionIndexRT_M_View_M_MenuBar_S_Settings)->setEnabled(true); 153 actionPool()->action(UIActionIndexRT_M_View_M_MenuBar_T_Visibility)->setEnabled(true); 175 const bool fEnabled = actionPool()->action(UIActionIndexRT_M_View_M_StatusBar_T_Visibility)->isChecked(); 179 actionPool()->action(UIActionIndexRT_M_View_M_StatusBar_S_Settings)->setEnabled(false); 180 actionPool() [all...] |
H A D | UIMachineWindowNormal.cpp | 132 QAction *pActionMenuBarSettings = actionPool()->action(UIActionIndexRT_M_View_M_MenuBar_S_Settings); 135 QAction *pActionMenuBarSwitch = actionPool()->action(UIActionIndexRT_M_View_M_MenuBar_T_Visibility); 152 actionPool()->action(UIActionIndexRT_M_View_M_MenuBar)->menu()->exec(menuBar()->mapToGlobal(position)); 165 QAction *pActionStatusBarSettings = actionPool()->action(UIActionIndexRT_M_View_M_StatusBar_S_Settings); 168 QAction *pActionStatusBarSwitch = actionPool()->action(UIActionIndexRT_M_View_M_StatusBar_T_Visibility); 185 actionPool()->action(UIActionIndexRT_M_View_M_StatusBar)->menu()->exec(statusBar()->mapToGlobal(position)); 194 case IndicatorType_HardDisks: pAction = actionPool()->action(UIActionIndexRT_M_Devices_M_HardDrives); break; 195 case IndicatorType_OpticalDisks: pAction = actionPool()->action(UIActionIndexRT_M_Devices_M_OpticalDevices); break; 196 case IndicatorType_FloppyDisks: pAction = actionPool()->action(UIActionIndexRT_M_Devices_M_FloppyDevices); break; 197 case IndicatorType_Network: pAction = actionPool() [all...] |
H A D | UIMachineViewNormal.cpp | 55 , m_bIsGuestAutoresizeEnabled(actionPool()->action(UIActionIndexRT_M_View_T_GuestAutoresize)->isChecked())
|
/vbox/src/VBox/Frontends/VirtualBox/src/selector/ |
H A D | UISelectorWindow.cpp | 323 if (actionPool()->action(UIActionIndex_M_Application_S_Preferences)->data().toBool()) 326 actionPool()->action(UIActionIndex_M_Application_S_Preferences)->setData(true); 337 actionPool()->action(UIActionIndex_M_Application_S_Preferences)->setData(false); 396 if (actionPool()->action(UIActionIndexST_M_Machine_S_Settings)->data().toBool()) 399 actionPool()->action(UIActionIndexST_M_Machine_S_Settings)->setData(true); 433 actionPool()->action(UIActionIndexST_M_Machine_S_Settings)->setData(false); 804 actionPool()->action(UIActionIndexST_M_Group_M_Close_S_Shutdown)->setEnabled(isActionEnabled(UIActionIndexST_M_Group_M_Close_S_Shutdown, items)); 813 actionPool()->action(UIActionIndexST_M_Machine_M_Close_S_Shutdown)->setEnabled(isActionEnabled(UIActionIndexST_M_Machine_M_Close_S_Shutdown, items)); 1106 prepareMenuFile(actionPool()->action(UIActionIndexST_M_File)->menu()); 1107 menuBar()->addMenu(actionPool() [all...] |
H A D | UISelectorWindow.h | 55 UIActionPool* actionPool() const { return m_pActionPool; } function in class:UISelectorWindow
|
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/scale/ |
H A D | UIMachineLogicScale.cpp | 56 gShortcutPool->shortcut(actionPool()->shortcutsExtraDataID(), 57 actionPool()->action(UIActionIndexRT_M_View_T_Scale)->shortcutExtraDataID()); 83 actionPool()->toRuntime()->setRestrictionForMenuView(UIActionRestrictionLevel_Logic, 93 UIAction *pActionScale = actionPool()->action(UIActionIndexRT_M_View_T_Scale); 108 connect(actionPool()->action(UIActionIndexRT_M_View_T_Scale), SIGNAL(triggered(bool)), 110 connect(actionPool()->action(UIActionIndexRT_M_View_T_Fullscreen), SIGNAL(triggered(bool)), 112 connect(actionPool()->action(UIActionIndexRT_M_View_T_Seamless), SIGNAL(triggered(bool)), 155 foreach (QMenu *pMenu, actionPool()->menus()) 187 disconnect(actionPool()->action(UIActionIndexRT_M_View_T_Scale), SIGNAL(triggered(bool)), 189 disconnect(actionPool() [all...] |
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/seamless/ |
H A D | UIMachineLogicSeamless.cpp | 55 actionPool()->toRuntime()->setMultiScreenLayout(m_pScreenLayout); 61 actionPool()->toRuntime()->setMultiScreenLayout(0); 82 gShortcutPool->shortcut(actionPool()->shortcutsExtraDataID(), 83 actionPool()->action(UIActionIndexRT_M_View_T_Seamless)->shortcutExtraDataID()); 212 actionPool()->toRuntime()->setRestrictionForMenuView(UIActionRestrictionLevel_Logic, 221 actionPool()->toRuntime()->setRestrictionForMenuBar(UIActionRestrictionLevel_Logic, 226 UIAction *pActionSeamless = actionPool()->action(UIActionIndexRT_M_View_T_Seamless); 241 connect(actionPool()->action(UIActionIndexRT_M_View_T_Seamless), SIGNAL(triggered(bool)), 243 connect(actionPool()->action(UIActionIndexRT_M_View_T_Fullscreen), SIGNAL(triggered(bool)), 245 connect(actionPool() [all...] |
H A D | UIMachineWindowSeamless.cpp | 132 m_pMiniToolBar->addMenus(actionPool()->menus()); 135 actionPool()->action(UIActionIndexRT_M_View_T_Seamless), SLOT(trigger())); 137 actionPool()->action(UIActionIndex_M_Application_S_Close), SLOT(trigger()));
|
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/ |
H A D | UIMenuBarEditorWindow.cpp | 507 QMenu *pMenu = prepareCopiedMenu(actionPool()->action(UIActionIndex_M_Application)); 512 prepareCopiedAction(pMenu, actionPool()->action(UIActionIndex_M_Application_S_About)); 514 prepareCopiedAction(pMenu, actionPool()->action(UIActionIndex_M_Application_S_NetworkAccessManager)); 516 prepareCopiedAction(pMenu, actionPool()->action(UIActionIndex_M_Application_S_ResetWarnings)); 518 prepareCopiedAction(pMenu, actionPool()->action(UIActionIndex_M_Application_S_Preferences)); 520 prepareCopiedAction(pMenu, actionPool()->action(UIActionIndex_M_Application_S_Preferences)); 523 prepareCopiedAction(pMenu, actionPool()->action(UIActionIndex_M_Application_S_NetworkAccessManager)); 525 prepareCopiedAction(pMenu, actionPool()->action(UIActionIndex_M_Application_S_ResetWarnings)); 533 QMenu *pMenu = prepareCopiedMenu(actionPool()->action(UIActionIndexRT_M_Machine)); 536 prepareCopiedAction(pMenu, actionPool() [all...] |
H A D | UIMachineLogic.cpp | 257 UIActionPool* UIMachineLogic::actionPool() const function in class:UIMachineLogic 259 return uisession()->actionPool(); 528 QAction *pPauseAction = actionPool()->action(UIActionIndexRT_M_Machine_T_Pause); 542 QAction *pPauseAction = actionPool()->action(UIActionIndexRT_M_Machine_T_Pause); 610 actionPool()->action(UIActionIndexRT_M_View_T_GuestAutoresize)->setEnabled(uisession()->isGuestSupportsGraphics()); 611 actionPool()->action(UIActionIndexRT_M_View_T_Seamless)->setEnabled(uisession()->isVisualStateAllowed(UIVisualStateType_Seamless) && 627 QAction *pAction = actionPool()->action(UIActionIndexRT_M_Input_M_Mouse_T_Integration); 952 m_pRunningActions->addAction(actionPool()->action(UIActionIndexRT_M_Machine_S_Reset)); 953 m_pRunningActions->addAction(actionPool()->action(UIActionIndexRT_M_Machine_S_Shutdown)); 954 m_pRunningActions->addAction(actionPool() [all...] |
H A D | UIActionPoolRuntime.cpp | 60 virtual bool isAllowed() const { return actionPool()->isAllowedInMenuBar(UIExtraDataMetaDefs::MenuType_Machine); } 84 virtual bool isAllowed() const { return actionPool()->toRuntime()->isAllowedInMenuMachine(UIExtraDataMetaDefs::RuntimeMenuMachineActionType_SettingsDialog); } 119 virtual bool isAllowed() const { return actionPool()->toRuntime()->isAllowedInMenuMachine(UIExtraDataMetaDefs::RuntimeMenuMachineActionType_TakeSnapshot); } 154 virtual bool isAllowed() const { return actionPool()->toRuntime()->isAllowedInMenuMachine(UIExtraDataMetaDefs::RuntimeMenuMachineActionType_InformationDialog); } 191 virtual bool isAllowed() const { return actionPool()->toRuntime()->isAllowedInMenuMachine(UIExtraDataMetaDefs::RuntimeMenuMachineActionType_Pause); } 226 virtual bool isAllowed() const { return actionPool()->toRuntime()->isAllowedInMenuMachine(UIExtraDataMetaDefs::RuntimeMenuMachineActionType_Reset); } 261 virtual bool isAllowed() const { return actionPool()->toRuntime()->isAllowedInMenuMachine(UIExtraDataMetaDefs::RuntimeMenuMachineActionType_SaveState); } 291 virtual bool isAllowed() const { return actionPool()->toRuntime()->isAllowedInMenuMachine(UIExtraDataMetaDefs::RuntimeMenuMachineActionType_Shutdown); } 330 virtual bool isAllowed() const { return actionPool()->toRuntime()->isAllowedInMenuMachine(UIExtraDataMetaDefs::RuntimeMenuMachineActionType_PowerOff); } 360 virtual bool isAllowed() const { return actionPool() [all...] |
H A D | UISession.cpp | 753 actionPool()->action(UIActionIndexRT_M_View_T_VRDEServer)->blockSignals(true); 754 actionPool()->action(UIActionIndexRT_M_View_T_VRDEServer)->setChecked(server.GetEnabled()); 755 actionPool()->action(UIActionIndexRT_M_View_T_VRDEServer)->blockSignals(false); 764 actionPool()->action(UIActionIndexRT_M_View_M_VideoCapture_T_Start)->blockSignals(true); 765 actionPool()->action(UIActionIndexRT_M_View_M_VideoCapture_T_Start)->setChecked(machine().GetVideoCaptureEnabled()); 766 actionPool()->action(UIActionIndexRT_M_View_M_VideoCapture_T_Start)->blockSignals(false); 1071 AssertPtrReturnVoid(actionPool()); 1074 actionPool()->toRuntime()->setSession(this); 1101 QAction *pOpticalDevicesMenu = actionPool()->action(UIActionIndexRT_M_Devices_M_OpticalDevices); 1102 QAction *pFloppyDevicesMenu = actionPool() [all...] |
H A D | UIMenuBarEditorWindow.h | 82 const UIActionPool* actionPool() const { return m_pActionPool; } function in class:UIMenuBarEditorWidget
|
H A D | UIMachineWindow.h | 65 UIActionPool* actionPool() const;
|
H A D | UIKeyboardHandler.h | 124 UIActionPool* actionPool() const;
|
H A D | UIMachineView.h | 179 UIActionPool* actionPool() const;
|
H A D | UIMachineWindow.cpp | 196 UIActionPool* UIMachineWindow::actionPool() const function in class:UIMachineWindow 198 return machineLogic()->actionPool();
|
/vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/chooser/ |
H A D | UIGChooserModel.cpp | 145 UIActionPool* UIGChooserModel::actionPool() const function in class:UIGChooserModel 147 return chooser()->actionPool(); 545 actionPool()->action(UIActionIndexST_M_Machine_P_StartOrShow)->activate(QAction::Trigger); 755 if (!actionPool()->action(UIActionIndexST_M_Group_S_Rename)->isEnabled()) 769 if (!actionPool()->action(UIActionIndexST_M_Group_S_Sort)->isEnabled()) 783 if (!actionPool()->action(UIActionIndexST_M_Group_S_Remove)->isEnabled()) 859 if (!actionPool()->action(UIActionIndexST_M_Machine_S_New)->isEnabled()) 883 if (!actionPool()->action(UIActionIndexST_M_Machine_S_AddGroup)->isEnabled()) 958 if (!actionPool()->action(UIActionIndexST_M_Machine_S_SortParent)->isEnabled()) 972 if (!actionPool() [all...] |
H A D | UIGChooser.h | 64 UIActionPool* actionPool() const;
|
H A D | UIGChooser.cpp | 69 UIActionPool* UIGChooser::actionPool() const function in class:UIGChooser 71 return selector()->actionPool();
|
H A D | UIGChooserItem.cpp | 122 UIActionPool* UIGChooserItem::actionPool() const function in class:UIGChooserItem 124 return model()->actionPool();
|
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/ |
H A D | UIMachineLogicFullscreen.cpp | 57 actionPool()->toRuntime()->setMultiScreenLayout(m_pScreenLayout); 63 actionPool()->toRuntime()->setMultiScreenLayout(0); 83 gShortcutPool->shortcut(actionPool()->shortcutsExtraDataID(), 84 actionPool()->action(UIActionIndexRT_M_View_T_Fullscreen)->shortcutExtraDataID()); 461 actionPool()->toRuntime()->setRestrictionForMenuView(UIActionRestrictionLevel_Logic, 469 actionPool()->toRuntime()->setRestrictionForMenuBar(UIActionRestrictionLevel_Logic, 474 UIAction *pActionFullscreen = actionPool()->action(UIActionIndexRT_M_View_T_Fullscreen); 489 connect(actionPool()->action(UIActionIndexRT_M_View_T_Fullscreen), SIGNAL(triggered(bool)), 491 connect(actionPool()->action(UIActionIndexRT_M_View_T_Seamless), SIGNAL(triggered(bool)), 493 connect(actionPool() [all...] |
H A D | UIMachineViewFullscreen.cpp | 60 , m_bIsGuestAutoresizeEnabled(actionPool()->action(UIActionIndexRT_M_View_T_GuestAutoresize)->isChecked())
|
H A D | UIMachineWindowFullscreen.cpp | 248 m_pMiniToolBar->addMenus(actionPool()->menus()); 251 actionPool()->action(UIActionIndexRT_M_View_T_Fullscreen), SLOT(trigger())); 253 actionPool()->action(UIActionIndex_M_Application_S_Close), SLOT(trigger()));
|
/vbox/src/VBox/Frontends/VirtualBox/src/globals/ |
H A D | UIActionPool.cpp | 186 gShortcutPool->shortcut(actionPool(), this).toString())); 340 virtual bool isAllowed() const { return actionPool()->isAllowedInMenuBar(UIExtraDataMetaDefs::MenuType_Application); } 371 virtual bool isAllowed() const { return actionPool()->isAllowedInMenuApplication(UIExtraDataMetaDefs::MenuApplicationActionType_Close); } 407 virtual bool isAllowed() const { return actionPool()->isAllowedInMenuBar(UIExtraDataMetaDefs::MenuType_Window); } 431 virtual bool isAllowed() const { return actionPool()->isAllowedInMenuWindow(UIExtraDataMetaDefs::MenuWindowActionType_Minimize); } 465 virtual bool isAllowed() const { return actionPool()->isAllowedInMenuBar(UIExtraDataMetaDefs::MenuType_Help); } 492 virtual bool isAllowed() const { return actionPool()->isAllowedInMenuHelp(UIExtraDataMetaDefs::MenuHelpActionType_Contents); } 535 virtual bool isAllowed() const { return actionPool()->isAllowedInMenuHelp(UIExtraDataMetaDefs::MenuHelpActionType_WebSite); } 569 virtual bool isAllowed() const { return actionPool()->isAllowedInMenuApplication(UIExtraDataMetaDefs::MenuApplicationActionType_ResetWarnings); } 604 virtual bool isAllowed() const { return actionPool() [all...] |