#include <MyExternalCmdExecDialog.h>
Inheritance diagram for MyProcess:

Public Member Functions | |
| MyProcess (MyProcessListener *parent, const wxString &cmd) | |
| virtual void | OnTerminate (int pid, int status) |
Protected Attributes | |
| MyProcessListener * | m_parent |
| wxString | m_cmd |
|
||||||||||||
|
Definition at line 128 of file MyExternalCmdExecDialog.h. |
|
||||||||||||
|
Reimplemented in MyPipedProcess. Definition at line 532 of file MyExternalCmdExecDialog.cpp. References DEBUG_TRACE. Referenced by MyPipedProcess::OnTerminate(). |
|
|
Definition at line 139 of file MyExternalCmdExecDialog.h. Referenced by MyProcess(). |
|
|
Definition at line 138 of file MyExternalCmdExecDialog.h. Referenced by MyProcess(). |
1.3.9.1