smse::SRAMFileTarget Class Reference

#include <SRAMFileTarget.hh>

List of all members.


Detailed Description

Class to implement a drop target for SRAM files on the Frame.

Definition at line 34 of file SRAMFileTarget.hh.


Public Member Functions

 SRAMFileTarget (Frame *frame)
 Creates a new SRAMFileTarget.
virtual bool OnDropFiles (wxCoord x, wxCoord y, const wxArrayString &files)
 Called when files are dropped on the associated Frame.

Private Attributes

Frameframe

Constructor & Destructor Documentation

smse::SRAMFileTarget::SRAMFileTarget ( Frame frame  )  [inline]

Creates a new SRAMFileTarget.

Parameters:
frame The Frame to send files to.

Definition at line 59 of file SRAMFileTarget.hh.


Member Function Documentation

bool SRAMFileTarget::OnDropFiles ( wxCoord  x,
wxCoord  y,
const wxArrayString &  files 
) [virtual]

Called when files are dropped on the associated Frame.

Parameters:
x The x-coordinate of the drop (unused).
y The y-coordinate of the drop (unused).
files The filenames.
Returns:
true if the drop was accepted; false otherwise.

Definition at line 41 of file SRAMFileTarget.cc.


Member Data Documentation

Frame* smse::SRAMFileTarget::frame [private]

Definition at line 36 of file SRAMFileTarget.hh.


Generated on Mon Dec 29 01:15:57 2008 for Super Metroid SRAM Editor by  doxygen 1.5.4