Main Page | Namespace List | Class List | File List | Namespace Members | Class Members | File Members

emuWorks::FileDropTarget Class Reference

#include <FileDropTarget.hh>

List of all members.


Detailed Description

Class implementing a wxFileDropTarget for the MainFrame class.

Definition at line 38 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

MainFrameowner


Constructor & Destructor Documentation

emuWorks::FileDropTarget::FileDropTarget MainFrame owner  )  [inline]
 

Constructor for the FileDropTarget.

Parameters:
owner The MainFrame associated with this FileDropTarget.

Definition at line 45 of file FileDropTarget.hh.


Member Function Documentation

bool FileDropTarget::OnDropFiles wxCoord  x,
wxCoord  y,
const wxArrayString &  files
[virtual]
 

Virtual method called when files are dropped on this target.

Parameters:
x The x-coordinate of the drop.
y The y-coordinate of the drop.
files The files dropped on this target.

Definition at line 39 of file FileDropTarget.cc.


Member Data Documentation

MainFrame* emuWorks::FileDropTarget::owner [private]
 

Definition at line 57 of file FileDropTarget.hh.


Generated on Thu Aug 4 00:30:33 2005 for Zelda II SRAM Editor by  doxygen 1.4.4