diff options
Diffstat (limited to 'doc/html/ntqprocess.html')
-rw-r--r-- | doc/html/ntqprocess.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/html/ntqprocess.html b/doc/html/ntqprocess.html index 3ef77c82c..fb8decbe1 100644 --- a/doc/html/ntqprocess.html +++ b/doc/html/ntqprocess.html @@ -111,7 +111,7 @@ using <a href="#writeToStdin">writeToStdin</a>() and you can close the standard <a href="#closeStdin">closeStdin</a>(). The <a href="#wroteToStdin">wroteToStdin</a>() signal is emitted if the data sent to standard input has been written. You can read from the program's standard output using <a href="#readStdout">readStdout</a>() or <a href="#readLineStdout">readLineStdout</a>(). -These functions return an empty <a href="qbytearray.html">TQByteArray</a> if there is no data to +These functions return an empty <a href="tqbytearray.html">TQByteArray</a> if there is no data to read. The <a href="#readyReadStdout">readyReadStdout</a>() signal is emitted when there is data available to be read from standard output. Standard error has a set of functions that correspond to the standard output functions, @@ -360,7 +360,7 @@ has finished. When the process terminates, the <a href="#processExited">processE signal is emitted. <p> <p>See also <a href="#tryTerminate">tryTerminate</a>() and <a href="#processExited">processExited</a>(). -<h3 class=fn>bool <a name="launch"></a>TQProcess::launch ( const <a href="qbytearray.html">TQByteArray</a> & buf, <a href="tqstringlist.html">TQStringList</a> * env = 0 )<tt> [virtual]</tt> +<h3 class=fn>bool <a name="launch"></a>TQProcess::launch ( const <a href="tqbytearray.html">TQByteArray</a> & buf, <a href="tqstringlist.html">TQStringList</a> * env = 0 )<tt> [virtual]</tt> </h3> Runs the process and writes the data <em>buf</em> to the process's standard input. If all the data is written to standard input, @@ -458,21 +458,21 @@ other codecs, you can set a different codec with <a href="tqtextcodec.html#setCodecForCStrings">TQTextCodec::setCodecForCStrings</a>(). <p> <p>See also <a href="#canReadLineStdout">canReadLineStdout</a>(), <a href="#readyReadStdout">readyReadStdout</a>(), <a href="#readStdout">readStdout</a>(), and <a href="#readLineStderr">readLineStderr</a>(). -<h3 class=fn><a href="qbytearray.html">TQByteArray</a> <a name="readStderr"></a>TQProcess::readStderr ()<tt> [virtual]</tt> +<h3 class=fn><a href="tqbytearray.html">TQByteArray</a> <a name="readStderr"></a>TQProcess::readStderr ()<tt> [virtual]</tt> </h3> Reads the data that the process has written to standard error. When new data is written to standard error, the class emits the signal <a href="#readyReadStderr">readyReadStderr</a>(). -<p> If there is no data to read, this function returns a <a href="qbytearray.html">TQByteArray</a> of +<p> If there is no data to read, this function returns a <a href="tqbytearray.html">TQByteArray</a> of size 0: it does not wait until there is something to read. <p> <p>See also <a href="#readyReadStderr">readyReadStderr</a>(), <a href="#readLineStderr">readLineStderr</a>(), <a href="#readStdout">readStdout</a>(), and <a href="#writeToStdin">writeToStdin</a>(). -<h3 class=fn><a href="qbytearray.html">TQByteArray</a> <a name="readStdout"></a>TQProcess::readStdout ()<tt> [virtual]</tt> +<h3 class=fn><a href="tqbytearray.html">TQByteArray</a> <a name="readStdout"></a>TQProcess::readStdout ()<tt> [virtual]</tt> </h3> Reads the data that the process has written to standard output. When new data is written to standard output, the class emits the signal <a href="#readyReadStdout">readyReadStdout</a>(). -<p> If there is no data to read, this function returns a <a href="qbytearray.html">TQByteArray</a> of +<p> If there is no data to read, this function returns a <a href="tqbytearray.html">TQByteArray</a> of size 0: it does not wait until there is something to read. <p> <p>See also <a href="#readyReadStdout">readyReadStdout</a>(), <a href="#readLineStdout">readLineStdout</a>(), <a href="#readStderr">readStderr</a>(), and <a href="#writeToStdin">writeToStdin</a>(). @@ -586,7 +586,7 @@ Returns the working directory that was set with explicitly set. <p> <p>See also <a href="#setWorkingDirectory">setWorkingDirectory</a>() and <a href="ntqdir.html#current">TQDir::current</a>(). -<h3 class=fn>void <a name="writeToStdin"></a>TQProcess::writeToStdin ( const <a href="qbytearray.html">TQByteArray</a> & buf )<tt> [virtual slot]</tt> +<h3 class=fn>void <a name="writeToStdin"></a>TQProcess::writeToStdin ( const <a href="tqbytearray.html">TQByteArray</a> & buf )<tt> [virtual slot]</tt> </h3> Writes the data <em>buf</em> to the process's standard input. The process may or may not read this data. |