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 608 of file RawImport.cpp.
References huginApp::Get(), HUGIN_CONV_FILENAME, and RestoreFramePosition().
RawImportDialog::~RawImportDialog | ( | ) |
destructor, saves position
Definition at line 658 of file RawImport.cpp.
References StoreFramePosition().
bool RawImportDialog::CheckRawFiles | ( | ) |
return true, if all raw files are from the same camera
Definition at line 668 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 932 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 663 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 775 of file RawImport.cpp.
References hugin_utils::FileExists(), HuginBase::Panorama::getNrOfImages(), HUGIN_CONV_FILENAME, m_cmd, m_images, m_pano, m_rawImages, and PanoCommand::PanoCommand::setName().
|
protected |
Definition at line 903 of file RawImport.cpp.
|
protected |
Definition at line 893 of file RawImport.cpp.
|
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().
|
private |
Definition at line 56 of file RawImport.h.
Referenced by CheckRawFiles(), FillImageChoice(), and OnOk().