#include <sramfiletarget.hh>
Definition at line 33 of file sramfiletarget.hh.
Public Member Functions | |
SRAMFileTarget (MainFrame *frame) | |
Creates a new SRAMFileTarget. | |
bool | OnDropFiles (wxCoord, wxCoord, const wxArrayString &files) |
Called when files are dropped on the associated MainFrame. | |
Private Attributes | |
MainFrame * | frame |
dwsrame::SRAMFileTarget::SRAMFileTarget | ( | MainFrame * | frame | ) | [inline] |
Creates a new SRAMFileTarget.
frame | The MainFrame to send files to. |
Definition at line 55 of file sramfiletarget.hh.
bool SRAMFileTarget::OnDropFiles | ( | wxCoord | , | |
wxCoord | , | |||
const wxArrayString & | files | |||
) |
Called when files are dropped on the associated MainFrame.
files | The filenames. |
Definition at line 39 of file sramfiletarget.cc.
MainFrame* dwsrame::SRAMFileTarget::frame [private] |
Definition at line 35 of file sramfiletarget.hh.