Searched refs:UIActionIndexST_M_Machine_P_StartOrShow (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/selector/
H A DUIActionPoolSelector.h70 UIActionIndexST_M_Machine_P_StartOrShow, enumerator in enum:UIActionIndexST
H A DUISelectorWindow.cpp1223 pMenu->addAction(actionPool()->action(UIActionIndexST_M_Machine_P_StartOrShow));
1244 << actionPool()->action(UIActionIndexST_M_Machine_P_StartOrShow)
1317 mVMToolBar->addAction(actionPool()->action(UIActionIndexST_M_Machine_P_StartOrShow));
1399 connect(actionPool()->action(UIActionIndexST_M_Machine_P_StartOrShow), SIGNAL(triggered()), this, SLOT(sltPerformStartOrShowAction()));
1575 actionPool()->action(UIActionIndexST_M_Machine_P_StartOrShow)->setEnabled(isActionEnabled(UIActionIndexST_M_Machine_P_StartOrShow, items));
1601 actionPool()->action(UIActionIndexST_M_Machine_P_StartOrShow)->toActionPolymorphic()->setState(UIVMItem::isItemPoweredOff(pItem) ? 0 : 1);
1606 actionPool()->action(UIActionIndexST_M_Machine_P_StartOrShow)->toActionPolymorphic()->setState(0);
1676 case UIActionIndexST_M_Machine_P_StartOrShow:
H A DUIActionPoolSelector.cpp974 m_pool[UIActionIndexST_M_Machine_P_StartOrShow] = new UIActionStateCommonStartOrShow(this);
/vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/chooser/
H A DUIGChooserModel.cpp545 actionPool()->action(UIActionIndexST_M_Machine_P_StartOrShow)->activate(QAction::Trigger);
1209 m_pContextMenuMachine->addAction(actionPool()->action(UIActionIndexST_M_Machine_P_StartOrShow));
H A DUIGChooserItemMachine.cpp1152 actionPool()->action(UIActionIndexST_M_Machine_P_StartOrShow), SLOT(trigger()),

Completed in 192 milliseconds