#include <FileDropTarget.hh>
Definition at line 36 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 |
emuWorks::FileDropTarget::FileDropTarget | ( | MainFrame * | owner | ) | [inline] |
Constructor for the FileDropTarget.
owner | The MainFrame associated with this FileDropTarget. |
Definition at line 46 of file FileDropTarget.hh.
bool FileDropTarget::OnDropFiles | ( | wxCoord | x, | |
wxCoord | y, | |||
const wxArrayString & | files | |||
) | [virtual] |
Virtual method called when files are dropped on this target.
x | The x-coordinate of the drop. | |
y | The y-coordinate of the drop. | |
files | The files dropped on this target. |
Definition at line 40 of file FileDropTarget.cc.
MainFrame* emuWorks::FileDropTarget::owner [private] |
Definition at line 38 of file FileDropTarget.hh.