/vbox/src/VBox/RDP/client-1.8.3/ |
H A D | xproto.h | 7 int ewmh_move_to_desktop(Window wnd, unsigned int desktop);
|
H A D | ewmhints.c | 109 Get current desktop number 371 int desktop; local 382 desktop = *prop_return; 384 return desktop; 389 ewmh_move_to_desktop(Window wnd, unsigned int desktop) argument 398 xevent.xclient.data.l[0] = desktop;
|
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/ |
H A D | UIMultiScreenLayout.cpp | 74 QDesktopWidget *pDW = QApplication::desktop(); 259 m_cHostScreens = QApplication::desktop()->screenCount(); 298 screen = QApplication::desktop()->availableGeometry(screenLayout.value(iGuestScreen, 0)); 300 screen = QApplication::desktop()->screenGeometry(screenLayout.value(iGuestScreen, 0));
|
H A D | UIMouseHandler.cpp | 190 visibleRectangle = visibleRectangle.intersected(QApplication::desktop()->availableGeometry(machineLogic()->machineWindows()[m_iMouseCaptureViewIndex])); 514 * by Operating System desktop manager: */ 885 int iWe = QApplication::desktop()->width() - 1; 886 int iHe = QApplication::desktop()->height() - 1; 1109 viewportRectangle = viewportRectangle.intersected(QApplication::desktop()->availableGeometry(machineLogic()->machineWindows()[m_iMouseCaptureViewIndex]));
|
H A D | UISession.cpp | 820 /* Acquire desktop wrapper: */ 821 QDesktopWidget *pDesktop = QApplication::desktop(); 1179 connect(QApplication::desktop(), SIGNAL(screenCountChanged(int)), 1181 connect(QApplication::desktop(), SIGNAL(resized(int)), 1183 connect(QApplication::desktop(), SIGNAL(workAreaResized(int)), 1923 QDesktopWidget *pDesktop = QApplication::desktop();
|
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/scale/ |
H A D | UIMachineWindowScale.cpp | 103 QRect availableGeo = !geo.isNull() ? QApplication::desktop()->availableGeometry(QPoint(geo.x(), geo.y())) : 104 QApplication::desktop()->availableGeometry(this);
|
H A D | UIMachineViewScale.cpp | 188 return QApplication::desktop()->availableGeometry(this); 200 /* The area taken up by the machine window on the desktop, including window
|
/vbox/src/VBox/Frontends/VirtualBox/src/widgets/ |
H A D | UIMiniToolBar.cpp | 146 if (QApplication::desktop()->screenNumber(parentWidget()) == -1) 151 iHostScreen = QApplication::desktop()->screenNumber(parentWidget()); 163 case GeometryType_Available: screenRect = QApplication::desktop()->availableGeometry(iHostScreen); break; 164 case GeometryType_Full: screenRect = QApplication::desktop()->screenGeometry(iHostScreen); break; 203 if (QApplication::desktop()->screenNumber(parentWidget()) == -1) 211 iHostScreen = QApplication::desktop()->screenNumber(this); 218 case GeometryType_Available: screenRect = QApplication::desktop()->availableGeometry(iHostScreen); break; 219 case GeometryType_Full: screenRect = QApplication::desktop()->screenGeometry(iHostScreen); break;
|
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/ |
H A D | UIMachineViewFullscreen.cpp | 170 return QApplication::desktop()->screenGeometry(iScreen);
|
H A D | UIMachineWindowFullscreen.cpp | 303 const QRect workingArea = QApplication::desktop()->screenGeometry(iScreen);
|
H A D | UIMachineLogicFullscreen.cpp | 737 const int iCurrentHostScreenIndex = QApplication::desktop()->screenNumber(pMachineWindow); 739 const QSize screenSize = QApplication::desktop()->screenGeometry(iWantedHostScreenIndex).size();
|
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/seamless/ |
H A D | UIMachineViewSeamless.cpp | 186 return QApplication::desktop()->availableGeometry(iScreen);
|
H A D | UIMachineWindowSeamless.cpp | 174 QRect workingArea = QApplication::desktop()->availableGeometry(iScreen);
|
/vbox/src/VBox/Main/webservice/samples/java/jax-ws/ |
H A D | clienttest.java | 81 Desktop desktop = new Desktop(i); 84 desktop.getName(), 85 desktop.getId(),
|
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/normal/ |
H A D | UIMachineViewNormal.cpp | 184 return QApplication::desktop()->availableGeometry(this); 196 /* The area taken up by the machine window on the desktop, including window
|
H A D | UIMachineWindowNormal.cpp | 373 QRect availableGeo = !geo.isNull() ? QApplication::desktop()->availableGeometry(QPoint(geo.x(), geo.y())) : 374 QApplication::desktop()->availableGeometry(this); 493 const QDesktopWidget *pDesktopWidget = QApplication::desktop();
|
/vbox/src/VBox/HostServices/SharedOpenGL/render/ |
H A D | renderspu_wgl.c | 735 HDESK desktop; local 765 * get the input desktop. */ 767 desktop = OpenInputDesktop( 0, FALSE, 773 if ( !desktop ) 775 crError( "Render SPU: Couldn't acquire input desktop" ); 778 crDebug( "Render SPU: Got the desktop: 0x%x", desktop ); 780 if ( !SetThreadDesktop( desktop ) ) 786 /*crError( "Couldn't set thread to input desktop" ); */ 788 crDebug( "Render SPU: Set the thread desktop [all...] |
/vbox/src/VBox/Installer/linux/ |
H A D | install.sh | 414 ln -sf $INSTALLATION_DIR/virtualbox.desktop /usr/share/applications/virtualbox.desktop 453 # Update the desktop database 454 update-desktop-database -q 2>/dev/null
|
H A D | uninstall.sh | 113 /usr/share/applications/virtualbox.desktop \
|
/vbox/src/VBox/Debugger/ |
H A D | VBoxDbgGui.cpp | 46 * Set the VM handle and update the desktop size. 183 * and resize it to cover all the space to the left side of the desktop. 212 * and resize it to cover the space down to the bottom of the desktop. 225 QDesktopWidget *pDesktop = QApplication::desktop();
|
/vbox/src/VBox/Additions/solaris/Installer/ |
H A D | postinstall.sh | 275 /usr/sbin/installf -c none $PKGINST $vboxclient_dest/vboxclient.desktop=$vboxadditions_path/vboxclient.desktop s
|
/vbox/src/VBox/Additions/linux/installer/ |
H A D | vboxadd-x11.sh | 194 # Install an X11 desktop startup application. The application should be a shell script. 198 # syntax: install_x11_startup_app app desktop service_name 208 { echo >> $LOG "$self: no desktop file given"; return 1; } 251 Could not set up the $service_name desktop service. 279 echo "VirtualBox Guest Additions installation, Window System and desktop setup" > $LOG 524 begin "Installing graphics libraries and desktop services components" 563 install_x11_startup_app "$lib_dir/98vboxadd-xclient" "$share_dir/vboxclient.desktop" VBoxClient VBoxClient-all || 644 rm /etc/xdg/autostart/vboxclient.desktop 2>/dev/null 645 rm /usr/share/autostart/vboxclient.desktop 2>/dev/null
|
/vbox/src/VBox/Installer/linux/rpm/ |
H A D | VirtualBox.tmpl.spec | 201 mv virtualbox.desktop $RPM_BUILD_ROOT/usr/share/applications/virtualbox.desktop 310 update-desktop-database -q > /dev/null 2>&1 || : 434 update-desktop-database -q > /dev/null 2>&1 || :
|
/vbox/src/VBox/Frontends/VirtualBox/src/extensions/ |
H A D | QIArrowSplitter.cpp | 85 const QSize screenGeometryDot4 = QApplication::desktop()->screenGeometry(this).size() * .4;
|
/vbox/src/VBox/Frontends/VirtualBox/src/globals/ |
H A D | VBoxGlobal.cpp | 475 /* If it's a Xinerama desktop: */ 500 /* Get virtual desktop window: */ 2590 * within the available desktop area. If \a aWidget is bigger then this area, 2593 * simply aligned with the top left corner of the available desktop area). 2598 * be centered relative to the available desktop area. 2612 deskGeo = QApplication::desktop()->availableGeometry (w); 2623 deskGeo = QApplication::desktop()->availableGeometry(); 2670 /* ensure the widget is within the available desktop area */ 2885 * Returns the required video memory in bytes for the current desktop 2891 QDesktopWidget *pDW = QApplication::desktop(); 3204 CARD32 *desktop = (CARD32 *) XXGetProperty (dpy, aWId, XA_CARDINAL, local [all...] |