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

/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIVMCloseDialog.cpp326 bool fIsPowerOffAllowed = !(m_restictedCloseActions & MachineCloseAction_PowerOff); local
327 bool fIsPowerOffAndRestoreAllowed = fIsPowerOffAllowed && !(m_restictedCloseActions & MachineCloseAction_PowerOff_RestoringSnapshot);
345 setPowerOffButtonVisible(fIsPowerOffAllowed);
368 else if (m_lastCloseAction == MachineCloseAction_PowerOff && fIsPowerOffAllowed)
386 else if (fIsPowerOffAllowed)

Completed in 46 milliseconds