Hugintrunk
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 More... | |
Private Attributes | |
HuginBase::Panorama & | pano |
bool | m_imageOnly |
simple class that forward the drop to the mainframe
Definition at line 65 of file MainFrame.h.
|
inline |
Definition at line 68 of file MainFrame.h.
References m_imageOnly.
bool PanoDropTarget::OnDropFiles | ( | wxCoord | x, |
wxCoord | y, | ||
const wxArrayString & | filenames | ||
) |
file drag and drop handler method
Definition at line 120 of file MainFrame.cpp.
References PanoCommand::CommandHistory::addCommand(), RawImportDialog::CheckRawFiles(), MainFrame::CloseProject(), containsInvalidCharacters(), DEBUG_TRACE, MainFrame::Get(), PanoCommand::GlobalCmdHist::getInstance(), RawImportDialog::GetPanoCommand(), HUGIN_CONV_FILENAME, IsRawExtension(), MainFrame::LOAD_NEW_PROJECT, MainFrame::LoadProjectFile(), and ShowFilenameWarning().
|
private |
Definition at line 76 of file MainFrame.h.
Referenced by PanoDropTarget().
|
private |
Definition at line 75 of file MainFrame.h.