#include <FileDropTarget.hh>
Definition at line 35 of file FileDropTarget.hh.
Public Member Functions | |
FileDropTarget (MainFrame *owner) | |
Constructor for the FileDropTarget. | |
virtual bool | OnDropFiles (wxCoord x, wxCoord y, const wxArrayString &files) |
Virtual method called when files are dropped on this target. | |
Private Attributes | |
MainFrame * | owner |
|
Constructor for the FileDropTarget.
Definition at line 42 of file FileDropTarget.hh. |
|
Virtual method called when files are dropped on this target.
Definition at line 36 of file FileDropTarget.cc. |
|
Definition at line 54 of file FileDropTarget.hh. |