VirtualBox

Ignore:
Timestamp:
Jun 5, 2014 2:38:31 PM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
94206
Message:

DnD: Added support for dynamically managing formats on the host.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/GuestDnDSourceImpl.h

    r51476 r51556  
    2323
    2424class ATL_NO_VTABLE GuestDnDSource :
    25     public GuestDnDSourceWrap
     25    public GuestDnDSourceWrap,
     26    protected GuestDnDBase
    2627{
    2728public:
     
    3940private:
    4041
    41     /** Wrapped @name IDnDSource methods.
     42    /** Private wrapped @name IDnDBase methods.
     43     * @{ */
     44    HRESULT isFormatSupported(const com::Utf8Str &aFormat, BOOL *aSupported);
     45    HRESULT getFormats(std::vector<com::Utf8Str> &aFormats);
     46    HRESULT addFormats(const std::vector<com::Utf8Str> &aFormats);
     47    HRESULT removeFormats(const std::vector<com::Utf8Str> &aFormats);
     48    /** @}  */
     49
     50    /** Private wrapped @name IDnDSource methods.
    4251     * @{ */
    4352    HRESULT dragIsPending(ULONG uScreenId, std::vector<com::Utf8Str> &aFormats, std::vector<DnDAction_T> &aAllowedActions, DnDAction_T *aDefaultAction);
Note: See TracChangeset for help on using the changeset viewer.

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