• 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:to

4 \helpref{wxExecute}{wxexecute} function. When a wxProcess object is passed to
6 is called when the process terminates. This allows the program to be
18 to call its \helpref{Redirect}{wxprocessredirect} method before passing it to
22 \helpref{GetErrorStream}{wxprocessgeterrorstream} can then be used to retrieve
23 the streams corresponding to the child process standard output, input and
50 Constructs a process object. {\it id} is only used in the case you want to
56 macro in the event table of the parent to handle it) with the given {\it id}.
59 hence no id neither) but allows to specify the {\it flags} which can have the
62 to calling \helpref{Redirect}{wxprocessredirect}.
82 Closes the output stream (the one connected to the stdin of the child
83 process). This function can be used to indicate to the child process that
84 there is no more data to be read - usually, a filter program will only
97 from its parent, no notification events will be sent to the parent and the
105 Returns an input stream which corresponds to the standard error output (stderr)
112 It returns an input stream corresponding to the standard output stream of the
120 It returns an output stream correspoding to the input stream of the subprocess.
128 Returns {\tt true} if there is data to be read on the child process standard
139 Returns {\tt true} if there is data to be read on the child process standard
140 output stream. This allows to write simple (and extremely inefficient)
160 Send the specified signal to the given process. Possible signal values are:
185 under both Unix and Windows but all the other signals are equivalent to
191 to work you should have created the process passing wxEXEC\_MAKE\_GROUP\_LEADER.
240 object which can be used to retrieve the streams connected to the standard
246 does mean that the child process should be told to quit before the main program
247 exits to avoid memory leaks.
251 \docparam{cmd}{The command to execute, including optional arguments.}
252 \docparam{flags}{The flags to pass to \helpref{wxExecute}{wxexecute}.
257 A pointer to new wxProcess object or {\tt NULL} on error.
273 Turns on redirection. wxExecute will try to open a couple of pipes
274 to catch the subprocess stdio. The caught input stream is returned by