Basic Image AlgorithmS Library  2.8.0
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Member Functions | Protected Attributes | List of all members
BIAS::dndFileTarget Class Reference

drag and drop files onto application. More...

#include <Gui/dndFileTarget.hh>

+ Inheritance diagram for BIAS::dndFileTarget:
+ Collaboration diagram for BIAS::dndFileTarget:

Public Member Functions

 dndFileTarget (wxFrame *frame)
 
bool OnDropFiles (wxCoord x, wxCoord y, const wxArrayString &filenames)
 

Protected Attributes

wxFrame * m_frame
 

Detailed Description

drag and drop files onto application.

drag a file from MS explorer or kde file manager directly on an application (instead of using a load from filename function.)

Author
Jan Woetzel 03/2005

Definition at line 21 of file dndFileTarget.hh.

Constructor & Destructor Documentation

dndFileTarget::dndFileTarget ( wxFrame *  frame)
Author
Jan Woetzel 03/2005

Definition at line 12 of file dndFileTarget.cpp.

Member Function Documentation

bool dndFileTarget::OnDropFiles ( wxCoord  x,
wxCoord  y,
const wxArrayString &  filenames 
)

Definition at line 15 of file dndFileTarget.cpp.

References BIAS::AsciiToWx().

Member Data Documentation

wxFrame* BIAS::dndFileTarget::m_frame
protected

Definition at line 26 of file dndFileTarget.hh.


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