diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
commit | ea318d1431c89e647598c510c4245c6571aa5f46 (patch) | |
tree | 996d29b80c30d453dda86d1a23162d441628f169 /doc/html/qchar.html | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
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 f9745c575..ff9db3c67 100644 --- a/doc/html/qchar.html +++ b/doc/html/qchar.html @@ -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">qstring.h</a>></tt> +</p><p><tt>#include <<a href="qstring-h.html">ntqstring.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="qstring.html#localeAwareCompare">TQString::localeAwareCompare</a>() though.) +<a href="ntqstring.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="qstring.html">TQString</a>, <a href="qcharref.html">TQCharRef</a>, and <a href="text.html">Text Related Classes</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>. <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="qstring.html">TQString</a> & <a name="decomposition"></a>TQChar::decomposition () const +<h3 class=fn>const <a href="ntqstring.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="qstring.html#TQString-null">TQString::null</a> if no +<p> Decomposes a character into its parts. Returns <a href="ntqstring.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 @@ -354,7 +354,7 @@ categories); otherwise returns FALSE. Returns TRUE if the character is a printable character; otherwise returns FALSE. This is any character not of category Cc or Cn. <p> Note that this gives no indication of whether the character is -available in a particular <a href="qfont.html">font</a>. +available in a particular <a href="ntqfont.html">font</a>. <h3 class=fn>bool <a name="isPunct"></a>TQChar::isPunct () const </h3> |