Lines Matching refs:guest
211 * the available size for the guest display. We assume here that centralWidget()
222 /* Send new size-hint to the guest: */
224 "Sending guest size-hint to screen %d as %dx%d\n",
302 /* Ask for just required guest display update (it will also update
393 /* Adjust guest-screen size: */
434 /* Adjust guest-screen size: */
487 /* Ask for full guest display update (it will also update
630 /* Try to get the real guest dimensions from the save-state: */
708 /* Remember the maximum guest size policy for telling the guest about
779 CGuest& UIMachineView::guest() const
781 return uisession()->guest();
861 ("Invalid maximum guest size policy %d!\n",
878 /* Load guest-screen size-hint: */
940 /* Save guest-screen size-hint: */
942 "Storing guest size-hint for screen %d as %dx%d\n",
1392 CDnDTarget dndTarget = static_cast<CDnDTarget>(guest().GetDnDTarget());
1403 /* Set the DnD action returned by the guest. */
1415 CDnDTarget dndTarget = static_cast<CDnDTarget>(guest().GetDnDTarget());
1417 /* Ask the guest for moving the drop cursor. */
1426 /* Set the DnD action returned by the guest. */
1435 CDnDTarget dndTarget = static_cast<CDnDTarget>(guest().GetDnDTarget());
1437 /* Ask the guest for stopping this DnD event. */
1445 /* At the moment we only support guest->host DnD. */
1446 /** @todo Add guest->guest DnD functionality here by getting
1447 * the source of guest B (when copying from B to A). */
1448 CDnDSource dndSource = static_cast<CDnDSource>(guest().GetDnDSource());
1450 /* Check for a pending DnD event within the guest and if so, handle all the
1462 CDnDTarget dndTarget = static_cast<CDnDTarget>(guest().GetDnDTarget());
1464 /* Ask the guest for dropping data. */
1474 /* Set the DnD action returned by the guest. */