hack4u::FileDropTarget Class Reference

#include <FileDropTarget.hh>

List of all members.


Detailed Description

Class implementing a wxFileDropTarget for the MainFrame class.

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

MainFrameowner


Constructor & Destructor Documentation

hack4u::FileDropTarget::FileDropTarget ( MainFrame owner  )  [inline]

Constructor for the FileDropTarget.

Parameters:
owner The MainFrame associated with this FileDropTarget.

Definition at line 59 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 40 of file FileDropTarget.cc.


Member Data Documentation

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

Definition at line 38 of file FileDropTarget.hh.


Generated on Sat Feb 24 10:38:52 2007 for hack4u by  doxygen 1.5.1-p1