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 458 of file RawImport.cpp.
|
inline |
Definition at line 461 of file RawImport.cpp.
References DEBUG_ASSERT, m_cancelButton, m_images, m_progress, m_progressPanel, m_rawImages, m_refImg, OnCancel(), OnInitDialog(), OnProgress(), and RestoreFramePosition().
|
inlinevirtual |
Definition at line 499 of file RawImport.cpp.
References StoreFramePosition().
|
inlineprotected |
Definition at line 571 of file RawImport.cpp.
References MyExecPanel::KillProcess(), m_isRunning, and m_progressPanel.
Referenced by RawImportProgress().
|
inlineprotected |
Definition at line 583 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 505 of file RawImport.cpp.
References MyExecPanel::CopyLogToClipboard(), MyExecPanel::ExecQueue(), MyExecPanel::GetLogAsArrayString(), 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 547 of file RawImport.cpp.
References MyExecPanel::CopyLogToClipboard(), m_cancelButton, m_isRunning, and m_progressPanel.
Referenced by OnProcessReferenceTerminate().
|
inlineprotected |
Definition at line 564 of file RawImport.cpp.
References m_images, m_progress, and hugin_utils::roundi().
Referenced by RawImportProgress().
|
private |
Definition at line 596 of file RawImport.cpp.
Referenced by OnProcessReferenceTerminate(), OnProcessTerminate(), and RawImportProgress().
|
private |
Definition at line 591 of file RawImport.cpp.
Referenced by OnInitDialog(), and OnProcessReferenceTerminate().
|
private |
Definition at line 592 of file RawImport.cpp.
Referenced by OnInitDialog(), OnProcessReferenceTerminate(), OnProgress(), and RawImportProgress().
|
private |
Definition at line 594 of file RawImport.cpp.
Referenced by OnCancel(), OnProcessReferenceTerminate(), and OnProcessTerminate().
|
private |
Definition at line 595 of file RawImport.cpp.
Referenced by OnProcessReferenceTerminate(), OnProgress(), and RawImportProgress().
|
private |
Definition at line 597 of file RawImport.cpp.
Referenced by OnCancel(), OnInitDialog(), OnProcessReferenceTerminate(), OnProcessTerminate(), and RawImportProgress().
|
private |
Definition at line 592 of file RawImport.cpp.
Referenced by OnInitDialog(), OnProcessReferenceTerminate(), and RawImportProgress().
|
private |
Definition at line 593 of file RawImport.cpp.
Referenced by OnInitDialog(), OnProcessReferenceTerminate(), and RawImportProgress().