Searched defs:screenGeo (Results 1 - 3 of 3) sorted by relevance
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/seamless/ |
H A D | UIMachineLogicSeamless.cpp | 184 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 D | UIMachineLogicFullscreen.cpp | 412 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 D | UISession.cpp | 772 void UISession::sltGuestMonitorChange(KGuestMonitorChangedEventType changeType, ulong uScreenId, QRect screenGeo) argument 792 emit sigGuestMonitorChange(changeType, uScreenId, screenGeo);
|
Completed in 52 milliseconds