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

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

#include <MainFrame.h>

Inheritance diagram for PanoDropTarget:
Inheritance graph

Public Member Functions

 PanoDropTarget (HuginBase::Panorama &p, bool imageOnly=false)
 
bool OnDropFiles (wxCoord x, wxCoord y, const wxArrayString &filenames)
 file drag and drop handler method More...
 

Private Attributes

HuginBase::Panoramapano
 
bool m_imageOnly
 

Detailed Description

simple class that forward the drop to the mainframe

Definition at line 65 of file MainFrame.h.

Constructor & Destructor Documentation

PanoDropTarget::PanoDropTarget ( HuginBase::Panorama p,
bool  imageOnly = false 
)
inline

Definition at line 68 of file MainFrame.h.

References m_imageOnly.

Member Function Documentation

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

Member Data Documentation

bool PanoDropTarget::m_imageOnly
private

Definition at line 76 of file MainFrame.h.

Referenced by PanoDropTarget().

HuginBase::Panorama& PanoDropTarget::pano
private

Definition at line 75 of file MainFrame.h.


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