summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqtextstream.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-11-26 15:11:22 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-11-26 15:11:22 +0900
commitb87533f9904c10f24d6b2e8177c00944e3efe15b (patch)
treec1106a381c851b51e86004698457aef1211b77be /doc/html/ntqtextstream.html
parent894037c3e68e1573a34183d936171f8cda5085f3 (diff)
downloadtqt-r14.1.x.tar.gz
tqt-r14.1.x.zip
Replace TRUE/FALSE with boolean values true/false - part 4r14.1.x
Manually cherry-picked from commit 4d495175 Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqtextstream.html')
-rw-r--r--doc/html/ntqtextstream.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/ntqtextstream.html b/doc/html/ntqtextstream.html
index d8d9ed90f..2c079646f 100644
--- a/doc/html/ntqtextstream.html
+++ b/doc/html/ntqtextstream.html
@@ -142,7 +142,7 @@ standard Unicode "byte order marked" text files; otherwise the
local 8-bit encoding is used.
<p> The <a href="ntqiodevice.html">TQIODevice</a> is set in the constructor, or later using
<a href="#setDevice">setDevice</a>(). If the end of the input is reached <a href="#atEnd">atEnd</a>() returns
-TRUE. Data can be read into variables of the appropriate type
+true. Data can be read into variables of the appropriate type
using the <a href="#operator-gt-gt">operator&gt;&gt;</a>() overloads, or read in its entirety into a
single string using <a href="#read">read</a>(), or read a line at a time using
<a href="#readLine">readLine</a>(). Whitespace can be skipped over using <a href="#skipWhiteSpace">skipWhiteSpace</a>().
@@ -247,9 +247,9 @@ Destroys the text stream.
<h3 class=fn>bool <a name="atEnd"></a>TQTextStream::atEnd () const
</h3>
-<p> Returns TRUE if the IO device has reached the end position (end of
+<p> Returns true if the IO device has reached the end position (end of
the stream or file) or if there is no IO device set; otherwise
-returns FALSE.
+returns false.
<p> <p>See also <a href="ntqiodevice.html#atEnd">TQIODevice::atEnd</a>().
<p>Examples: <a href="addressbook-example.html#x601">addressbook/centralwidget.cpp</a> and <a href="grapher-nsplugin-example.html#x2774">grapher/grapher.cpp</a>.
@@ -479,21 +479,21 @@ format.
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> Reads a "word" from the stream into <em>s</em> and returns a reference
to the stream.
-<p> A word consists of characters for which isspace() returns FALSE.
+<p> A word consists of characters for which isspace() returns false.
<h3 class=fn><a href="ntqtextstream.html">TQTextStream</a>&nbsp;&amp; <a name="operator-gt-gt-c"></a>TQTextStream::operator&gt;&gt; ( <a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;str )
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> Reads a "word" from the stream into <em>str</em> and returns a reference
to the stream.
-<p> A word consists of characters for which isspace() returns FALSE.
+<p> A word consists of characters for which isspace() returns false.
<h3 class=fn><a href="ntqtextstream.html">TQTextStream</a>&nbsp;&amp; <a name="operator-gt-gt-d"></a>TQTextStream::operator&gt;&gt; ( <a href="ntqcstring.html">TQCString</a>&nbsp;&amp;&nbsp;str )
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> Reads a "word" from the stream into <em>str</em> and returns a reference
to the stream.
-<p> A word consists of characters for which isspace() returns FALSE.
+<p> A word consists of characters for which isspace() returns false.
<h3 class=fn>int <a name="precision"></a>TQTextStream::precision () const
</h3>