Hugin trunk 0.1
Loading...
Searching...
No Matches
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.
 

Detailed Description

Simple class that forward the drop to the mainframe.

Definition at line 44 of file BatchFrame.h.

Member Function Documentation

◆ OnDropFiles()

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 44 of file BatchFrame.cpp.

References threshold().


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