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

/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIMenuBarEditorWindow.cpp129 /* Load current menu-bar restrictions: */
130 UIExtraDataMetaDefs::MenuType restrictions = gEDataManager->restrictedRuntimeMenuTypes(machineID()); local
132 restrictions = (UIExtraDataMetaDefs::MenuType)(restrictions ^ type);
133 /* Save updated menu-bar restrictions: */
134 gEDataManager->setRestrictedRuntimeMenuTypes(restrictions, machineID());
142 /* Load current menu-bar restrictions: */
143 UIExtraDataMetaDefs::MenuApplicationActionType restrictions = gEDataManager->restrictedRuntimeMenuApplicationActionTypes(machineID()); local
145 restrictions = (UIExtraDataMetaDefs::MenuApplicationActionType)(restrictions
156 UIExtraDataMetaDefs::RuntimeMenuMachineActionType restrictions = gEDataManager->restrictedRuntimeMenuMachineActionTypes(machineID()); local
169 UIExtraDataMetaDefs::RuntimeMenuViewActionType restrictions = gEDataManager->restrictedRuntimeMenuViewActionTypes(machineID()); local
182 UIExtraDataMetaDefs::RuntimeMenuInputActionType restrictions = gEDataManager->restrictedRuntimeMenuInputActionTypes(machineID()); local
195 UIExtraDataMetaDefs::RuntimeMenuDevicesActionType restrictions = gEDataManager->restrictedRuntimeMenuDevicesActionTypes(machineID()); local
209 UIExtraDataMetaDefs::RuntimeMenuDebuggerActionType restrictions = gEDataManager->restrictedRuntimeMenuDebuggerActionTypes(machineID()); local
224 UIExtraDataMetaDefs::MenuWindowActionType restrictions = gEDataManager->restrictedRuntimeMenuWindowActionTypes(machineID()); local
238 UIExtraDataMetaDefs::MenuHelpActionType restrictions = gEDataManager->restrictedRuntimeMenuHelpActionTypes(machineID()); local
[all...]
H A DUIStatusBarEditorWindow.cpp320 /* Load current status-bar indicator restrictions: */
321 QList<IndicatorType> restrictions = local
325 if (restrictions.contains(type))
326 restrictions.removeAll(type);
328 restrictions.append(type);
330 /* Save updated status-bar indicator restrictions: */
331 gEDataManager->setRestrictedStatusBarIndicators(restrictions, machineID());

Completed in 1334 milliseconds