Hugintrunk
0.1
|
dialog class for showing progress of raw import More...
Public Member Functions | |
RawImportProgress (wxWindow *parent, std::shared_ptr< RawImport > &converter, const wxArrayString &rawImages, const wxArrayString &images, const int refImg) | |
virtual | ~RawImportProgress () |
Protected Member Functions | |
void | OnProcessReferenceTerminate (wxProcessEvent &e) |
void | OnProcessTerminate (wxProcessEvent &e) |
void | OnProgress (wxCommandEvent &event) |
void | OnCancel (wxCommandEvent &event) |
void | OnInitDialog (wxInitDialogEvent &e) |
Private Attributes | |
std::shared_ptr< RawImport > | m_converter |
wxArrayString | m_rawImages |
wxArrayString | m_images |
int | m_refImg |
bool | m_isRunning |
wxGauge * | m_progress |
wxButton * | m_cancelButton |
MyExecPanel * | m_progressPanel |
dialog class for showing progress of raw import
Definition at line 444 of file RawImport.cpp.
|
inline |
Definition at line 447 of file RawImport.cpp.
References DEBUG_ASSERT, m_cancelButton, m_images, m_progress, m_progressPanel, m_rawImages, m_refImg, OnCancel(), OnInitDialog(), OnProgress(), and hugin_utils::RestoreFramePosition().
|
inlinevirtual |
Definition at line 477 of file RawImport.cpp.
References hugin_utils::StoreFramePosition().
|
inlineprotected |
Definition at line 544 of file RawImport.cpp.
References MyExecPanel::KillProcess(), m_isRunning, and m_progressPanel.
Referenced by RawImportProgress().
|
inlineprotected |
Definition at line 556 of file RawImport.cpp.
References MyExecPanel::ExecQueue(), m_converter, m_images, m_progressPanel, m_rawImages, m_refImg, and OnProcessReferenceTerminate().
Referenced by RawImportProgress().
|
inlineprotected |
Definition at line 483 of file RawImport.cpp.
References MyExecPanel::CopyLogToClipboard(), MyExecPanel::ExecQueue(), MyExecPanel::GetLogAsArrayString(), hugin_utils::HuginMessageBox(), m_cancelButton, m_converter, m_images, m_isRunning, m_progress, m_progressPanel, m_rawImages, m_refImg, OnProcessTerminate(), and hugin_utils::roundi().
Referenced by OnInitDialog().
|
inlineprotected |
Definition at line 520 of file RawImport.cpp.
References MyExecPanel::CopyLogToClipboard(), m_cancelButton, m_isRunning, and m_progressPanel.
Referenced by OnProcessReferenceTerminate().
|
inlineprotected |
Definition at line 537 of file RawImport.cpp.
References m_images, m_progress, and hugin_utils::roundi().
Referenced by RawImportProgress().
|
private |
Definition at line 569 of file RawImport.cpp.
Referenced by OnProcessReferenceTerminate(), OnProcessTerminate(), and RawImportProgress().
|
private |
Definition at line 564 of file RawImport.cpp.
Referenced by OnInitDialog(), and OnProcessReferenceTerminate().
|
private |
Definition at line 565 of file RawImport.cpp.
Referenced by OnInitDialog(), OnProcessReferenceTerminate(), OnProgress(), and RawImportProgress().
|
private |
Definition at line 567 of file RawImport.cpp.
Referenced by OnCancel(), OnProcessReferenceTerminate(), and OnProcessTerminate().
|
private |
Definition at line 568 of file RawImport.cpp.
Referenced by OnProcessReferenceTerminate(), OnProgress(), and RawImportProgress().
|
private |
Definition at line 570 of file RawImport.cpp.
Referenced by OnCancel(), OnInitDialog(), OnProcessReferenceTerminate(), OnProcessTerminate(), and RawImportProgress().
|
private |
Definition at line 565 of file RawImport.cpp.
Referenced by OnInitDialog(), OnProcessReferenceTerminate(), and RawImportProgress().
|
private |
Definition at line 566 of file RawImport.cpp.
Referenced by OnInitDialog(), OnProcessReferenceTerminate(), and RawImportProgress().