webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Static Public Member Functions | List of all members
WebDropSource Class Reference

#include <WebDropSource.h>

Inheritance diagram for WebDropSource:

Public Member Functions

virtual HRESULT STDMETHODCALLTYPE QueryInterface (_In_ REFIID riid, _COM_Outptr_ void **ppvObject)
 
virtual ULONG STDMETHODCALLTYPE AddRef ()
 
virtual ULONG STDMETHODCALLTYPE Release ()
 
virtual HRESULT STDMETHODCALLTYPE QueryContinueDrag (_In_ BOOL fEscapePressed, _In_ DWORD grfKeyState)
 
virtual HRESULT STDMETHODCALLTYPE GiveFeedback (_In_ DWORD dwEffect)
 

Static Public Member Functions

static HRESULT createInstance (WebView *webView, IDropSource **result)
 

Member Function Documentation

◆ AddRef()

virtual ULONG STDMETHODCALLTYPE WebDropSource::AddRef ( )
virtual

◆ createInstance()

HRESULT WebDropSource::createInstance ( WebView webView,
IDropSource **  result 
)
static

◆ GiveFeedback()

STDMETHODIMP WebDropSource::GiveFeedback ( _In_ DWORD  dwEffect)
virtual

◆ QueryContinueDrag()

STDMETHODIMP WebDropSource::QueryContinueDrag ( _In_ BOOL  fEscapePressed,
_In_ DWORD  grfKeyState 
)
virtual

◆ QueryInterface()

STDMETHODIMP WebDropSource::QueryInterface ( _In_ REFIID  riid,
_COM_Outptr_ void **  ppvObject 
)
virtual

◆ Release()

virtual ULONG STDMETHODCALLTYPE WebDropSource::Release ( )
virtual

The documentation for this class was generated from the following files: