Searched refs:changeType (Results 1 - 14 of 14) 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/globals/
H A DUIMainEventListener.h99 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);
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUISession.h283 void sigGuestMonitorChange(KGuestMonitorChangedEventType changeType, ulong uScreenId, QRect screenGeo);
326 void sltGuestMonitorChange(KGuestMonitorChangedEventType changeType, ulong uScreenId, QRect screenGeo);
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);
H A DUIMachineLogic.h174 virtual void sltGuestMonitorChange(KGuestMonitorChangedEventType changeType, ulong uScreenId, QRect 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
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_0.h7325 nsresult (*GetChangeType)(IGuestMonitorChangedEvent *pThis, PRUint32 *changeType);
H A DVBoxCAPI_v4_1.h7723 nsresult (*GetChangeType)(IGuestMonitorChangedEvent *pThis, PRUint32 *changeType);
H A DVBoxCAPI_v4_2.h8729 nsresult (*GetChangeType)(IGuestMonitorChangedEvent *pThis, PRUint32 *changeType);
H A DVBoxCAPI_v4_3.h20688 nsresult (*GetChangeType)(IGuestMonitorChangedEvent *pThis, PRUint32 *changeType);
20721 nsresult (*GetChangeType)(IGuestMonitorChangedEvent *pThis, PRUint32 *changeType);

Completed in 290 milliseconds