Searched refs:screenGeo (Results 1 - 9 of 9) sorted by relevance
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/seamless/ |
H A D | UIMachineLogicSeamless.h | 65 virtual void sltGuestMonitorChange(KGuestMonitorChangedEventType changeType, ulong uScreenId, QRect screenGeo);
|
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/ |
H A D | UIConsoleEventHandler.h | 64 /** Notifies about guest-screen configuration change of @a type for @a uScreenId with @a screenGeo. */ 65 void sigGuestMonitorChange(KGuestMonitorChangedEventType type, ulong uScreenId, QRect screenGeo);
|
H A D | UISession.h | 283 void sigGuestMonitorChange(KGuestMonitorChangedEventType changeType, ulong uScreenId, QRect screenGeo); 326 void sltGuestMonitorChange(KGuestMonitorChangedEventType changeType, ulong uScreenId, QRect screenGeo);
|
H A D | UIMachineLogic.h | 174 virtual void sltGuestMonitorChange(KGuestMonitorChangedEventType changeType, ulong uScreenId, QRect screenGeo);
|
H A D | UISession.cpp | 772 void UISession::sltGuestMonitorChange(KGuestMonitorChangedEventType changeType, ulong uScreenId, QRect screenGeo) argument 792 emit sigGuestMonitorChange(changeType, uScreenId, screenGeo);
|
/vbox/src/VBox/Frontends/VirtualBox/src/globals/ |
H A D | UIMainEventListener.h | 98 /** Notifies about guest-screen configuration change of @a type for @a uScreenId with @a screenGeo. */ 99 void sigGuestMonitorChange(KGuestMonitorChangedEventType changeType, ulong uScreenId, QRect screenGeo);
|
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/ |
H A D | UIMachineLogicFullscreen.h | 106 virtual void sltGuestMonitorChange(KGuestMonitorChangedEventType changeType, ulong uScreenId, QRect screenGeo);
|
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);
|
Completed in 61 milliseconds