diff options
Diffstat (limited to 'doc/html/qchar.html')
-rw-r--r-- | doc/html/qchar.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/qchar.html b/doc/html/qchar.html index ff9db3c67..bbbc6ee88 100644 --- a/doc/html/qchar.html +++ b/doc/html/qchar.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/tools/qstring.cpp:166 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/tools/tqstring.cpp:166 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -34,7 +34,7 @@ body { background: #ffffff; color: black; } <p>The TQChar class provides a lightweight Unicode character. <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 exception is <a href="#decomposition"><b>decomposition</b></a>(). -</p><p><tt>#include <<a href="qstring-h.html">ntqstring.h</a>></tt> +</p><p><tt>#include <<a href="tqstring-h.html">tqstring.h</a>></tt> <p><a href="qchar-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -152,14 +152,14 @@ changes when the character has a well-defined upper/lower-case equivalent. There is no provision for locale-dependent case folding rules or comparison; these functions are meant to be fast so they can be used unambiguously in data structures. (See -<a href="ntqstring.html#localeAwareCompare">TQString::localeAwareCompare</a>() though.) +<a href="tqstring.html#localeAwareCompare">TQString::localeAwareCompare</a>() though.) <p> The conversion functions include <a href="#unicode">unicode</a>() (to a scalar), <a href="#latin1">latin1</a>() (to scalar, but converts all non-Latin-1 characters to 0), <a href="#row">row</a>() (gives the Unicode row), <a href="#cell">cell</a>() (gives the Unicode cell), <a href="#digitValue">digitValue</a>() (gives the integer value of any of the numerous digit characters), and a host of constructors. <p> More information can be found in the document <a href="unicode.html">About Unicode.</a> -<p> <p>See also <a href="ntqstring.html">TQString</a>, <a href="qcharref.html">TQCharRef</a>, and <a href="text.html">Text Related Classes</a>. +<p> <p>See also <a href="tqstring.html">TQString</a>, <a href="qcharref.html">TQCharRef</a>, and <a href="text.html">Text Related Classes</a>. <hr><h2>Member Type Documentation</h2> <h3 class=fn><a name="Category-enum"></a>TQChar::Category</h3> @@ -295,11 +295,11 @@ marks attached to a base character. <p> The TQt text rendering engine uses this information to correctly position non spacing marks around a base character. -<h3 class=fn>const <a href="ntqstring.html">TQString</a> & <a name="decomposition"></a>TQChar::decomposition () const +<h3 class=fn>const <a href="tqstring.html">TQString</a> & <a name="decomposition"></a>TQChar::decomposition () const </h3><p><b>Warning:</b> This function is <i>not</i> <a href="threads.html#reentrant">reentrant</a>.</p> -<p> Decomposes a character into its parts. Returns <a href="ntqstring.html#TQString-null">TQString::null</a> if no +<p> Decomposes a character into its parts. Returns <a href="tqstring.html#TQString-null">TQString::null</a> if no decomposition exists. <h3 class=fn><a href="qchar.html#Decomposition-enum">Decomposition</a> <a name="decompositionTag"></a>TQChar::decompositionTag () const |