diff options
Diffstat (limited to 'doc/html/tqiodevice.html')
-rw-r--r-- | doc/html/tqiodevice.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/html/tqiodevice.html b/doc/html/tqiodevice.html index e7c2537b9..95cedc298 100644 --- a/doc/html/tqiodevice.html +++ b/doc/html/tqiodevice.html @@ -239,7 +239,6 @@ at the end of the input; otherwise returns FALSE. <p> This virtual function must be reimplemented by all subclasses. <p> <p>See also <a href="#open">open</a>(). -<p>Example: <a href="grapher-nsplugin-example.html#x2742">grapher/grapher.cpp</a>. <p>Reimplemented in <a href="tqfile.html#close">TQFile</a> and <a href="tqsocket.html#close">TQSocket</a>. <h3 class=fn>int <a name="flags"></a>TQIODevice::flags () const </h3> @@ -397,7 +396,6 @@ binary data. Cannot be combined with <a href="tqfile.html#open">IO_Raw</a>. <p> This virtual function must be reimplemented by all subclasses. <p> <p>See also <a href="#close">close</a>(). -<p>Example: <a href="grapher-nsplugin-example.html#x2743">grapher/grapher.cpp</a>. <p>Reimplemented in <a href="tqfile.html#open">TQFile</a> and <a href="tqsocket.html#open">TQSocket</a>. <h3 class=fn>int <a name="putch"></a>TQIODevice::putch ( int ch )<tt> [pure virtual]</tt> </h3> @@ -407,7 +405,6 @@ binary data. Cannot be combined with <a href="tqfile.html#open">IO_Raw</a>. <p> This virtual function must be reimplemented by all subclasses. <p> <p>See also <a href="#getch">getch</a>() and <a href="#ungetch">ungetch</a>(). -<p>Example: <a href="grapher-nsplugin-example.html#x2744">grapher/grapher.cpp</a>. <p>Reimplemented in <a href="tqfile.html#putch">TQFile</a> and <a href="tqsocket.html#putch">TQSocket</a>. <h3 class=fn><a href="tqbytearray.html">TQByteArray</a> <a name="readAll"></a>TQIODevice::readAll ()<tt> [virtual]</tt> </h3> |