Home | Trees | Index | Help |
|
---|
Package wx :: Class Process |
|
object
--+ |Object
--+ |EvtHandler
--+ | Process
Proxy of C++ Process class
Method Summary | |
---|---|
Process | __init__(self,
parent,
id)
|
__del__(self)
| |
Please use Process.OnTerminate instead. | |
CloseOutput(self)
| |
Detach(self)
| |
bool | Exists(pid)
(Static method) |
InputStream | GetErrorStream(self)
|
InputStream | GetInputStream(self)
|
wxOutputStream | GetOutputStream(self)
|
long |
get the process ID of the process executed by Open() |
bool | IsErrorAvailable(self)
|
bool | IsInputAvailable(self)
|
bool | IsInputOpened(self)
|
bool | IsRedirected(self)
|
int | Kill(pid,
sig,
flags)
(Static method) |
OnTerminate(self,
pid,
status)
| |
Process | Open(cmd,
flags)
(Static method) |
Redirect(self)
|
Property Summary | |
---|---|
ErrorAvailable : IsErrorAvailable(self) -> bool | |
ErrorStream : See GetErrorStream | |
InputAvailable : IsInputAvailable(self) -> bool | |
InputOpened : IsInputOpened(self) -> bool | |
InputStream : See GetInputStream | |
OutputStream : See GetOutputStream | |
thisown : The membership flag |
Instance Method Details |
---|
base_OnTerminate(*args, **kwargs)Please use Process.OnTerminate instead. |
GetPid(self)get the process ID of the process executed by Open()
|
Property Details |
---|
ErrorAvailableIsErrorAvailable(self) -> bool
|
ErrorStreamSee
|
InputAvailableIsInputAvailable(self) -> bool
|
InputOpenedIsInputOpened(self) -> bool
|
InputStreamSee
|
OutputStreamSee
|
thisownThe membership flag |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1.20050511.rpd on Mon Feb 16 12:54:55 2009 | http://epydoc.sf.net |