Searched defs:sltGuestMonitorChange (Results 1 - 4 of 4) 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) function in class:UIMachineLogicSeamless 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) function in class:UIMachineLogicFullscreen 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) function in class:UISession 1242 this, SLOT(sltGuestMonitorChange(KGuestMonitorChangedEventType, ulong, QRect)));
|
H A D | UIMachineLogic.cpp | 707 void UIMachineLogic::sltGuestMonitorChange(KGuestMonitorChangedEventType, ulong, QRect) function in class:UIMachineLogic 920 this, SLOT(sltGuestMonitorChange(KGuestMonitorChangedEventType, ulong, QRect)));
|
Completed in 69 milliseconds