• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/

Lines Matching refs:wxProcess

1 \section{\class{wxProcess}}\label{wxprocess}
4 \helpref{wxExecute}{wxexecute} function. When a wxProcess object is passed to
12 parent, it is responsible for deleting the wxProcess object which sent it.
17 wxProcess also supports IO redirection of the child process. For this, you have
44 \membersection{wxProcess::wxProcess}\label{wxprocessctor}
46 \func{}{wxProcess}{\param{wxEvtHandler *}{ parent = NULL}, \param{int}{ id = -1}}
48 \func{}{wxProcess}{\param{int }{flags}}
72 \membersection{wxProcess::\destruct{wxProcess}}\label{wxprocessdtor}
74 \func{}{\destruct{wxProcess}}{\void}
76 Destroys the wxProcess object.
78 \membersection{wxProcess::CloseOutput}\label{wxprocesscloseoutput}
87 \membersection{wxProcess::Detach}\label{wxprocessdetach}
91 Normally, a wxProcess object is deleted by its parent when it receives the
95 and in this case it {\bf should not delete} the wxProcess object, but
96 {\bf should call Detach()} instead. After the wxProcess object is detached
101 \membersection{wxProcess::GetErrorStream}\label{wxprocessgeterrorstream}
108 \membersection{wxProcess::GetInputStream}\label{wxprocessgetinputstream}
114 See \helpref{wxProcess::Redirect}{wxprocessredirect}.
116 \membersection{wxProcess::GetOutputStream}\label{wxprocessgetoutputstream}
122 See \helpref{wxProcess::Redirect}{wxprocessredirect}.
124 \membersection{wxProcess::IsErrorAvailable}\label{wxprocessiserroravailable}
135 \membersection{wxProcess::IsInputAvailable}\label{wxprocessisinputavailable}
150 \membersection{wxProcess::IsInputOpened}\label{wxprocessisinputopened}
156 \membersection{wxProcess::Kill}\label{wxprocesskill}
208 \helpref{wxProcess::Exists}{wxprocessexists},\rtfsp
212 \membersection{wxProcess::Exists}\label{wxprocessexists}
220 \helpref{wxProcess::Kill}{wxprocesskill},\rtfsp
223 \membersection{wxProcess::OnTerminate}\label{wxprocessonterminate}
234 \membersection{wxProcess::Open}\label{wxprocessopen}
236 \func{static wxProcess *}{Open}{\param{const wxString\& }{cmd}, \param{int }{flags = wxEXEC\_ASYNC}}
239 the process specified by the {\it cmd} parameter and returns the wxProcess
257 A pointer to new wxProcess object or {\tt NULL} on error.
263 \membersection{wxProcess::GetPid}\label{wxprocessgetpid}
269 \membersection{wxProcess::Redirect}\label{wxprocessredirect}