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

file drag and drop handler method More...

Inheritance diagram for EnfuseDropTarget:
Inheritance graph

Public Member Functions

 EnfuseDropTarget (EnfusePanel *parent)
 
bool OnDropFiles (wxCoord x, wxCoord y, const wxArrayString &filenames)
 

Private Attributes

EnfusePanelm_enfusePanel
 

Detailed Description

file drag and drop handler method

Definition at line 42 of file EnfusePanel.cpp.

Constructor & Destructor Documentation

EnfuseDropTarget::EnfuseDropTarget ( EnfusePanel parent)
inline

Definition at line 45 of file EnfusePanel.cpp.

References m_enfusePanel.

Member Function Documentation

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

Definition at line 50 of file EnfusePanel.cpp.

References EnfusePanel::AddFile(), and m_enfusePanel.

Member Data Documentation

EnfusePanel* EnfuseDropTarget::m_enfusePanel
private

Definition at line 83 of file EnfusePanel.cpp.

Referenced by EnfuseDropTarget(), and OnDropFiles().


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