#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. | |
| ~FailedProjectsDialog () | |
| destructor, saves size and position | |
Protected Member Functions | |
| void | OnSelectProject (wxCommandEvent &e) |
| event handler, if new project was selected | |
Private Attributes | |
| Batch * | m_batch |
| wxListBox * | m_list |
| wxTextCtrl * | m_log |
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.
|
||||||||||||||||
|
Constructor, read from xrc ressource; restore last uses settings, size and position.
|
|
|
destructor, saves size and position
Definition at line 109 of file FailedProjectsDialog.cpp. |
|
|
event handler, if new project was selected
Definition at line 129 of file FailedProjectsDialog.cpp. References hugin_utils::FileExists(), Batch::GetFailedProjectLog(), m_batch, m_list, and m_log. |
|
|
Definition at line 53 of file FailedProjectsDialog.h. Referenced by OnSelectProject(). |
|
|
Definition at line 54 of file FailedProjectsDialog.h. Referenced by OnSelectProject(). |
|
|
Definition at line 55 of file FailedProjectsDialog.h. Referenced by OnSelectProject(). |
1.3.9.1