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

/vbox/src/VBox/Frontends/VirtualBox/src/runtime/seamless/
H A DUIMachineLogicSeamless.cpp184 void UIMachineLogicSeamless::sltGuestMonitorChange(KGuestMonitorChangedEventType changeType, ulong uScreenId, QRect screenGeo) argument
192 UIMachineLogic::sltGuestMonitorChange(changeType, uScreenId, screenGeo);
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/
H A DUIMachineLogicFullscreen.cpp412 void UIMachineLogicFullscreen::sltGuestMonitorChange(KGuestMonitorChangedEventType changeType, ulong uScreenId, QRect screenGeo) argument
422 UIMachineLogic::sltGuestMonitorChange(changeType, uScreenId, screenGeo);
427 UIMachineLogic::sltGuestMonitorChange(changeType, uScreenId, screenGeo);
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUISession.cpp772 void UISession::sltGuestMonitorChange(KGuestMonitorChangedEventType changeType, ulong uScreenId, QRect screenGeo) argument
775 if (changeType == KGuestMonitorChangedEventType_NewOrigin)
779 if (changeType == KGuestMonitorChangedEventType_Disabled && uScreenId == 0)
784 && changeType == KGuestMonitorChangedEventType_Enabled)
788 && changeType == KGuestMonitorChangedEventType_Disabled)
792 emit sigGuestMonitorChange(changeType, uScreenId, screenGeo);
/vbox/src/VBox/Additions/x11/x11include/4.3/include/extensions/
H A Dlbxstr.h50 BOOL changeType; member in struct:__anon2725
/vbox/src/VBox/Additions/x11/x11include/xextproto-7.1.1/X11/extensions/
H A Dlbxproto.h97 BOOL changeType; member in struct:__anon3904

Completed in 48 milliseconds