Searched refs:uScreenId (Results 26 - 50 of 70) sorted by relevance

123

/vbox/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/
H A DUIMachineLogicFullscreen.h61 /** Returns machine-window flags for 'Fullscreen' machine-logic and passed @a uScreenId. */
62 virtual Qt::WindowFlags windowFlags(ulong uScreenId) const;
106 virtual void sltGuestMonitorChange(KGuestMonitorChangedEventType changeType, ulong uScreenId, QRect screenGeo);
H A DUIMachineViewFullscreen.cpp49 , ulong uScreenId
55 , uScreenId
H A DUIMachineLogicFullscreen.cpp92 Qt::WindowFlags UIMachineLogicFullscreen::windowFlags(ulong uScreenId) const
94 Q_UNUSED(uScreenId);
97 uScreenId == 0 || screensHaveSeparateSpaces() ? Qt::Window : Qt::FramelessWindowHint;
412 void UIMachineLogicFullscreen::sltGuestMonitorChange(KGuestMonitorChangedEventType changeType, ulong uScreenId, QRect screenGeo) argument
422 UIMachineLogic::sltGuestMonitorChange(changeType, uScreenId, screenGeo);
427 UIMachineLogic::sltGuestMonitorChange(changeType, uScreenId, screenGeo);
H A DUIMachineWindowFullscreen.cpp49 UIMachineWindowFullscreen::UIMachineWindowFullscreen(UIMachineLogic *pMachineLogic, ulong uScreenId) argument
50 : UIMachineWindow(pMachineLogic, uScreenId)
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/seamless/
H A DUIMachineViewSeamless.cpp54 , ulong uScreenId
60 , uScreenId
H A DUIMachineWindowSeamless.cpp48 UIMachineWindowSeamless::UIMachineWindowSeamless(UIMachineLogic *pMachineLogic, ulong uScreenId) argument
49 : UIMachineWindow(pMachineLogic, uScreenId)
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 DUIKeyboardHandler.cpp207 void UIKeyboardHandler::captureKeyboard(ulong uScreenId) argument
214 if (m_views.contains(uScreenId))
220 m_iKeyboardCaptureViewIndex = uScreenId;
418 bool UIKeyboardHandler::winEventFilter(MSG *pMsg, ulong uScreenId) argument
530 bool result = keyEvent(vkey, scan, flags, uScreenId);
580 bool UIKeyboardHandler::x11EventFilter(XEvent *pEvent, ulong uScreenId) argument
602 captureKeyboard(uScreenId);
684 fResult = keyEvent(ks, scan, flags, uScreenId);
872 ulong uScreenId = m_windows.key(pWatchedWindow); local
873 NOREF(uScreenId);
927 ulong uScreenId = m_views.key(pWatchedView); local
1364 keyEventHandleHostComboRelease(ulong uScreenId) argument
1442 keyEvent(int iKey, uint8_t uScan, int fFlags, ulong uScreenId, wchar_t *pUniKey ) argument
1754 viewHasFocus(ulong uScreenId) argument
[all...]
H A DUISession.h235 bool isScreenVisible(ulong uScreenId) const;
236 void setScreenVisible(ulong uScreenId, bool fIsMonitorVisible);
240 UIFrameBuffer* frameBuffer(ulong uScreenId) const;
243 void setFrameBuffer(ulong uScreenId, UIFrameBuffer* pFrameBuffer);
283 void sigGuestMonitorChange(KGuestMonitorChangedEventType changeType, ulong uScreenId, QRect screenGeo);
326 void sltGuestMonitorChange(KGuestMonitorChangedEventType changeType, ulong uScreenId, QRect screenGeo);
H A DUIMachineWindow.h54 static UIMachineWindow* create(UIMachineLogic *pMachineLogic, ulong uScreenId = 0);
99 UIMachineWindow(UIMachineLogic *pMachineLogic, ulong uScreenId);
H A DUISession.cpp772 void UISession::sltGuestMonitorChange(KGuestMonitorChangedEventType changeType, ulong uScreenId, QRect screenGeo) argument
779 if (changeType == KGuestMonitorChangedEventType_Disabled && uScreenId == 0)
783 if ( !isScreenVisible(uScreenId)
785 setScreenVisible(uScreenId, true);
787 else if ( isScreenVisible(uScreenId)
789 setScreenVisible(uScreenId, false);
792 emit sigGuestMonitorChange(changeType, uScreenId, screenGeo);
1885 bool UISession::isScreenVisible(ulong uScreenId) const
1887 Assert(uScreenId < (ulong)m_monitorVisibilityVector.size());
1888 return m_monitorVisibilityVector.value((int)uScreenId, fals
[all...]
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 DUIMachineView.h80 , ulong uScreenId
138 , ulong uScreenId
H A DUIMachineLogic.h79 /** Returns machine-window flags for current machine-logic and passed @a uScreenId. */
80 virtual Qt::WindowFlags windowFlags(ulong uScreenId) const = 0;
174 virtual void sltGuestMonitorChange(KGuestMonitorChangedEventType changeType, ulong uScreenId, QRect screenGeo);
/vbox/include/VBox/RemoteDesktop/
H A DVRDE.h714 * @param uScreenId The screen index.
719 unsigned uScreenId,
886 * @param uScreenId The screen index.
891 unsigned uScreenId,
1047 unsigned uScreenId,
1340 * @param uScreenId The framebuffer index.
1346 unsigned uScreenId,
1354 * @param uScreenId The framebuffer index.
1357 unsigned uScreenId));
1364 * @param uScreenId Th
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/normal/
H A DUIMachineViewNormal.cpp44 , ulong uScreenId
50 , uScreenId
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/scale/
H A DUIMachineViewScale.cpp47 , ulong uScreenId
53 , uScreenId
H A DUIMachineWindowScale.cpp44 UIMachineWindowScale::UIMachineWindowScale(UIMachineLogic *pMachineLogic, ulong uScreenId) argument
45 : UIMachineWindow(pMachineLogic, uScreenId)
/vbox/src/VBox/Main/include/
H A DDisplayImpl.h151 int i_handleDisplayResize(unsigned uScreenId, uint32_t bpp, void *pvVRAM, uint32_t cbLine,
153 void i_handleDisplayUpdate(unsigned uScreenId, int x, int y, int w, int h);
309 void *pvVRAM, unsigned uScreenId);
335 static DECLCALLBACK(int) i_displayVBVAEnable(PPDMIDISPLAYCONNECTOR pInterface, unsigned uScreenId,
337 static DECLCALLBACK(void) i_displayVBVADisable(PPDMIDISPLAYCONNECTOR pInterface, unsigned uScreenId);
338 static DECLCALLBACK(void) i_displayVBVAUpdateBegin(PPDMIDISPLAYCONNECTOR pInterface, unsigned uScreenId);
339 static DECLCALLBACK(void) i_displayVBVAUpdateProcess(PPDMIDISPLAYCONNECTOR pInterface, unsigned uScreenId,
341 static DECLCALLBACK(void) i_displayVBVAUpdateEnd(PPDMIDISPLAYCONNECTOR pInterface, unsigned uScreenId, int32_t x, int32_t y,
435 void processDisplayData(void *pvVRAM, unsigned uScreenId);
522 HRESULT init(ComObjPtr<Display> pDisplay, unsigned uScreenId, DISPLAYFBINF
544 unsigned uScreenId; member in struct:DisplaySourceBitmap::Data
[all...]
H A DGuestDnDSourceImpl.h52 HRESULT dragIsPending(ULONG uScreenId, std::vector<com::Utf8Str> &aFormats, std::vector<DnDAction_T> &aAllowedActions, DnDAction_T *aDefaultAction);
H A DConsoleVRDPServer.h131 void SendUpdate (unsigned uScreenId, void *pvUpdate, uint32_t cbUpdate) const;
133 void SendUpdateBitmap (unsigned uScreenId, uint32_t x, uint32_t y, uint32_t w, uint32_t h) const;
192 static DECLCALLBACK(bool) VRDPCallbackFramebufferQuery (void *pvCallback, unsigned uScreenId, VRDEFRAMEBUFFERINFO *pInfo);
193 static DECLCALLBACK(void) VRDPCallbackFramebufferLock (void *pvCallback, unsigned uScreenId);
194 static DECLCALLBACK(void) VRDPCallbackFramebufferUnlock (void *pvCallback, unsigned uScreenId);
196 static DECLCALLBACK(void) VRDPCallbackVideoModeHint (void *pvCallback, unsigned cWidth, unsigned cHeight, unsigned cBitsPerPixel, unsigned uScreenId);
/vbox/src/VBox/Devices/Graphics/
H A DDevVGA_VBVA.cpp337 static int vbvaFlushProcess (unsigned uScreenId, PVGASTATE pVGAState, VBVAPARTIALRECORD *pPartialRecord, VBVABUFFER *pVBVA) argument
339 LOGVBVABUFFER(("uScreenId %d, indexRecordFirst = %d, indexRecordFree = %d, off32Data = %d, off32Free = %d\n",
340 uScreenId, pVBVA->indexRecordFirst, pVBVA->indexRecordFree, pVBVA->off32Data, pVBVA->off32Free));
378 pVGAState->pDrv->pfnVBVAUpdateBegin (pVGAState->pDrv, uScreenId);
383 pVGAState->pDrv->pfnVBVAUpdateProcess (pVGAState->pDrv, uScreenId, phdr, cbCmd);
439 __PRETTY_FUNCTION__, uScreenId, dirtyRect.xLeft,
442 pVGAState->pDrv->pfnVBVAUpdateEnd (pVGAState->pDrv, uScreenId, dirtyRect.xLeft, dirtyRect.yTop,
447 pVGAState->pDrv->pfnVBVAUpdateEnd (pVGAState->pDrv, uScreenId, 0, 0, 0, 0);
456 unsigned uScreenId; local
458 for (uScreenId
490 vbvaEnable(unsigned uScreenId, PVGASTATE pVGAState, VBVACONTEXT *pCtx, VBVABUFFER *pVBVA, uint32_t u32Offset, bool fRestored) argument
536 vbvaDisable(unsigned uScreenId, PVGASTATE pVGAState, VBVACONTEXT *pCtx) argument
709 unsigned uScreenId; local
2333 unsigned uScreenId; local
2582 unsigned uScreenId; local
[all...]
/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/include/VBox/HostServices/
H A DDragAndDropSvc.h197 HGCMFunctionParameter uScreenId; /* OUT uint32_t */ member in struct:DragAndDropSvc::VBOXDNDHGACTIONMSG
239 HGCMFunctionParameter uScreenId; /* OUT uint32_t */ member in struct:DragAndDropSvc::VBOXDNDHGSENDDATAMSG
302 HGCMFunctionParameter uScreenId; /* OUT uint32_t */ member in struct:DragAndDropSvc::VBOXDNDGHREQPENDINGMSG
/vbox/src/VBox/Main/src-client/
H A DGuestDnDSourceImpl.cpp161 HRESULT GuestDnDSource::dragIsPending(ULONG uScreenId, argument
180 paParms[i++].setUInt32(uScreenId);

Completed in 272 milliseconds

123