diff options
Diffstat (limited to 'doc/html/ntqfile.html')
-rw-r--r-- | doc/html/ntqfile.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/ntqfile.html b/doc/html/ntqfile.html index 94f45369d..8cce1cb0d 100644 --- a/doc/html/ntqfile.html +++ b/doc/html/ntqfile.html @@ -188,13 +188,13 @@ reports <a href="ntqiodevice.html#status">IO_UnspecifiedError</a> after <a href= <p>Examples: <a href="tutorial2-07.html#x2590">chart/chartform_files.cpp</a>, <a href="distributor-example.html#x2656">distributor/distributor.ui.h</a>, <a href="helpviewer-example.html#x987">helpviewer/helpwindow.cpp</a>, <a href="mdi-example.html#x2023">mdi/application.cpp</a>, <a href="qdir-example.html#x1814">qdir/qdir.cpp</a>, <a href="qwerty-example.html#x362">qwerty/qwerty.cpp</a>, and <a href="outliner-example.html#x1914">xml/outliner/outlinetree.cpp</a>. <p>Reimplemented from <a href="ntqiodevice.html#close">TQIODevice</a>. -<h3 class=fn><a href="tqstring.html">TQString</a> <a name="decodeName"></a>TQFile::decodeName ( const <a href="ntqcstring.html">TQCString</a> & localFileName )<tt> [static]</tt> +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="decodeName"></a>TQFile::decodeName ( const <a href="tqcstring.html">TQCString</a> & localFileName )<tt> [static]</tt> </h3> This does the reverse of <a href="#encodeName">TQFile::encodeName</a>() using <em>localFileName</em>. <p> <p>See also <a href="#setDecodingFunction">setDecodingFunction</a>(). <p>Example: <a href="distributor-example.html#x2657">distributor/distributor.ui.h</a>. -<h3 class=fn><a href="ntqcstring.html">TQCString</a> <a name="encodeName"></a>TQFile::encodeName ( const <a href="tqstring.html">TQString</a> & fileName )<tt> [static]</tt> +<h3 class=fn><a href="tqcstring.html">TQCString</a> <a name="encodeName"></a>TQFile::encodeName ( const <a href="tqstring.html">TQString</a> & fileName )<tt> [static]</tt> </h3> When you use TQFile, <a href="ntqfileinfo.html">TQFileInfo</a>, and <a href="ntqdir.html">TQDir</a> to access the file system with TQt, you can use Unicode file names. On Unix, these file names @@ -386,7 +386,7 @@ Writes the character <em>ch</em> to the file. <p> <p>See also <a href="#getch">getch</a>() and <a href="#ungetch">ungetch</a>(). <p>Reimplemented from <a href="ntqiodevice.html#putch">TQIODevice</a>. -<h3 class=fn><a href="qbytearray.html">TQByteArray</a> <a name="readAll"></a>TQIODevice::readAll ()<tt> [virtual]</tt> +<h3 class=fn><a href="tqbytearray.html">TQByteArray</a> <a name="readAll"></a>TQIODevice::readAll ()<tt> [virtual]</tt> </h3> This convenience function returns all of the remaining data in the device. |