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

Private Attributes

HuginBase::Panoramapano
 
bool m_imageOnly
 

Detailed Description

simple class that forward the drop to the mainframe

Definition at line 61 of file MainFrame.h.

Constructor & Destructor Documentation

◆ PanoDropTarget()

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

Definition at line 64 of file MainFrame.h.

References m_imageOnly, and threshold().

Member Function Documentation

◆ OnDropFiles()

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

Member Data Documentation

◆ m_imageOnly

bool PanoDropTarget::m_imageOnly
private

Definition at line 72 of file MainFrame.h.

Referenced by PanoDropTarget().

◆ pano

HuginBase::Panorama& PanoDropTarget::pano
private

Definition at line 71 of file MainFrame.h.


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