|
|
|
|
|
class wxFileDropTargetFwd
|
|
|
Modules Namespace List Class Hierarchy Alphabetical List Compound List Namespace Members Compound Members Related Pages
acdk::wx::wxFileDropTargetFwd Class Reference#include <FileDropTarget.h>
Inheritance diagram for acdk::wx::wxFileDropTargetFwd:
List of all members.
|
Public Member Functions |
| wxFileDropTargetFwd () |
virtual wxDragResult | OnEnter (wxCoord x, wxCoord y, wxDragResult def) |
virtual wxDragResult | OnDragOver (wxCoord x, wxCoord y, wxDragResult def) |
virtual void | OnLeave () |
virtual bool | OnDrop (wxCoord x, wxCoord y) |
virtual wxDragResult | OnData (wxCoord x, wxCoord y, wxDragResult def) |
virtual bool | GetData () |
virtual bool | OnDropFiles (wxCoord x, wxCoord y, const wxArrayString &filenames) |
Constructor & Destructor Documentation
acdk::wx::wxFileDropTargetFwd::wxFileDropTargetFwd |
( |
|
) |
[inline] |
|
Member Function Documentation
bool acdk::wx::wxFileDropTargetFwd::GetData |
( |
|
) |
[inline, virtual] |
|
wxDragResult acdk::wx::wxFileDropTargetFwd::OnData |
( |
wxCoord |
x, |
|
|
wxCoord |
y, |
|
|
wxDragResult |
def |
|
) |
[inline, virtual] |
|
wxDragResult acdk::wx::wxFileDropTargetFwd::OnDragOver |
( |
wxCoord |
x, |
|
|
wxCoord |
y, |
|
|
wxDragResult |
def |
|
) |
[inline, virtual] |
|
bool acdk::wx::wxFileDropTargetFwd::OnDrop |
( |
wxCoord |
x, |
|
|
wxCoord |
y |
|
) |
[inline, virtual] |
|
bool acdk::wx::wxFileDropTargetFwd::OnDropFiles |
( |
wxCoord |
x, |
|
|
wxCoord |
y, |
|
|
const wxArrayString & |
filenames |
|
) |
[inline, virtual] |
|
wxDragResult acdk::wx::wxFileDropTargetFwd::OnEnter |
( |
wxCoord |
x, |
|
|
wxCoord |
y, |
|
|
wxDragResult |
def |
|
) |
[inline, virtual] |
|
void acdk::wx::wxFileDropTargetFwd::OnLeave |
( |
|
) |
[inline, virtual] |
|
|
|