Searched refs:changeType (Results 1 - 14 of 14) 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/globals/ |
H A D | UIMainEventListener.h | 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);
|
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/ |
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 | UISession.cpp | 772 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 D | UIMachineLogic.h | 174 virtual void sltGuestMonitorChange(KGuestMonitorChangedEventType changeType, ulong uScreenId, QRect screenGeo);
|
/vbox/src/VBox/Additions/x11/x11include/4.3/include/extensions/ |
H A D | lbxstr.h | 50 BOOL changeType; member in struct:__anon2725
|
/vbox/src/VBox/Additions/x11/x11include/xextproto-7.1.1/X11/extensions/ |
H A D | lbxproto.h | 97 BOOL changeType; member in struct:__anon3904
|
/vbox/src/VBox/Main/cbinding/ |
H A D | VBoxCAPI_v4_0.h | 7325 nsresult (*GetChangeType)(IGuestMonitorChangedEvent *pThis, PRUint32 *changeType);
|
H A D | VBoxCAPI_v4_1.h | 7723 nsresult (*GetChangeType)(IGuestMonitorChangedEvent *pThis, PRUint32 *changeType);
|
H A D | VBoxCAPI_v4_2.h | 8729 nsresult (*GetChangeType)(IGuestMonitorChangedEvent *pThis, PRUint32 *changeType);
|
H A D | VBoxCAPI_v4_3.h | 20688 nsresult (*GetChangeType)(IGuestMonitorChangedEvent *pThis, PRUint32 *changeType); 20721 nsresult (*GetChangeType)(IGuestMonitorChangedEvent *pThis, PRUint32 *changeType);
|
Completed in 290 milliseconds