diff options
Diffstat (limited to 'doc/html/tqtextstream.html')
-rw-r--r-- | doc/html/tqtextstream.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/tqtextstream.html b/doc/html/tqtextstream.html index d70087d73..241b1abb0 100644 --- a/doc/html/tqtextstream.html +++ b/doc/html/tqtextstream.html @@ -141,7 +141,7 @@ standard Unicode "byte order marked" text files; otherwise the local 8-bit encoding is used. <p> The <a href="tqiodevice.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>></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>(). @@ -246,9 +246,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="tqiodevice.html#atEnd">TQIODevice::atEnd</a>(). <p>Examples: <a href="addressbook-example.html#x601">addressbook/centralwidget.cpp</a>. @@ -478,21 +478,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="tqtextstream.html">TQTextStream</a> & <a name="operator-gt-gt-c"></a>TQTextStream::operator>> ( <a href="tqstring.html">TQString</a> & 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="tqtextstream.html">TQTextStream</a> & <a name="operator-gt-gt-d"></a>TQTextStream::operator>> ( <a href="tqcstring.html">TQCString</a> & 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> |