|
Hugintrunk
0.1
|
Dialog for raw import. More...
#include <RawImport.h>

Public Member Functions | |
| RawImportDialog (wxWindow *parent, HuginBase::Panorama *pano, std::vector< std::string > &rawFiles) | |
| Constructor, read from xrc ressource; restore last uses settings and position. More... | |
| ~RawImportDialog () | |
| destructor, saves position More... | |
| PanoCommand::PanoCommand * | GetPanoCommand () |
| return PanoCommand for adding converted raw files to Panorama More... | |
| bool | CheckRawFiles () |
| return true, if all raw files are from the same camera More... | |
Protected Member Functions | |
| void | OnOk (wxCommandEvent &e) |
| called when dialog is finished and does the conversion More... | |
| void | OnSelectRTProcessingProfile (wxCommandEvent &e) |
| void | OnRawConverterSelected (wxCommandEvent &e) |
Private Member Functions | |
| void | FillImageChoice () |
| fill list with image names More... | |
Private Attributes | |
| HuginBase::Panorama * | m_pano |
| wxArrayString | m_rawImages |
| wxArrayString | m_images |
| PanoCommand::PanoCommand * | m_cmd =NULL |
Dialog for raw import.
Definition at line 34 of file RawImport.h.
| RawImportDialog::RawImportDialog | ( | wxWindow * | parent, |
| HuginBase::Panorama * | pano, | ||
| std::vector< std::string > & | rawFiles | ||
| ) |
Constructor, read from xrc ressource; restore last uses settings and position.
Definition at line 573 of file RawImport.cpp.
References HUGIN_CONV_FILENAME, m_pano, m_rawImages, OnOk(), OnRawConverterSelected(), OnSelectRTProcessingProfile(), and hugin_utils::RestoreFramePosition().
| RawImportDialog::~RawImportDialog | ( | ) |
destructor, saves position
Definition at line 620 of file RawImport.cpp.
References hugin_utils::StoreFramePosition().
| bool RawImportDialog::CheckRawFiles | ( | ) |
return true, if all raw files are from the same camera
Definition at line 630 of file RawImport.cpp.
References FillImageChoice(), HUGIN_CONV_FILENAME, and m_rawImages.
Referenced by PanoOperation::AddImageOperation::GetInternalCommand(), PanoDropTarget::OnDropFiles(), and huginApp::OnInit().
|
private |
fill list with image names
Definition at line 889 of file RawImport.cpp.
References m_rawImages.
Referenced by CheckRawFiles().
| PanoCommand::PanoCommand * RawImportDialog::GetPanoCommand | ( | ) |
return PanoCommand for adding converted raw files to Panorama
Definition at line 625 of file RawImport.cpp.
References m_cmd.
Referenced by PanoOperation::AddImageOperation::GetInternalCommand(), PanoDropTarget::OnDropFiles(), and huginApp::OnInit().
|
protected |
called when dialog is finished and does the conversion
Definition at line 737 of file RawImport.cpp.
References hugin_utils::FileExists(), HuginBase::Panorama::getNrOfImages(), HUGIN_CONV_FILENAME, hugin_utils::HuginMessageBox(), m_cmd, m_images, m_pano, m_rawImages, and PanoCommand::PanoCommand::setName().
Referenced by RawImportDialog().
|
protected |
Definition at line 860 of file RawImport.cpp.
Referenced by RawImportDialog().
|
protected |
Definition at line 850 of file RawImport.cpp.
Referenced by RawImportDialog().
|
private |
Definition at line 58 of file RawImport.h.
Referenced by GetPanoCommand(), and OnOk().
|
private |
Definition at line 57 of file RawImport.h.
Referenced by OnOk().
|
private |
Definition at line 55 of file RawImport.h.
Referenced by OnOk(), and RawImportDialog().
|
private |
Definition at line 56 of file RawImport.h.
Referenced by CheckRawFiles(), FillImageChoice(), OnOk(), and RawImportDialog().
1.8.5