Hugin trunk 0.1
Loading...
Searching...
No Matches
Public Member Functions | Protected Member Functions | Private Attributes | List of all members
FailedProjectsDialog Class Reference

Dialog for finding panorama in given directory. More...

#include <FailedProjectsDialog.h>

Inheritance diagram for FailedProjectsDialog:
Inheritance graph

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

Batchm_batch
 
wxListBoxm_list
 
wxTextCtrl * m_log
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ FailedProjectsDialog()

FailedProjectsDialog::FailedProjectsDialog ( wxWindow *  parent,
Batch batch,
wxString  xrcPrefix 
)

Constructor, read from xrc ressource; restore last uses settings, size and position.

Definition at line 33 of file FailedProjectsDialog.cpp.

References m_batch, m_list, m_log, OnSelectProject(), hugin_utils::RestoreFramePosition(), and threshold().

◆ ~FailedProjectsDialog()

FailedProjectsDialog::~FailedProjectsDialog ( )

destructor, saves size and position

Definition at line 70 of file FailedProjectsDialog.cpp.

References hugin_utils::StoreFramePosition(), and threshold().

Member Function Documentation

◆ OnSelectProject()

void FailedProjectsDialog::OnSelectProject ( wxCommandEvent &  e)
protected

event handler, if new project was selected

Definition at line 77 of file FailedProjectsDialog.cpp.

References Batch::GetFailedProjectLog(), m_batch, m_list, m_log, and threshold().

Referenced by FailedProjectsDialog().

Member Data Documentation

◆ m_batch

Batch* FailedProjectsDialog::m_batch
private

Definition at line 53 of file FailedProjectsDialog.h.

Referenced by FailedProjectsDialog(), and OnSelectProject().

◆ m_list

wxListBox* FailedProjectsDialog::m_list
private

Definition at line 54 of file FailedProjectsDialog.h.

Referenced by FailedProjectsDialog(), and OnSelectProject().

◆ m_log

wxTextCtrl* FailedProjectsDialog::m_log
private

Definition at line 55 of file FailedProjectsDialog.h.

Referenced by FailedProjectsDialog(), and OnSelectProject().


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