|
Hugin trunk 0.1
|
simple class that forward the drop to the mainframe More...
#include <MainFrame.h>

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::Panorama & | pano |
| bool | m_imageOnly |
simple class that forward the drop to the mainframe
Definition at line 61 of file MainFrame.h.
|
inline |
Definition at line 64 of file MainFrame.h.
References m_imageOnly, and threshold().
| bool PanoDropTarget::OnDropFiles | ( | wxCoord | x, |
| wxCoord | y, | ||
| const wxArrayString & | filenames | ||
| ) |
file drag and drop handler method
Definition at line 119 of file MainFrame.cpp.
References PanoCommand::CommandHistory::addCommand(), containsInvalidCharacters(), DEBUG_TRACE, HuginBase::ImageCache::flush(), MainFrame::Get(), PanoCommand::GlobalCmdHist::getInstance(), HuginBase::ImageCache::getInstance(), hugin_utils::GetMessageDialog(), HUGIN_CONV_FILENAME, IsRawExtension(), MainFrame::LOAD_NEW_PROJECT, ShowFilenameWarning(), and threshold().
|
private |
Definition at line 72 of file MainFrame.h.
Referenced by PanoDropTarget().
|
private |
Definition at line 71 of file MainFrame.h.