#include <SRAMFileTarget.hh>
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 | |
Frame * | frame |
smse::SRAMFileTarget::SRAMFileTarget | ( | Frame * | frame | ) | [inline] |
Creates a new SRAMFileTarget.
frame | The Frame to send files to. |
Definition at line 59 of file SRAMFileTarget.hh.
bool SRAMFileTarget::OnDropFiles | ( | wxCoord | x, | |
wxCoord | y, | |||
const wxArrayString & | files | |||
) | [virtual] |
Called when files are dropped on the associated Frame.
x | The x-coordinate of the drop (unused). | |
y | The y-coordinate of the drop (unused). | |
files | The filenames. |
Definition at line 41 of file SRAMFileTarget.cc.
Frame* smse::SRAMFileTarget::frame [private] |
Definition at line 36 of file SRAMFileTarget.hh.