Searched defs:actionPool (Results 1 - 11 of 11) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIMenuBarEditorWindow.h82 const UIActionPool* actionPool() const { return m_pActionPool; } function in class:UIMenuBarEditorWidget
H A DUIMachineWindow.cpp196 UIActionPool* UIMachineWindow::actionPool() const function in class:UIMachineWindow
198 return machineLogic()->actionPool();
H A DUIMachineView.cpp784 UIActionPool* UIMachineView::actionPool() const function in class:UIMachineView
786 return machineWindow()->actionPool();
H A DUISession.h120 UIActionPool* actionPool() const { return m_pActionPool; } function in class:UISession
H A DUIKeyboardHandler.cpp849 UIActionPool* UIKeyboardHandler::actionPool() const function in class:UIKeyboardHandler
851 return machineLogic()->actionPool();
1015 actionPool()->processHotKey(QKeySequence(pKeyEvent->key()));
1592 fWasProcessed = actionPool()->processHotKey(QKeySequence((Qt::UNICODE_ACCEL + QChar(symbol).toUpper().unicode())));
1610 fWasProcessed = actionPool()->processHotKey(QKeySequence((Qt::UNICODE_ACCEL + qtSymbol.toUpper().unicode())));
1618 fWasProcessed = actionPool()->processHotKey(QKeySequence(Qt::UNICODE_ACCEL + QChar(pHotKey[0]).toUpper().unicode()));
H A DUIMachineLogic.cpp257 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...]
/vbox/src/VBox/Frontends/VirtualBox/src/selector/
H A DUISelectorWindow.h55 UIActionPool* actionPool() const { return m_pActionPool; } function in class:UISelectorWindow
/vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/chooser/
H A DUIGChooser.cpp69 UIActionPool* UIGChooser::actionPool() const function in class:UIGChooser
71 return selector()->actionPool();
H A DUIGChooserItem.cpp122 UIActionPool* UIGChooserItem::actionPool() const function in class:UIGChooserItem
124 return model()->actionPool();
H A DUIGChooserModel.cpp145 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...]
/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DUIActionPool.h152 UIActionPool* actionPool() const { return m_pActionPool; } function in class:UIAction

Completed in 86 milliseconds