Searched refs:actionPool (Results 26 - 33 of 33) sorted by relevance

12

/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
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.h90 UIActionPool* actionPool() const;
H A DUISession.h120 UIActionPool* actionPool() const { return m_pActionPool; } function in class:UISession
H A DUIMachineView.cpp784 UIActionPool* UIMachineView::actionPool() const function in class:UIMachineView
786 return machineWindow()->actionPool();
/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DUIActionPool.h152 UIActionPool* actionPool() const { return m_pActionPool; } function in class:UIAction
/vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/chooser/
H A DUIGChooserItem.h90 UIActionPool* actionPool() const;
H A DUIGChooserItemMachine.cpp1149 actionPool()->action(UIActionIndexST_M_Machine_S_Settings), SLOT(trigger()),
1152 actionPool()->action(UIActionIndexST_M_Machine_P_StartOrShow), SLOT(trigger()),
1155 actionPool()->action(UIActionIndexST_M_Machine_T_Pause), SLOT(trigger()),
1158 actionPool()->action(UIActionIndexST_M_Machine_M_Close_S_PowerOff), SLOT(trigger()),
H A DUIGChooserModel.h99 UIActionPool* actionPool() const;

Completed in 69 milliseconds

12