#include <BatchFrame.h>
Public Member Functions | |
| bool | OnDropFiles (wxCoord x, wxCoord y, const wxArrayString &filenames) |
| File/directory drag and drop handler method. | |
Definition at line 41 of file BatchFrame.h.
|
||||||||||||||||
|
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 34 of file BatchFrame.cpp. References BatchFrame::AddDirToList(), and BatchFrame::AddToList(). |
1.3.9.1