Hugintrunk  0.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
BatchDropTarget Class Reference

Simple class that forward the drop to the mainframe. More...

#include <BatchFrame.h>

Inheritance diagram for BatchDropTarget:
Inheritance graph

Public Member Functions

bool OnDropFiles (wxCoord x, wxCoord y, const wxArrayString &filenames)
 File/directory drag and drop handler method. More...
 

Detailed Description

Simple class that forward the drop to the mainframe.

Definition at line 48 of file BatchFrame.h.

Member Function Documentation

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().


The documentation for this class was generated from the following files: