Searched refs:uScreenId (Results 1 - 25 of 70) sorted by relevance

123

/vbox/src/VBox/Frontends/VirtualBox/src/runtime/seamless/
H A DUIMachineLogicSeamless.h40 /** Returns machine-window flags for 'Seamless' machine-logic and passed @a uScreenId. */
41 virtual Qt::WindowFlags windowFlags(ulong uScreenId) const { Q_UNUSED(uScreenId); return Qt::FramelessWindowHint; }
65 virtual void sltGuestMonitorChange(KGuestMonitorChangedEventType changeType, ulong uScreenId, QRect screenGeo);
H A DUIKeyboardHandlerSeamless.cpp59 ulong uScreenId = m_views.key(pWatchedView); local
60 NOREF(uScreenId);
H A DUIMachineViewSeamless.h31 , ulong uScreenId
H A DUIMachineWindowSeamless.h36 UIMachineWindowSeamless(UIMachineLogic *pMachineLogic, ulong uScreenId);
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/
H A DUIKeyboardHandlerFullscreen.cpp52 ulong uScreenId = m_views.key(pWatchedView); local
53 NOREF(uScreenId);
H A DUIMachineViewFullscreen.h31 , ulong uScreenId
H A DUIMachineWindowFullscreen.h50 UIMachineWindowFullscreen(UIMachineLogic *pMachineLogic, ulong uScreenId);
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/scale/
H A DUIMachineLogicScale.h36 /** Returns machine-window flags for 'Scale' machine-logic and passed @a uScreenId. */
37 virtual Qt::WindowFlags windowFlags(ulong uScreenId) const { Q_UNUSED(uScreenId); return Qt::Window; }
H A DUIKeyboardHandlerScale.cpp59 ulong uScreenId = m_views.key(pWatchedView); local
60 NOREF(uScreenId);
H A DUIMachineLogicScale.cpp131 for (ulong uScreenId = 0; uScreenId < uMonitorCount; ++ uScreenId)
132 addMachineWindow(UIMachineWindow::create(this, uScreenId));
134 for (ulong uScreenId = uMonitorCount; uScreenId > 0; -- uScreenId)
135 machineWindows()[uScreenId - 1]->raise();
H A DUIMachineViewScale.h31 , ulong uScreenId
H A DUIMachineWindowScale.h31 UIMachineWindowScale(UIMachineLogic *pMachineLogic, ulong uScreenId);
/vbox/src/VBox/Main/src-client/
H A DDisplayImplLegacy.cpp56 unsigned uScreenId; local
58 for (uScreenId = 0; uScreenId < cInfos; uScreenId++, pInfo++)
60 LogSunlover((" [%d] %d,%d %dx%d\n", uScreenId, pInfo->xOrigin, pInfo->yOrigin, pInfo->w, pInfo->h));
71 if (uScreenId == cInfos)
74 uScreenId = 0;
76 LogSunlover((" scr %d\n", uScreenId));
77 return uScreenId;
105 static void vbvaRgnDirtyRect(VBVADIRTYREGION *prgn, unsigned uScreenId, VBVACMDHD argument
171 vbvaRgnUpdateFramebuffer(VBVADIRTYREGION *prgn, unsigned uScreenId) argument
214 unsigned uScreenId; local
671 unsigned uScreenId; local
893 processDisplayData(void *pvVRAM, unsigned uScreenId) argument
[all...]
H A DDisplaySourceBitmapImpl.cpp39 HRESULT DisplaySourceBitmap::init(ComObjPtr<Display> pDisplay, unsigned uScreenId, DISPLAYFBINFO *pFBInfo) argument
41 LogFlowThisFunc(("[%u]\n", uScreenId));
50 m.uScreenId = uScreenId;
62 int rc = initSourceBitmap(uScreenId, pFBInfo);
80 LogFlowThisFunc(("[%u]\n", m.uScreenId));
93 *aScreenId = m.uScreenId;
H A DDisplayImpl.cpp690 unsigned uScreenId; local
691 for (uScreenId = 0; uScreenId < mcMonitors; uScreenId++)
693 maFramebuffers[uScreenId].pSourceBitmap.setNull();
694 maFramebuffers[uScreenId].updateImage.pSourceBitmap.setNull();
695 maFramebuffers[uScreenId].updateImage.pu8Address = NULL;
696 maFramebuffers[uScreenId].updateImage.cbLine = 0;
697 maFramebuffers[uScreenId].pFramebuffer.setNull();
872 int Display::i_handleDisplayResize(unsigned uScreenId, uint32_ argument
994 i_handleDisplayUpdate(unsigned uScreenId, int x, int y, int w, int h) argument
1263 unsigned uScreenId; local
1363 vbvaSetMemoryFlagsHGSMI(unsigned uScreenId, uint32_t fu32SupportedOrders, bool fVideoAccelVRDP, DISPLAYFBINFO *pFBInfo) argument
1396 unsigned uScreenId; local
1522 unsigned uScreenId = mcMonitors; local
2537 unsigned uScreenId; local
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/normal/
H A DUIMachineLogicNormal.h36 /** Returns machine-window flags for 'Normal' machine-logic and passed @a uScreenId. */
37 virtual Qt::WindowFlags windowFlags(ulong uScreenId) const { Q_UNUSED(uScreenId); return Qt::Window; }
H A DUIKeyboardHandlerNormal.cpp62 ulong uScreenId = m_views.key(pWatchedView); local
63 NOREF(uScreenId);
77 QMenuBar *pMenuBar = qobject_cast<QMainWindow*>(m_windows[uScreenId])->menuBar();
H A DUIMachineViewNormal.h31 , ulong uScreenId
H A DUIMachineLogicNormal.cpp288 for (ulong uScreenId = 0; uScreenId < uMonitorCount; ++ uScreenId)
289 addMachineWindow(UIMachineWindow::create(this, uScreenId));
291 for (ulong uScreenId = uMonitorCount; uScreenId > 0; -- uScreenId)
292 machineWindows()[uScreenId - 1]->raise();
H A DUIMachineWindowNormal.h40 UIMachineWindowNormal(UIMachineLogic *pMachineLogic, ulong uScreenId);
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIMouseHandler.h64 void captureMouse(ulong uScreenId);
74 bool x11EventFilter(XEvent *pEvent, ulong uScreenId);
110 bool mouseEvent(int iEventType, ulong uScreenId,
116 bool multiTouchEvent(QTouchEvent *pTouchEvent, ulong uScreenId);
H A DUIKeyboardHandler.h74 void captureKeyboard(ulong uScreenId);
95 bool winEventFilter(MSG *pMsg, ulong uScreenId);
100 bool x11EventFilter(XEvent *pEvent, ulong uScreenId);
144 void keyEventHandleHostComboRelease(ulong uScreenId);
147 bool keyEvent(int iKey, uint8_t uScan, int fFlags, ulong uScreenId, wchar_t *pUniKey = 0);
157 bool viewHasFocus(ulong uScreenId);
H A DUIMouseHandler.cpp168 void UIMouseHandler::captureMouse(ulong uScreenId) argument
175 if (m_viewports.contains(uScreenId))
181 m_iMouseCaptureViewIndex = uScreenId;
271 bool UIMouseHandler::x11EventFilter(XEvent *pEvent, ulong /* uScreenId */)
553 ulong uScreenId = m_viewports.key(pWatchedWidget); local
563 if (mouseEvent(pDeltaEvent->mouseEventType(), uScreenId,
564 m_viewports[uScreenId]->mapFromGlobal(p), p,
641 if (mouseEvent(pMouseEvent->type(), uScreenId,
652 return multiTouchEvent(static_cast<QTouchEvent*>(pEvent), uScreenId);
669 if (mouseEvent(pWheelEvent->type(), uScreenId,
792 mouseEvent(int iEventType, ulong uScreenId, const QPoint &relativePos, const QPoint &globalPos, Qt::MouseButtons mouseButtons, int wheelDelta, Qt::Orientation wheelDirection) argument
1032 multiTouchEvent(QTouchEvent *pTouchEvent, ulong uScreenId) argument
[all...]
H A DUIMachineWindow.cpp63 UIMachineWindow* UIMachineWindow::create(UIMachineLogic *pMachineLogic, ulong uScreenId) argument
70 pMachineWindow = new UIMachineWindowNormal(pMachineLogic, uScreenId);
73 pMachineWindow = new UIMachineWindowFullscreen(pMachineLogic, uScreenId);
76 pMachineWindow = new UIMachineWindowSeamless(pMachineLogic, uScreenId);
79 pMachineWindow = new UIMachineWindowScale(pMachineLogic, uScreenId);
169 UIMachineWindow::UIMachineWindow(UIMachineLogic *pMachineLogic, ulong uScreenId) argument
170 : QIWithRetranslateUI2<QMainWindow>(0, pMachineLogic->windowFlags(uScreenId))
173 , m_uScreenId(uScreenId)
/vbox/src/VBox/Devices/Graphics/
H A DDevVGA-SVGA.h40 DECLCALLBACK(void) vmsvgaPortSetViewPort(PPDMIDISPLAYPORT pInterface, uint32_t uScreenId, uint32_t x, uint32_t y, uint32_t cx, uint32_t cy);

Completed in 93 milliseconds

123