#include <RunStitchPanel.h>
Public Member Functions | |
| RunStitchPanel (wxWindow *parent) | |
| bool | StitchProject (wxString scriptFile, wxString outname, HuginBase::PanoramaMakefilelibExport::PTPrograms progs) |
| bool | DetectProject (wxString scriptFile, HuginBase::AssistantMakefilelibExport::AssistantPrograms progs) |
| void | CancelStitch () |
| bool | IsPaused () |
| void | SetOverwrite (bool over=true) |
| void | PauseStitch () |
| void | ContinueStitch () |
| long | GetPid () |
| bool | SaveLog (const wxString &filename) |
| save the content of the window into a given log file | |
Private Member Functions | |
| void | OnProcessTerminate (wxProcessEvent &event) |
Private Attributes | |
| bool | m_paused |
| bool | m_overwrite |
| wxString | m_currentPTOfn |
| wxString | m_currentMakefn |
| MyExecPanel * | m_execPanel |
|
|
Definition at line 69 of file RunStitchPanel.cpp. |
|
|
Definition at line 410 of file RunStitchPanel.cpp. References DEBUG_TRACE, MyExecPanel::KillProcess(), and m_execPanel. |
|
|
Definition at line 432 of file RunStitchPanel.cpp. References MyExecPanel::ContinueProcess(), m_execPanel, and m_paused. Referenced by Batch::PauseBatch(). |
|
||||||||||||
|
|
Definition at line 438 of file RunStitchPanel.cpp. References MyExecPanel::GetPid(), and m_execPanel. Referenced by RunStitchFrame::GetProcessId(), and RunStitchFrame::SetProcessId(). |
|
|
Definition at line 416 of file RunStitchPanel.cpp. |
|
|
Definition at line 385 of file RunStitchPanel.cpp. References DEBUG_TRACE, m_currentMakefn, and m_currentPTOfn. |
|
|
Definition at line 426 of file RunStitchPanel.cpp. References m_execPanel, m_paused, and MyExecPanel::PauseProcess(). Referenced by Batch::PauseBatch(). |
|
|
save the content of the window into a given log file
Definition at line 443 of file RunStitchPanel.cpp. References m_execPanel, and MyExecPanel::SaveLog(). Referenced by RunStitchFrame::SaveLog(). |
|
|
Definition at line 421 of file RunStitchPanel.cpp. References m_overwrite. Referenced by Batch::OnStitch(), and RunStitchFrame::SetOverwrite(). |
|
||||||||||||||||
|
|
Definition at line 83 of file RunStitchPanel.h. Referenced by DetectProject(), OnProcessTerminate(), and StitchProject(). |
|
|
Definition at line 82 of file RunStitchPanel.h. Referenced by DetectProject(), OnProcessTerminate(), and StitchProject(). |
|
|
Definition at line 86 of file RunStitchPanel.h. Referenced by CancelStitch(), ContinueStitch(), DetectProject(), GetPid(), PauseStitch(), SaveLog(), and StitchProject(). |
|
|
Definition at line 81 of file RunStitchPanel.h. Referenced by SetOverwrite(), and StitchProject(). |
|
|
Definition at line 80 of file RunStitchPanel.h. Referenced by ContinueStitch(), and PauseStitch(). |
1.3.9.1