Searched refs:screenGeo (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/runtime/seamless/
H A DUIMachineLogicSeamless.h65 virtual void sltGuestMonitorChange(KGuestMonitorChangedEventType changeType, ulong uScreenId, QRect screenGeo);
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/
H A DUIConsoleEventHandler.h64 /** 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 DUISession.h283 void sigGuestMonitorChange(KGuestMonitorChangedEventType changeType, ulong uScreenId, QRect screenGeo);
326 void sltGuestMonitorChange(KGuestMonitorChangedEventType changeType, ulong uScreenId, QRect screenGeo);
H A DUIMachineLogic.h174 virtual void sltGuestMonitorChange(KGuestMonitorChangedEventType changeType, ulong uScreenId, QRect screenGeo);
H A DUISession.cpp772 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 DUIMainEventListener.h98 /** 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 DUIMachineLogicFullscreen.h106 virtual void sltGuestMonitorChange(KGuestMonitorChangedEventType changeType, ulong uScreenId, QRect screenGeo);
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);

Completed in 61 milliseconds