Searched refs:winId (Results 1 - 25 of 33) sorted by relevance

12

/vbox/src/VBox/Frontends/VBoxSDL/
H A DVBoxSDL.h64 int initUI(bool fResizable, int64_t &winId);
H A DFramebuffer.h81 STDMETHOD(COMGETTER(WinId)) (int64_t *winId);
125 void setWinId(int64_t winId) { mWinId = winId; } argument
255 STDMETHOD(COMGETTER(WinId)) (LONG64 *winId);
H A DFramebuffer.cpp386 * @param winId Handle of associated window.
388 STDMETHODIMP VBoxSDLFB::COMGETTER(WinId)(int64_t *winId) argument
390 if (!winId)
392 *winId = mWinId;
1517 * @param winId Address of result buffer.
1519 STDMETHODIMP VBoxSDLFBOverlay::COMGETTER(WinId)(LONG64 *winId) argument
1522 if (!winId)
1524 *winId = 0;
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIConsoleEventHandler.cpp67 void UIConsoleEventHandler::sltShowWindow(LONG64 &winId) argument
73 winId = 0;
81 winId = ::darwinGetCurrentProcessId();
85 winId = (ULONG64)m_pSession->winId();
188 /* This returns a winId, so we have to respond to the event and have to use
H A DUIConsoleEventHandler.h87 void sltShowWindow(LONG64 &winId);
H A DUIKeyboardHandler.cpp236 XGrabKey(QX11Info::display(), AnyKey, AnyModifier, m_windows[m_iKeyboardCaptureViewIndex]->winId(), False, GrabModeAsync, GrabModeAsync);
252 hWindow = m_windows[m_iKeyboardCaptureViewIndex]->winId();
304 XUngrabKey(QX11Info::display(), AnyKey, AnyModifier, m_windows[m_iKeyboardCaptureViewIndex]->winId());
724 GetAncestor(m_views[theListOfViewIds[i]]->winId(), GA_ROOT) == GetForegroundWindow())
955 GetAncestor(pWatchedView->winId(), GA_ROOT) == GetForegroundWindow())
1076 message.hwnd = m_views[m_iKeyboardHookViewIndex]->winId();
H A DUISession.h377 WId winId() const;
H A DUIFrameBuffer.cpp557 m_iWinId = (m_pMachineView && m_pMachineView->viewport()) ? (LONG64)m_pMachineView->viewport()->winId() : 0;
601 m_iWinId = (m_pMachineView && m_pMachineView->viewport()) ? (LONG64)m_pMachineView->viewport()->winId() : 0;
H A DUISession.cpp1537 WId UISession::winId() const function in class:UISession
1539 return mainMachineWindow()->winId();
H A DUIMouseHandler.cpp845 ::UpdateWindow(m_viewports[uScreenId]->winId());
/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DUIMainEventListener.cpp243 LONG64 winId; local
244 emit sigShowWindow(winId);
245 es.SetWinId(winId);
H A DUIMainEventListener.h104 /** Notifies about VM window with specified @a winId should be shown. */
105 void sigShowWindow(LONG64 &winId); /* use Qt::DirectConnection */
/vbox/src/VBox/Frontends/VBoxFB/
H A DFramebuffer.h43 NS_IMETHOD GetWinId(PRUint64 *winId);
H A DFramebuffer.cpp201 NS_IMETHODIMP VBoxDirectFB::GetWinId(PRint64 *winId) argument
203 if (!winId)
205 *winId = 0;
/vbox/src/VBox/HostServices/SharedOpenGL/render/
H A Drenderspu_init.c619 DECLEXPORT(void) renderspuSetWindowId(uint64_t winId) argument
621 render_spu_parent_window_id = winId;
622 crDebug("Set new parent window %p (no actual reparent performed)", winId);
H A Drenderspu.h498 DECLEXPORT(void) renderspuSetWindowId(uint64_t winId); variable
/vbox/src/VBox/Frontends/VirtualBox/src/platform/darwin/
H A DUIAbstractDockIconPreview.cpp82 return (void*)pView->viewport()->winId();
H A DVBoxUtils-darwin.cpp38 return reinterpret_cast<NativeNSViewRef>(pWidget->winId());
/vbox/src/VBox/Frontends/VirtualBox/src/settings/global/
H A DUIGlobalSettingsExtension.cpp196 displayInfo.sprintf("hwnd=%#llx", (uint64_t)(uintptr_t)pParent->winId());
407 displayInfo.sprintf("hwnd=%#llx", (uint64_t)(uintptr_t)this->winId());
/vbox/src/VBox/HostServices/SharedOpenGL/crserver/
H A Dcrservice.cpp941 LONG64 winId = 0; local
968 CHECK_ERROR_RET(pFramebuffer, COMGETTER(WinId)(&winId), rc);
975 rc = crVBoxServerMapScreen(i, xo, yo, w, h, winId);
1065 LONG64 winId = 0; local
1087 CHECK_ERROR_BREAK(pFramebuffer, COMGETTER(WinId)(&winId));
1089 if (!winId)
1103 rc = crVBoxServerMapScreen(screenId, xo, yo, w, h, winId);
/vbox/src/VBox/Frontends/VirtualBox/src/extensions/
H A DQIFileDialog.cpp278 bi.hwndOwner = topParent ? topParent->winId() : 0;
482 ofn.hwndOwner = topParent ? topParent->winId() : 0;
739 ofn.hwndOwner = topParent ? topParent->winId() : 0;
/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/
H A Dserver_main.c2317 int32_t winId = 0; local
2329 rc = SSMR3GetMem(pSSM, &winId, sizeof(winId));
2332 if (winId)
2334 pMural = (CRMuralInfo*)crHashtableSearch(cr_server.muralTable, winId);
2339 /* null winId means a dummy mural, get it */
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v2_2.h2399 PRUint64 * winId
2549 PRUint64 * winId
3728 nsresult (*GetWinId)(IFramebuffer *pThis, PRUint64 *winId);
4512 PRUint64 * winId
H A DVBoxCAPI_v3_0.h2937 PRUint64 * winId
3087 PRUint64 * winId
4281 nsresult (*GetWinId)(IFramebuffer *pThis, PRUint64 *winId);
5038 PRUint64 * winId
H A DVBoxCAPI_v3_1.h2918 PRUint64 * winId
3102 PRUint64 * winId
4179 nsresult (*GetWinId)(IFramebuffer *pThis, PRUint64 *winId);
4939 PRUint64 * winId

Completed in 174 milliseconds

12