Searched refs:fVisible (Results 26 - 39 of 39) sorted by relevance

12

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dole2.h96 HRESULT WINAPI OleNoteObjectVisible(LPUNKNOWN pUnknown, BOOL fVisible);
/vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/
H A DUIMachineSettingsSF.cpp681 void UIMachineSettingsSF::setRootItemVisible(UISharedFolderType sharedFolderType, bool fVisible) argument
706 pRootItem->setExpanded(fVisible);
708 pRootItem->setHidden(!fVisible);
/vbox/src/VBox/Main/src-client/
H A DVMMDevInterface.cpp338 * @param fVisible Whether the pointer is visible or not.
347 DECLCALLBACK(void) vmmdevUpdatePointerShape(PPDMIVMMDEVCONNECTOR pInterface, bool fVisible, bool fAlpha, argument
362 pConsole->i_onMousePointerShapeChange(fVisible, fAlpha, xHot, yHot, width, height, (uint8_t *)pShape, cbShape);
H A DConsoleImpl.cpp6584 void Console::i_onMousePointerShapeChange(bool fVisible, bool fAlpha, argument
6592 LogFlowThisFunc(("fVisible=%d, fAlpha=%d, xHot = %d, yHot = %d, width=%d, height=%d, shape=%p\n",
6593 fVisible, fAlpha, xHot, yHot, width, height, pShape));
6600 mMouse->updateMousePointerShape(fVisible, fAlpha, xHot, yHot, width, height,
6606 fireMousePointerShapeChangedEvent(mEventSource, fVisible, fAlpha, xHot, yHot, width, height, ComSafeArrayAsInParam(shape));
H A DDisplayImpl.cpp4063 DECLCALLBACK(int) Display::i_displayVBVAMousePointerShape(PPDMIDISPLAYCONNECTOR pInterface, bool fVisible, bool fAlpha,
4081 pDrv->pDisplay->mParent->i_onMousePointerShapeChange(fVisible, fAlpha,
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIMachineView.cpp364 void UIMachineView::sltHandle3DOverlayVisibilityChange(bool fVisible) argument
366 machineLogic()->notifyAbout3DOverlayVisibilityChange(fVisible);
H A DUISession.cpp649 void UISession::sltMousePointerShapeChange(bool fVisible, bool fAlpha, QPoint hotCorner, QSize size, QVector<uint8_t> shape) argument
666 m_fIsHidingHostPointer = !fVisible;
H A DUIMachineLogic.cpp430 void UIMachineLogic::notifyAbout3DOverlayVisibilityChange(bool fVisible) argument
437 popupCenter().setPopupStackType(activeMachineWindow(), fVisible ? UIPopupStackType_Separate : UIPopupStackType_Embedded);
442 emit sigNotifyAbout3DOverlayVisibilityChange(fVisible);
/vbox/include/VBox/vmm/
H A Dpdmifs.h951 * @param fVisible Visibility indicator (if false, the other parameters are undefined).
963 DECLR3CALLBACKMEMBER(int, pfnVBVAMousePointerShape,(PPDMIDISPLAYCONNECTOR pInterface, bool fVisible, bool fAlpha,
2702 * @param fVisible Visibility indicator (if false, the other parameters are undefined).
2714 DECLR3CALLBACKMEMBER(void, pfnUpdatePointerShape,(PPDMIVMMDEVCONNECTOR pInterface, bool fVisible, bool fAlpha,
/vbox/src/VBox/Main/include/
H A DDisplayImpl.h345 static DECLCALLBACK(int) i_displayVBVAMousePointerShape(PPDMIDISPLAYCONNECTOR pInterface, bool fVisible, bool fAlpha,
H A DConsoleImpl.h240 void i_onMousePointerShapeChange(bool fVisible, bool fAlpha,
/vbox/src/VBox/Devices/VMMDev/
H A DVMMDev.cpp978 bool fVisible = (pReq->fFlags & VBOX_MOUSE_POINTER_VISIBLE) != 0; local
983 fVisible, fAlpha, fShape, pReq->width, pReq->height));
999 fVisible,
1008 fVisible,
1015 pThis->fHostCursorRequested = fVisible;
3546 /*fVisible=*/!!pThis->fHostCursorRequested,
/vbox/src/VBox/Frontends/VirtualBox/src/extradata/
H A DUIExtraDataManager.cpp2302 void UIExtraDataManager::setSelectorWindowToolBarVisible(bool fVisible) argument
2305 setExtraDataString(GUI_Toolbar, toFeatureRestricted(!fVisible));
2314 void UIExtraDataManager::setSelectorWindowStatusBarVisible(bool fVisible) argument
2317 setExtraDataString(GUI_Statusbar, toFeatureRestricted(!fVisible));
/vbox/src/VBox/ValidationKit/testdriver/
H A Dvbox.py588 def onMousePointerShapeChange(self, fVisible, fAlpha, xHot, yHot, cx, cy, abShape):

Completed in 153 milliseconds

12