MyExternalCmdExecDialog Class Reference
#include <MyExternalCmdExecDialog.h>
List of all members.
Constructor & Destructor Documentation
| MyExternalCmdExecDialog::MyExternalCmdExecDialog |
( |
wxWindow * |
parent, |
|
|
wxWindowID |
id, |
|
|
const wxString & |
title = _("Command Line Progress"), |
|
|
const wxPoint & |
pos = wxDefaultPosition, |
|
|
const wxSize & |
size = wxDefaultSize, |
|
|
long |
style = wxDEFAULT_DIALOG_STYLE, |
|
|
const wxString & |
name = wxT("externalCmDialogBox") |
|
) |
|
|
Member Function Documentation
| int MyExternalCmdExecDialog::Execute |
( |
const wxString & |
cmd |
) |
|
|
| int MyExternalCmdExecDialog::GetExitCode |
( |
|
) |
|
|
| wxTextCtrl* MyExternalCmdExecDialog::GetLogTextBox |
( |
|
) |
const [inline] |
|
| void MyExternalCmdExecDialog::OnIdle |
( |
wxIdleEvent & |
event |
) |
|
|
| void MyExternalCmdExecDialog::OnTimer |
( |
wxTimerEvent & |
WXUNUSED(event) |
) |
|
|
| void MyExternalCmdExecDialog::SetExitCode |
( |
int |
ret |
) |
|
|
| int MyExternalCmdExecDialog::ShowModal |
( |
const wxString & |
cmd |
) |
|
|
The documentation for this class was generated from the following files: