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 140 of file MyExternalCmdExecDialog.h.
MyExecDialog::MyExecDialog | ( | wxWindow * | parent, |
const wxString & | title, | ||
const wxPoint & | pos, | ||
const wxSize & | size | ||
) |
Definition at line 543 of file MyExternalCmdExecDialog.cpp.
References m_cancelled, m_execPanel, OnCancel(), and OnProcessTerminate().
|
virtual |
Definition at line 607 of file MyExternalCmdExecDialog.cpp.
References m_execPanel.
void MyExecDialog::AddString | ( | const wxString & | s | ) |
display the string in the panel
Definition at line 602 of file MyExternalCmdExecDialog.cpp.
References MyExecPanel::AddString(), and m_execPanel.
Referenced by MyExecuteCommandQueue().
int MyExecDialog::ExecQueue | ( | HuginQueue::CommandQueue * | queue | ) |
Definition at line 593 of file MyExternalCmdExecDialog.cpp.
References MyExecPanel::ExecQueue(), and m_execPanel.
Referenced by MyExecuteCommandQueue().
int MyExecDialog::ExecWithRedirect | ( | wxString | command | ) |
Definition at line 584 of file MyExternalCmdExecDialog.cpp.
References MyExecPanel::ExecWithRedirect(), and m_execPanel.
Referenced by MyExecuteCommandOnDialog().
void MyExecDialog::OnCancel | ( | wxCommandEvent & | event | ) |
Definition at line 576 of file MyExternalCmdExecDialog.cpp.
References DEBUG_DEBUG, MyExecPanel::KillProcess(), m_cancelled, and m_execPanel.
Referenced by MyExecDialog().
void MyExecDialog::OnProcessTerminate | ( | wxProcessEvent & | event | ) |
Definition at line 562 of file MyExternalCmdExecDialog.cpp.
References MyExecPanel::CopyLogToClipboard(), DEBUG_DEBUG, HUGIN_EXIT_CODE_CANCELLED, m_cancelled, and m_execPanel.
Referenced by MyExecDialog().
|
private |
Definition at line 160 of file MyExternalCmdExecDialog.h.
Referenced by MyExecDialog(), OnCancel(), and OnProcessTerminate().
|
private |
Definition at line 159 of file MyExternalCmdExecDialog.h.
Referenced by AddString(), ExecQueue(), ExecWithRedirect(), MyExecDialog(), OnCancel(), OnProcessTerminate(), and ~MyExecDialog().