|
fltk 1.3.0rc3
About: FLTK (Fast Light Tool Kit) is a cross-platform C++ GUI toolkit for UNIX/Linux (X11), Microsoft Windows, and MacOS X. Release candidate.
SfR Fresh Dox: fltk-1.3.0rc3-source.tar.gz ("inofficial" and yet experimental doxygen-generated source code documentation) ![]() |
Public Member Functions | |
| FLDropSource () | |
| HRESULT STDMETHODCALLTYPE | QueryInterface (REFIID riid, LPVOID *ppvObject) |
| ULONG STDMETHODCALLTYPE | AddRef () |
| ULONG STDMETHODCALLTYPE | Release () |
| STDMETHODIMP | GiveFeedback (ulong) |
| STDMETHODIMP | QueryContinueDrag (BOOL esc, DWORD keyState) |
this class is needed to allow FLTK apps to be a DnD source
Definition at line 320 of file fl_dnd_win32.cxx.
| FLDropSource::FLDropSource | ( | ) | [inline] |
Definition at line 324 of file fl_dnd_win32.cxx.
| ULONG STDMETHODCALLTYPE FLDropSource::AddRef | ( | ) | [inline] |
Definition at line 335 of file fl_dnd_win32.cxx.
Referenced by Fl::dnd().
| STDMETHODIMP FLDropSource::GiveFeedback | ( | ulong | ) | [inline] |
Definition at line 343 of file fl_dnd_win32.cxx.
| STDMETHODIMP FLDropSource::QueryContinueDrag | ( | BOOL | esc, |
| DWORD | keyState | ||
| ) | [inline] |
Definition at line 344 of file fl_dnd_win32.cxx.
| HRESULT STDMETHODCALLTYPE FLDropSource::QueryInterface | ( | REFIID | riid, |
| LPVOID * | ppvObject | ||
| ) | [inline] |
Definition at line 325 of file fl_dnd_win32.cxx.
References NULL.
| ULONG STDMETHODCALLTYPE FLDropSource::Release | ( | ) | [inline] |
Definition at line 336 of file fl_dnd_win32.cxx.
Referenced by Fl::dnd().