Searched refs:UIVisualStateType_Normal (Results 1 - 15 of 15) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIMachine.cpp176 m_initialVisualState = UIVisualStateType_Normal;
186 , m_initialVisualState(UIVisualStateType_Normal)
H A DUIMachineWindow.cpp69 case UIVisualStateType_Normal:
534 case UIVisualStateType_Normal: return 0;
H A DUIMultiScreenLayout.cpp96 QRect geo = gEDataManager->machineWindowGeometry(UIVisualStateType_Normal, iGuestScreen, vboxGlobal().managedVMUuid());
H A DUIMachineView.cpp114 case UIVisualStateType_Normal:
285 if (visualStateType() == UIVisualStateType_Normal &&
926 if (visualStateType() == UIVisualStateType_Normal)
H A DUIKeyboardHandler.cpp95 case UIVisualStateType_Normal:
233 case UIVisualStateType_Normal:
301 case UIVisualStateType_Normal:
H A DUIMouseHandler.cpp86 case UIVisualStateType_Normal:
H A DUIMachineLogic.cpp149 case UIVisualStateType_Normal:
461 uisession()->changeVisualState(UIVisualStateType_Normal);
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/
H A DUIMachineLogicFullscreen.cpp244 type = UIVisualStateType_Normal;
282 uisession()->setRequestedVisualState(UIVisualStateType_Normal);
299 uisession()->setRequestedVisualState(UIVisualStateType_Normal);
348 case UIVisualStateType_Normal:
353 uisession()->changeVisualState(UIVisualStateType_Normal);
H A DUIMachineWindowFullscreen.cpp323 QRect geo = gEDataManager->machineWindowGeometry(UIVisualStateType_Normal, m_uScreenId, vboxGlobal().managedVMUuid());
/vbox/src/VBox/Frontends/VirtualBox/src/extradata/
H A DUIExtraDataDefs.h567 UIVisualStateType_Normal = RT_BIT(0), enumerator in enum:UIVisualStateType
H A DUIExtraDataManager.cpp2482 case UIVisualStateType_Normal: strKey = extraDataKeyPerScreen(GUI_LastNormalWindowPosition, uScreenIndex); break;
2516 case UIVisualStateType_Normal: strKey = extraDataKeyPerScreen(GUI_LastNormalWindowPosition, uScreenIndex); break;
2534 case UIVisualStateType_Normal: strKey = extraDataKeyPerScreen(GUI_LastNormalWindowPosition, uScreenIndex); break;
3044 return UIVisualStateType_Normal;
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/normal/
H A DUIMachineLogicNormal.cpp52 : UIMachineLogic(pParent, pSession, UIVisualStateType_Normal)
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/seamless/
H A DUIMachineLogicSeamless.cpp140 uisession()->changeVisualState(UIVisualStateType_Normal);
/vbox/src/VBox/Frontends/VirtualBox/src/converter/
H A DUIConverterBackendGlobal.cpp825 case UIVisualStateType_Normal: strResult = "Normal"; break;
845 keys << "Normal"; values << UIVisualStateType_Normal; local
/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DVBoxGlobal.cpp4005 visualStateType = UIVisualStateType_Normal;

Completed in 108 milliseconds