Hugintrunk
0.1
|
#include <MyExternalCmdExecDialog.h>
Public Member Functions | |
MyExecDialog (wxWindow *parent, const wxString &title, const wxPoint &pos, const wxSize &size) | |
void | OnCancel (wxCommandEvent &event) |
int | ExecWithRedirect (wxString command) |
int | ExecQueue (HuginQueue::CommandQueue *queue) |
void | AddString (const wxString &s) |
display the string in the panel More... | |
void | OnProcessTerminate (wxProcessEvent &event) |
virtual | ~MyExecDialog () |
Private Attributes | |
MyExecPanel * | m_execPanel |
bool | m_cancelled |
Definition at line 142 of file MyExternalCmdExecDialog.h.
MyExecDialog::MyExecDialog | ( | wxWindow * | parent, |
const wxString & | title, | ||
const wxPoint & | pos, | ||
const wxSize & | size | ||
) |
Definition at line 553 of file MyExternalCmdExecDialog.cpp.
|
virtual |
Definition at line 619 of file MyExternalCmdExecDialog.cpp.
References m_execPanel.
void MyExecDialog::AddString | ( | const wxString & | s | ) |
display the string in the panel
Definition at line 614 of file MyExternalCmdExecDialog.cpp.
References MyExecPanel::AddString(), and m_execPanel.
Referenced by MyExecuteCommandQueue().
int MyExecDialog::ExecQueue | ( | HuginQueue::CommandQueue * | queue | ) |
Definition at line 605 of file MyExternalCmdExecDialog.cpp.
References MyExecPanel::ExecQueue(), and m_execPanel.
Referenced by MyExecuteCommandQueue().
int MyExecDialog::ExecWithRedirect | ( | wxString | command | ) |
Definition at line 596 of file MyExternalCmdExecDialog.cpp.
References MyExecPanel::ExecWithRedirect(), and m_execPanel.
Referenced by MyExecuteCommandOnDialog().
void MyExecDialog::OnCancel | ( | wxCommandEvent & | event | ) |
Definition at line 588 of file MyExternalCmdExecDialog.cpp.
References DEBUG_DEBUG, MyExecPanel::KillProcess(), m_cancelled, and m_execPanel.
void MyExecDialog::OnProcessTerminate | ( | wxProcessEvent & | event | ) |
Definition at line 574 of file MyExternalCmdExecDialog.cpp.
References MyExecPanel::CopyLogToClipboard(), DEBUG_DEBUG, HUGIN_EXIT_CODE_CANCELLED, m_cancelled, and m_execPanel.
|
private |
Definition at line 162 of file MyExternalCmdExecDialog.h.
Referenced by OnCancel(), and OnProcessTerminate().
|
private |
Definition at line 161 of file MyExternalCmdExecDialog.h.
Referenced by AddString(), ExecQueue(), ExecWithRedirect(), OnCancel(), OnProcessTerminate(), and ~MyExecDialog().