Hugintrunk
0.1
|
Dialog for finding panorama in given directory. More...
#include <FailedProjectsDialog.h>
Public Member Functions | |
FailedProjectsDialog (wxWindow *parent, Batch *batch, wxString xrcPrefix) | |
Constructor, read from xrc ressource; restore last uses settings, size and position. More... | |
~FailedProjectsDialog () | |
destructor, saves size and position More... | |
Protected Member Functions | |
void | OnSelectProject (wxCommandEvent &e) |
event handler, if new project was selected More... | |
Private Attributes | |
Batch * | m_batch |
wxListBox * | m_list |
wxTextCtrl * | m_log |
Dialog for finding panorama in given directory.
The algorithm transverse all directories for suitable image files (currently only jpeg and tiff) If it found images, it compares EXIF information to deduce which images could belong to a panorama. After it the user can select which panoramas should created and added to detection queue
Definition at line 41 of file FailedProjectsDialog.h.
FailedProjectsDialog::FailedProjectsDialog | ( | wxWindow * | parent, |
Batch * | batch, | ||
wxString | xrcPrefix | ||
) |
Constructor, read from xrc ressource; restore last uses settings, size and position.
Definition at line 36 of file FailedProjectsDialog.cpp.
References vigra_ext::EMoR::h.
FailedProjectsDialog::~FailedProjectsDialog | ( | ) |
destructor, saves size and position
Definition at line 110 of file FailedProjectsDialog.cpp.
|
protected |
event handler, if new project was selected
Definition at line 130 of file FailedProjectsDialog.cpp.
References hugin_utils::FileExists(), Batch::GetFailedProjectLog(), m_batch, m_list, and m_log.
|
private |
Definition at line 53 of file FailedProjectsDialog.h.
Referenced by OnSelectProject().
|
private |
Definition at line 54 of file FailedProjectsDialog.h.
Referenced by OnSelectProject().
|
private |
Definition at line 55 of file FailedProjectsDialog.h.
Referenced by OnSelectProject().