GetData() | wxDropTarget | [virtual] |
GetDefaultAction() | wxDropTarget | |
OnData(wxCoord x, wxCoord y, wxDragResult defResult)=0 | wxDropTarget | [pure virtual] |
OnDragOver(wxCoord x, wxCoord y, wxDragResult defResult) | wxDropTarget | [virtual] |
OnDrop(wxCoord x, wxCoord y) | wxFileDropTarget | [virtual] |
OnDropFiles(wxCoord x, wxCoord y, const wxArrayString &filenames)=0 | wxFileDropTarget | [pure virtual] |
OnEnter(wxCoord x, wxCoord y, wxDragResult defResult) | wxDropTarget | [virtual] |
OnLeave() | wxDropTarget | [virtual] |
SetDataObject(wxDataObject *data) | wxDropTarget | |
SetDefaultAction(wxDragResult action) | wxDropTarget | |
wxDropTarget(wxDataObject *data=NULL) | wxDropTarget | |
wxFileDropTarget() | wxFileDropTarget | |
~wxDropTarget() | wxDropTarget | [virtual] |