19#ifndef NUMEREDROPTARGET_HPP
20#define NUMEREDROPTARGET_HPP
25#if wxUSE_DRAG_AND_DROP
36 wxDragResult
OnDragOver(wxCoord x, wxCoord y, wxDragResult defaultDragResult);
37 wxDragResult
OnData(wxCoord x, wxCoord y, wxDragResult defaultDragResult);
NumeReDropTarget(wxWindow *topwindow, wxWindow *owner, parentType type)
Constructor. Initializes the data objects, which correspond to the assigned wxWindow.
wxDragResult OnData(wxCoord x, wxCoord y, wxDragResult defaultDragResult)
This method handles the file operations after DragDrop.
fileType getFileType(const wxString &filename)
This method classifies the file type of the passed file type.
wxDragResult OnDragOver(wxCoord x, wxCoord y, wxDragResult defaultDragResult)
This method visualizes the DragDrop effect.