VirtualBox

Changeset 55845 in vbox


Ignore:
Timestamp:
May 13, 2015 1:39:02 PM (9 years ago)
Author:
vboxsync
Message:

Comments.

Location:
trunk/src/VBox/Frontends/VirtualBox/src/runtime
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineView.cpp

    r55821 r55845  
    14151415
    14161416#ifdef VBOX_WITH_DRAG_AND_DROP
    1417 /**
    1418  * Host -> Guest: Issued when the host cursor enters the guest (VM) window.
    1419  *                The guest will receive the relative cursor coordinates of the
    1420  *                appropriate screen ID.
    1421  *
    1422  * @param pEvent                Related enter event.
    1423  */
    14241417void UIMachineView::dragEnterEvent(QDragEnterEvent *pEvent)
    14251418{
     
    14421435}
    14431436
    1444 /**
    1445  * Host -> Guest: Issued when the host cursor moves inside (over) the guest (VM) window.
    1446  *                The guest will receive the relative cursor coordinates of the
    1447  *                appropriate screen ID.
    1448  *
    1449  * @param pEvent                Related move event.
    1450  */
    14511437void UIMachineView::dragMoveEvent(QDragMoveEvent *pEvent)
    14521438{
     
    14691455}
    14701456
    1471 /**
    1472  * Host -> Guest: Issued when the host cursor leaves the guest (VM) window again.
    1473  *                This will ask the guest to stop any further drag'n drop operation.
    1474  *
    1475  * @param pEvent                Related leave event.
    1476  */
    14771457void UIMachineView::dragLeaveEvent(QDragLeaveEvent *pEvent)
    14781458{
     
    14841464}
    14851465
    1486 /**
    1487  * Guest -> Host: Checks for a pending drag and drop event within the guest
    1488  *                and (optionally) starts a drag and drop operation on the host.
    1489  */
    14901466void UIMachineView::dragIsPending(void)
    14911467{
     
    14951471}
    14961472
    1497 /**
    1498  * Host -> Guest: Issued when the host drops data into the guest (VM) window.
    1499  *
    1500  * @param pEvent                Related drop event.
    1501  */
    15021473void UIMachineView::dropEvent(QDropEvent *pEvent)
    15031474{
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineView.h

    r55821 r55845  
    258258
    259259#ifdef VBOX_WITH_DRAG_AND_DROP
     260    /**
     261     * Host -> Guest: Issued when the host cursor enters the guest (VM) window.
     262     *                The guest will receive the relative cursor coordinates of the
     263     *                appropriate screen ID.
     264     *
     265     * @param pEvent                Related enter event.
     266     */
    260267    void dragEnterEvent(QDragEnterEvent *pEvent);
     268
     269    /**
     270     * Host -> Guest: Issued when the host cursor moves inside (over) the guest (VM) window.
     271     *                The guest will receive the relative cursor coordinates of the
     272     *                appropriate screen ID.
     273     *
     274     * @param pEvent                Related move event.
     275     */
    261276    void dragLeaveEvent(QDragLeaveEvent *pEvent);
     277
     278    /**
     279     * Host -> Guest: Issued when the host cursor leaves the guest (VM) window again.
     280     *                This will ask the guest to stop any further drag'n drop operation.
     281     *
     282     * @param pEvent                Related leave event.
     283     */
    262284    void dragMoveEvent(QDragMoveEvent *pEvent);
     285
     286    /**
     287     * Guest -> Host: Checks for a pending drag and drop event within the guest
     288     *                and (optionally) starts a drag and drop operation on the host.
     289     */
    263290    void dragIsPending(void);
     291
     292    /**
     293     * Host -> Guest: Issued when the host drops data into the guest (VM) window.
     294     *
     295     * @param pEvent                Related drop event.
     296     */
    264297    void dropEvent(QDropEvent *pEvent);
    265298#endif /* VBOX_WITH_DRAG_AND_DROP */
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette