Hugintrunk
0.1
|
Simple class that forward the drop to the mainframe. More...
#include <BatchFrame.h>
Public Member Functions | |
bool | OnDropFiles (wxCoord x, wxCoord y, const wxArrayString &filenames) |
File/directory drag and drop handler method. More... | |
Simple class that forward the drop to the mainframe.
Definition at line 48 of file BatchFrame.h.
bool BatchDropTarget::OnDropFiles | ( | wxCoord | x, |
wxCoord | y, | ||
const wxArrayString & | filenames | ||
) |
File/directory drag and drop handler method.
When a project file is droped, it is added with default prefix. When a directory is dropped, the directory and all sub-directory are scanned and all found project files are added to the queue.
Definition at line 45 of file BatchFrame.cpp.
References BatchFrame::AddDirToList(), and BatchFrame::AddToList().