diff options
Diffstat (limited to 'doc/html/ntqtextstream.html')
| -rw-r--r-- | doc/html/ntqtextstream.html | 12 |
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>></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> & <a name="operator-gt-gt-c"></a>TQTextStream::operator>> ( <a href="ntqstring.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="ntqtextstream.html">TQTextStream</a> & <a name="operator-gt-gt-d"></a>TQTextStream::operator>> ( <a href="ntqcstring.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> |
