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
StackerDropTarget Class Reference

file drag and drop handler method More...

Inheritance diagram for StackerDropTarget:
Inheritance graph

Public Member Functions

 StackerDropTarget (StackerPanel *parent)
 
bool OnDropFiles (wxCoord x, wxCoord y, const wxArrayString &filenames)
 

Private Attributes

StackerPanelm_stackerPanel
 

Detailed Description

file drag and drop handler method

Definition at line 145 of file StackerPanel.cpp.

Constructor & Destructor Documentation

StackerDropTarget::StackerDropTarget ( StackerPanel parent)
inline

Definition at line 148 of file StackerPanel.cpp.

References m_stackerPanel.

Member Function Documentation

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

Definition at line 153 of file StackerPanel.cpp.

References StackerPanel::AddFile(), and m_stackerPanel.

Member Data Documentation

StackerPanel* StackerDropTarget::m_stackerPanel
private

Definition at line 186 of file StackerPanel.cpp.

Referenced by OnDropFiles(), and StackerDropTarget().


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