From 87d29563e3ccdeb7fea0197e262e667ef323ff9c Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 7 Jul 2024 14:56:09 +0900 Subject: Rename utility class nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/ntqprocess.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'doc/html/ntqprocess.html') 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 writeToStdin() and you can close the standard closeStdin(). The wroteToStdin() signal is emitted if the data sent to standard input has been written. You can read from the program's standard output using readStdout() or readLineStdout(). -These functions return an empty TQByteArray if there is no data to +These functions return an empty TQByteArray if there is no data to read. The readyReadStdout() 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 processE signal is emitted.

See also tryTerminate() and processExited(). -

bool TQProcess::launch ( const TQByteArray & buf, TQStringList * env = 0 ) [virtual] +

bool TQProcess::launch ( const TQByteArray & buf, TQStringList * env = 0 ) [virtual]

Runs the process and writes the data buf 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 TQTextCodec::setCodecForCStrings().

See also canReadLineStdout(), readyReadStdout(), readStdout(), and readLineStderr(). -

TQByteArray TQProcess::readStderr () [virtual] +

TQByteArray TQProcess::readStderr () [virtual]

Reads the data that the process has written to standard error. When new data is written to standard error, the class emits the signal readyReadStderr(). -

If there is no data to read, this function returns a TQByteArray of +

If there is no data to read, this function returns a TQByteArray of size 0: it does not wait until there is something to read.

See also readyReadStderr(), readLineStderr(), readStdout(), and writeToStdin(). -

TQByteArray TQProcess::readStdout () [virtual] +

TQByteArray TQProcess::readStdout () [virtual]

Reads the data that the process has written to standard output. When new data is written to standard output, the class emits the signal readyReadStdout(). -

If there is no data to read, this function returns a TQByteArray of +

If there is no data to read, this function returns a TQByteArray of size 0: it does not wait until there is something to read.

See also readyReadStdout(), readLineStdout(), readStderr(), and writeToStdin(). @@ -586,7 +586,7 @@ Returns the working directory that was set with explicitly set.

See also setWorkingDirectory() and TQDir::current(). -

void TQProcess::writeToStdin ( const TQByteArray & buf ) [virtual slot] +

void TQProcess::writeToStdin ( const TQByteArray & buf ) [virtual slot]

Writes the data buf to the process's standard input. The process may or may not read this data. -- cgit v1.2.3