Searched defs:isActionEnabled (Results 1 - 1 of 1) sorted by relevance
/vbox/src/VBox/Frontends/VirtualBox/src/selector/ |
H A D | UISelectorWindow.cpp | 460 if (!isActionEnabled(UIActionIndexST_M_Group_P_StartOrShow, QList<UIVMItem*>() << pItem)) 481 if (isActionEnabled(UIActionIndexST_M_Group_S_Discard, QList<UIVMItem*>() << pItem)) 524 if (!isActionEnabled(UIActionIndexST_M_Group_T_Pause, QList<UIVMItem*>() << pItem)) 576 if (isActionEnabled(UIActionIndexST_M_Group_S_Reset, QList<UIVMItem*>() << pItem)) 615 if (!isActionEnabled(UIActionIndexST_M_Machine_M_Close_S_SaveState, QList<UIVMItem*>() << pItem)) 661 if (isActionEnabled(UIActionIndexST_M_Machine_M_Close_S_Shutdown, QList<UIVMItem*>() << pItem)) 702 if (isActionEnabled(UIActionIndexST_M_Machine_M_Close_S_PowerOff, QList<UIVMItem*>() << pItem)) 751 if (!isActionEnabled(UIActionIndexST_M_Group_S_ShowLogDialog, QList<UIVMItem*>() << pItem)) 769 if (!isActionEnabled(UIActionIndexST_M_Group_S_ShowInFileManager, QList<UIVMItem*>() << pItem)) 787 if (!isActionEnabled(UIActionIndexST_M_Group_S_CreateShortcu 1629 bool UISelectorWindow::isActionEnabled(int iActionIndex, const QList<UIVMItem*> &items) function in class:UISelectorWindow [all...] |
Completed in 353 milliseconds