diff options
Diffstat (limited to 'doc/html/tqtextcodec.html')
-rw-r--r-- | doc/html/tqtextcodec.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/tqtextcodec.html b/doc/html/tqtextcodec.html index bce967c66..ecd9d26d3 100644 --- a/doc/html/tqtextcodec.html +++ b/doc/html/tqtextcodec.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; } <a href="#details">More...</a> <p>Almost all the functions in this class are <a href="threads.html#reentrant">reentrant</a> when TQt is built with thread support. The exceptions are <a href="#~TQTextCodec"><b>~TQTextCodec</b></a>(), <a href="#setCodecForTr"><b>setCodecForTr</b></a>(), <a href="#setCodecForCStrings"><b>setCodecForCStrings</b></a>(), and <a href="#TQTextCodec"><b>TQTextCodec</b></a>(). </p><p><tt>#include <<a href="tqtextcodec-h.html">tqtextcodec.h</a>></tt> -<p>Inherited by <a href="ntqbig5codec.html">TQBig5Codec</a>, <a href="qbig5hkscscodec.html">TQBig5hkscsCodec</a>, <a href="ntqeucjpcodec.html">TQEucJpCodec</a>, <a href="ntqeuckrcodec.html">TQEucKrCodec</a>, <a href="ntqgb18030codec.html">TQGb18030Codec</a>, <a href="ntqjiscodec.html">TQJisCodec</a>, <a href="qhebrewcodec.html">TQHebrewCodec</a>, <a href="ntqsjiscodec.html">TQSjisCodec</a>, and <a href="ntqtsciicodec.html">TQTsciiCodec</a>. +<p>Inherited by <a href="tqbig5codec.html">TQBig5Codec</a>, <a href="tqbig5hkscscodec.html">TQBig5hkscsCodec</a>, <a href="tqeucjpcodec.html">TQEucJpCodec</a>, <a href="tqeuckrcodec.html">TQEucKrCodec</a>, <a href="tqgb18030codec.html">TQGb18030Codec</a>, <a href="tqjiscodec.html">TQJisCodec</a>, <a href="tqhebrewcodec.html">TQHebrewCodec</a>, <a href="tqsjiscodec.html">TQSjisCodec</a>, and <a href="tqtsciicodec.html">TQTsciiCodec</a>. <p><a href="tqtextcodec-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -382,7 +382,7 @@ implementation makes an encoder that simply calls this function, hence subclasses <em>must</em> reimplement one function or the other to avoid infinite recursion. -<p>Reimplemented in <a href="qhebrewcodec.html#fromUnicode">TQHebrewCodec</a>. +<p>Reimplemented in <a href="tqhebrewcodec.html#fromUnicode">TQHebrewCodec</a>. <h3 class=fn><a href="ntqcstring.html">TQCString</a> <a name="fromUnicode-2"></a>TQTextCodec::fromUnicode ( const <a href="tqstring.html">TQString</a> & uc ) const </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. @@ -476,13 +476,13 @@ returns the MIBenum (see <a href="http://www.iana.org/assignments/character-sets It is important that each TQTextCodec subclass returns the correct unique value for this function. -<p>Reimplemented in <a href="ntqeucjpcodec.html#mibEnum">TQEucJpCodec</a>. +<p>Reimplemented in <a href="tqeucjpcodec.html#mibEnum">TQEucJpCodec</a>. <h3 class=fn>const char * <a name="mimeName"></a>TQTextCodec::mimeName () const<tt> [virtual]</tt> </h3> Returns the preferred mime name of the encoding as defined in the <a href="http://www.iana.org/assignments/character-sets">IANA character-sets encoding file</a>. -<p>Reimplemented in <a href="ntqeucjpcodec.html#mimeName">TQEucJpCodec</a>, <a href="ntqeuckrcodec.html#mimeName">TQEucKrCodec</a>, <a href="ntqjiscodec.html#mimeName">TQJisCodec</a>, <a href="qhebrewcodec.html#mimeName">TQHebrewCodec</a>, and <a href="ntqsjiscodec.html#mimeName">TQSjisCodec</a>. +<p>Reimplemented in <a href="tqeucjpcodec.html#mimeName">TQEucJpCodec</a>, <a href="tqeuckrcodec.html#mimeName">TQEucKrCodec</a>, <a href="tqjiscodec.html#mimeName">TQJisCodec</a>, <a href="tqhebrewcodec.html#mimeName">TQHebrewCodec</a>, and <a href="tqsjiscodec.html#mimeName">TQSjisCodec</a>. <h3 class=fn>const char * <a name="name"></a>TQTextCodec::name () const<tt> [pure virtual]</tt> </h3> |