iPlug2 - C++ Audio Plug-in Framework
Loading...
Searching...
No Matches
Public Member Functions | List of all members
DragAndDropHelpers::DropSource Class Reference
Inheritance diagram for DragAndDropHelpers::DropSource:
[legend]

Public Member Functions

HRESULT STDMETHODCALLTYPE QueryInterface (REFIID refiid, void **resultHandle) override
 
ULONG STDMETHODCALLTYPE AddRef () override
 
ULONG STDMETHODCALLTYPE Release () override
 
HRESULT STDMETHODCALLTYPE QueryContinueDrag (BOOL escapeKeyPressed, DWORD grfKeyState) override
 
HRESULT STDMETHODCALLTYPE GiveFeedback (DWORD) override
 

Detailed Description

Definition at line 20 of file IGraphicsWin_dnd.h.

Constructor & Destructor Documentation

◆ DropSource()

DragAndDropHelpers::DropSource::DropSource ( )
inline

Definition at line 23 of file IGraphicsWin_dnd.h.

◆ ~DropSource()

DragAndDropHelpers::DropSource::~DropSource ( )
inline

Definition at line 24 of file IGraphicsWin_dnd.h.

Member Function Documentation

◆ AddRef()

ULONG STDMETHODCALLTYPE DragAndDropHelpers::DropSource::AddRef ( )
inlineoverride

Definition at line 41 of file IGraphicsWin_dnd.h.

◆ GiveFeedback()

HRESULT STDMETHODCALLTYPE DragAndDropHelpers::DropSource::GiveFeedback ( DWORD  )
inlineoverride

Definition at line 69 of file IGraphicsWin_dnd.h.

◆ QueryContinueDrag()

HRESULT STDMETHODCALLTYPE DragAndDropHelpers::DropSource::QueryContinueDrag ( BOOL  escapeKeyPressed,
DWORD  grfKeyState 
)
inlineoverride

Definition at line 54 of file IGraphicsWin_dnd.h.

◆ QueryInterface()

HRESULT STDMETHODCALLTYPE DragAndDropHelpers::DropSource::QueryInterface ( REFIID  refiid,
void **  resultHandle 
)
inlineoverride

Definition at line 29 of file IGraphicsWin_dnd.h.

◆ Release()

ULONG STDMETHODCALLTYPE DragAndDropHelpers::DropSource::Release ( )
inlineoverride

Definition at line 42 of file IGraphicsWin_dnd.h.


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