1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337
|
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd">
<html><head><title>QChar Class Reference</title><style>h3.fn,span.fn { margin-left: 1cm; text-indent: -1cm }
a:link { color: #004faf; text-decoration: none }
a:visited { color: #672967; text-decoration: none }
td.postheader { font-family: sans-serif }
tr.address { font-family: sans-serif }
body { background: #ffffff; color: black; }
</style></head><body><table border="0" cellpadding="0" cellspacing="0" width="100%"><tr /><td align="left" valign="top" width="32"><img align="left" border="0" height="32" src="images/rb-logo.png" width="32" /></td><td width="1">  </td><td class="postheader" valign="center"><a href="../pyqt4ref.html"><font color="#004faf">Home</font></a> · <a href="classes.html"><font color="#004faf">All Classes</font></a> · <a href="modules.html"><font color="#004faf">Modules</font></a></td></table><h1 align="center">QChar Class Reference<br /><sup><sup>[<a href="qtcore.html">QtCore</a> module]</sup></sup></h1><p>The QChar class provides a 16-bit Unicode character. <a href="#details">More...</a></p>
<h3>Types</h3><ul><li><div class="fn" />enum <b><a href="qchar.html#Category-enum">Category</a></b> { NoCategory, Mark_NonSpacing, Mark_SpacingCombining, Mark_Enclosing, ..., Punctuation_Dask }</li><li><div class="fn" />enum <b><a href="qchar.html#CombiningClass-enum">CombiningClass</a></b> { Combining_BelowLeftAttached, Combining_BelowAttached, Combining_BelowRightAttached, Combining_LeftAttached, ..., Combining_IotaSubscript }</li><li><div class="fn" />enum <b><a href="qchar.html#Decomposition-enum">Decomposition</a></b> { NoDecomposition, Canonical, Font, NoBreak, ..., Fraction }</li><li><div class="fn" />enum <b><a href="qchar.html#Direction-enum">Direction</a></b> { DirL, DirR, DirEN, DirES, ..., DirBN }</li><li><div class="fn" />enum <b><a href="qchar.html#Joining-enum">Joining</a></b> { OtherJoining, Dual, Right, Center }</li><li><div class="fn" />enum <b><a href="qchar.html#SpecialCharacter-enum">SpecialCharacter</a></b> { Null, Nbsp, ReplacementCharacter, ObjectReplacementCharacter, ..., LineSeparator }</li><li><div class="fn" />enum <b><a href="qchar.html#UnicodeVersion-enum">UnicodeVersion</a></b> { Unicode_Unassigned, Unicode_1_1, Unicode_2_0, Unicode_2_1_2, ..., Unicode_5_0 }</li></ul><h3>Methods</h3><ul><li><div class="fn" /><b><a href="qchar.html#QChar">__init__</a></b> (<i>self</i>)</li><li><div class="fn" /><b><a href="qchar.html#QChar-2">__init__</a></b> (<i>self</i>, str)</li><li><div class="fn" /><b><a href="qchar.html#QChar-3">__init__</a></b> (<i>self</i>, QLatin1Char)</li><li><div class="fn" /><b><a href="qchar.html#QChar-4">__init__</a></b> (<i>self</i>, str, str)</li><li><div class="fn" /><b><a href="qchar.html#QChar-5">__init__</a></b> (<i>self</i>, int)</li><li><div class="fn" /><b><a href="qchar.html#QChar-6">__init__</a></b> (<i>self</i>, SpecialCharacter)</li><li><div class="fn" /><b><a href="qchar.html#QChar-7">__init__</a></b> (<i>self</i>, QChar)</li><li><div class="fn" />Category <b><a href="qchar.html#category">category</a></b> (<i>self</i>)</li><li><div class="fn" />str <b><a href="qchar.html#cell">cell</a></b> (<i>self</i>)</li><li><div class="fn" />str <b><a href="qchar.html#combiningClass">combiningClass</a></b> (<i>self</i>)</li><li><div class="fn" />QString <b><a href="qchar.html#decomposition">decomposition</a></b> (<i>self</i>)</li><li><div class="fn" />Decomposition <b><a href="qchar.html#decompositionTag">decompositionTag</a></b> (<i>self</i>)</li><li><div class="fn" />int <b><a href="qchar.html#digitValue">digitValue</a></b> (<i>self</i>)</li><li><div class="fn" />Direction <b><a href="qchar.html#direction">direction</a></b> (<i>self</i>)</li><li><div class="fn" />bool <b><a href="qchar.html#hasMirrored">hasMirrored</a></b> (<i>self</i>)</li><li><div class="fn" />bool <b><a href="qchar.html#isDigit">isDigit</a></b> (<i>self</i>)</li><li><div class="fn" />bool <b><a href="qchar.html#isHighSurrogate">isHighSurrogate</a></b> (<i>self</i>)</li><li><div class="fn" />bool <b><a href="qchar.html#isLetter">isLetter</a></b> (<i>self</i>)</li><li><div class="fn" />bool <b><a href="qchar.html#isLetterOrNumber">isLetterOrNumber</a></b> (<i>self</i>)</li><li><div class="fn" />bool <b><a href="qchar.html#isLower">isLower</a></b> (<i>self</i>)</li><li><div class="fn" />bool <b><a href="qchar.html#isLowSurrogate">isLowSurrogate</a></b> (<i>self</i>)</li><li><div class="fn" />bool <b><a href="qchar.html#isMark">isMark</a></b> (<i>self</i>)</li><li><div class="fn" />bool <b><a href="qchar.html#isNull">isNull</a></b> (<i>self</i>)</li><li><div class="fn" />bool <b><a href="qchar.html#isNumber">isNumber</a></b> (<i>self</i>)</li><li><div class="fn" />bool <b><a href="qchar.html#isPrint">isPrint</a></b> (<i>self</i>)</li><li><div class="fn" />bool <b><a href="qchar.html#isPunct">isPunct</a></b> (<i>self</i>)</li><li><div class="fn" />bool <b><a href="qchar.html#isSpace">isSpace</a></b> (<i>self</i>)</li><li><div class="fn" />bool <b><a href="qchar.html#isSymbol">isSymbol</a></b> (<i>self</i>)</li><li><div class="fn" />bool <b><a href="qchar.html#isTitleCase">isTitleCase</a></b> (<i>self</i>)</li><li><div class="fn" />bool <b><a href="qchar.html#isUpper">isUpper</a></b> (<i>self</i>)</li><li><div class="fn" />Joining <b><a href="qchar.html#joining">joining</a></b> (<i>self</i>)</li><li><div class="fn" />QChar <b><a href="qchar.html#mirroredChar">mirroredChar</a></b> (<i>self</i>)</li><li><div class="fn" />str <b><a href="qchar.html#row">row</a></b> (<i>self</i>)</li><li><div class="fn" /><b><a href="qchar.html#setCell">setCell</a></b> (<i>self</i>, str)</li><li><div class="fn" /><b><a href="qchar.html#setRow">setRow</a></b> (<i>self</i>, str)</li><li><div class="fn" />str <b><a href="qchar.html#toAscii">toAscii</a></b> (<i>self</i>)</li><li><div class="fn" />QChar <b><a href="qchar.html#toCaseFolded">toCaseFolded</a></b> (<i>self</i>)</li><li><div class="fn" />str <b><a href="qchar.html#toLatin1">toLatin1</a></b> (<i>self</i>)</li><li><div class="fn" />QChar <b><a href="qchar.html#toLower">toLower</a></b> (<i>self</i>)</li><li><div class="fn" />QChar <b><a href="qchar.html#toTitleCase">toTitleCase</a></b> (<i>self</i>)</li><li><div class="fn" />QChar <b><a href="qchar.html#toUpper">toUpper</a></b> (<i>self</i>)</li><li><div class="fn" />int <b><a href="qchar.html#unicode">unicode</a></b> (<i>self</i>)</li><li><div class="fn" />UnicodeVersion <b><a href="qchar.html#unicodeVersion">unicodeVersion</a></b> (<i>self</i>)</li></ul><h3>Static Methods</h3><ul><li><div class="fn" />Category <b><a href="qchar.html#category-2">category</a></b> (int)</li><li><div class="fn" />str <b><a href="qchar.html#combiningClass-2">combiningClass</a></b> (int)</li><li><div class="fn" />QString <b><a href="qchar.html#decomposition-2">decomposition</a></b> (int)</li><li><div class="fn" />Decomposition <b><a href="qchar.html#decompositionTag-2">decompositionTag</a></b> (int)</li><li><div class="fn" />int <b><a href="qchar.html#digitValue-2">digitValue</a></b> (int)</li><li><div class="fn" />Direction <b><a href="qchar.html#direction-2">direction</a></b> (int)</li><li><div class="fn" />QChar <b><a href="qchar.html#fromAscii">fromAscii</a></b> (str)</li><li><div class="fn" />QChar <b><a href="qchar.html#fromLatin1">fromLatin1</a></b> (str)</li><li><div class="fn" />int <b><a href="qchar.html#highSurrogate">highSurrogate</a></b> (int)</li><li><div class="fn" />Joining <b><a href="qchar.html#joining-2">joining</a></b> (int)</li><li><div class="fn" />int <b><a href="qchar.html#lowSurrogate">lowSurrogate</a></b> (int)</li><li><div class="fn" />int <b><a href="qchar.html#mirroredChar-2">mirroredChar</a></b> (int)</li><li><div class="fn" />int <b><a href="qchar.html#surrogateToUcs4">surrogateToUcs4</a></b> (int, int)</li><li><div class="fn" />int <b><a href="qchar.html#surrogateToUcs4-2">surrogateToUcs4</a></b> (QChar, QChar)</li><li><div class="fn" />int <b><a href="qchar.html#toCaseFolded-2">toCaseFolded</a></b> (int)</li><li><div class="fn" />int <b><a href="qchar.html#toLower-2">toLower</a></b> (int)</li><li><div class="fn" />int <b><a href="qchar.html#toTitleCase-2">toTitleCase</a></b> (int)</li><li><div class="fn" />int <b><a href="qchar.html#toUpper-2">toUpper</a></b> (int)</li><li><div class="fn" />UnicodeVersion <b><a href="qchar.html#unicodeVersion-2">unicodeVersion</a></b> (int)</li></ul><h3>Special Methods</h3><ul><li><div class="fn" />QString <b><a href="qchar.html#__add__">__add__</a></b> (<i>self</i>, QString)</li><li><div class="fn" />bool <b><a href="qchar.html#__eq__">__eq__</a></b> (<i>self</i>, QChar)</li><li><div class="fn" />bool <b><a href="qchar.html#__ge__">__ge__</a></b> (<i>self</i>, QChar)</li><li><div class="fn" />bool <b><a href="qchar.html#__gt__">__gt__</a></b> (<i>self</i>, QChar)</li><li><div class="fn" />int <b><a href="qchar.html#__hash__">__hash__</a></b> (<i>self</i>)</li><li><div class="fn" />bool <b><a href="qchar.html#__le__">__le__</a></b> (<i>self</i>, QChar)</li><li><div class="fn" />bool <b><a href="qchar.html#__lt__">__lt__</a></b> (<i>self</i>, QChar)</li><li><div class="fn" />bool <b><a href="qchar.html#__ne__">__ne__</a></b> (<i>self</i>, QChar)</li><li><div class="fn" />str <b><a href="qchar.html#__repr__">__repr__</a></b> (<i>self</i>)</li></ul><a name="details" /><hr /><h2>Detailed Description</h2><p>This class can be pickled.</p><p>The QChar class provides a 16-bit Unicode character.</p>
<p>In Qt, Unicode characters are 16-bit entities without any markup or structure. This class represents such an entity. It is lightweight, so it can be used everywhere. Most compilers treat it like a <tt>unsigned short</tt>.</p>
<p>QChar provides a full complement of testing/classification functions, converting to and from other formats, converting from composed to decomposed Unicode, and trying to compare and case-convert if you ask it to.</p>
<p>The classification functions include functions like those in the standard C++ header <cctype> (formerly <ctype.h>), but operating on the full range of Unicode characters. They all return true if the character is a certain type of character; otherwise they return false. These classification functions are <a href="qchar.html#isNull">isNull</a>() (returns true if the character is '\0'), <a href="qchar.html#isPrint">isPrint</a>() (true if the character is any sort of printable character, including whitespace), <a href="qchar.html#isPunct">isPunct</a>() (any sort of punctation), <a href="qchar.html#isMark">isMark</a>() (Unicode Mark), <a href="qchar.html#isLetter">isLetter</a>() (a letter), <a href="qchar.html#isNumber">isNumber</a>() (any sort of numeric character, not just 0-9), <a href="qchar.html#isLetterOrNumber">isLetterOrNumber</a>(), and <a href="qchar.html#isDigit">isDigit</a>() (decimal digits). All of these are wrappers around <a href="qchar.html#category">category</a>() which return the Unicode-defined category of each character.</p>
<p>QChar also provides <a href="qchar.html#direction">direction</a>(), which indicates the "natural" writing direction of this character. The <a href="qchar.html#joining">joining</a>() function indicates how the character joins with its neighbors (needed mostly for Arabic) and finally <a href="qchar.html#hasMirrored">hasMirrored</a>(), which indicates whether the character needs to be mirrored when it is printed in its "unnatural" writing direction.</p>
<p>Composed Unicode characters (like å) can be converted to decomposed Unicode ("a" followed by "ring above") by using <a href="qchar.html#decomposition">decomposition</a>().</p>
<p>In Unicode, comparison is not necessarily possible and case conversion is very difficult at best. Unicode, covering the "entire" world, also includes most of the world's case and sorting problems. operator==() and friends will do comparison based purely on the numeric Unicode value (code point) of the characters, and <a href="qchar.html#toUpper">toUpper</a>() and <a href="qchar.html#toLower">toLower</a>() will do case changes when the character has a well-defined uppercase/lowercase equivalent. For locale-dependent comparisons, use <a href="qstring.html#localeAwareCompare">QString.localeAwareCompare</a>().</p>
<p>The conversion functions include <a href="qchar.html#unicode">unicode</a>() (to a scalar), <a href="qchar.html#toLatin1">toLatin1</a>() (to scalar, but converts all non-Latin-1 characters to 0), <a href="qchar.html#row">row</a>() (gives the Unicode row), <a href="qchar.html#cell">cell</a>() (gives the Unicode cell), <a href="qchar.html#digitValue">digitValue</a>() (gives the integer value of any of the numerous digit characters), and a host of constructors.</p>
<p>QChar provides constructors and cast operators that make it easy to convert to and from traditional 8-bit <tt>char</tt>s. If you defined <tt>QT_NO_CAST_FROM_ASCII</tt> and <tt>QT_NO_CAST_TO_ASCII</tt>, as explained in the <a href="qstring.html">QString</a> documentation, you will need to explicitly call <a href="qchar.html#fromAscii">fromAscii</a>() or <a href="qchar.html#fromLatin1">fromLatin1</a>(), or use <a href="qlatin1char.html">QLatin1Char</a>, to construct a QChar from an 8-bit <tt>char</tt>, and you will need to call <a href="qchar.html#toAscii">toAscii</a>() or <a href="qchar.html#toLatin1">toLatin1</a>() to get the 8-bit value back.</p>
<p>See also <a href="qstring.html">QString</a>, <a href="unicode.html#unicode">Unicode</a>, and <a href="qlatin1char.html">QLatin1Char</a>.</p>
<hr /><h2>Type Documentation</h2><h3 class="fn"><a name="Category-enum" />QChar.Category</h3><p>This enum maps the Unicode character categories.</p>
<p>The following characters are normative in Unicode:</p>
<p><table border="1" cellpadding="2" cellspacing="1" class="valuelist" width="100%">
<tr><th width="25%">Constant</th><th width="15%">Value</th><th width="60%">Description</th></tr>
<tr><td valign="top"><tt>QChar.Mark_NonSpacing</tt></td><td align="center" valign="top"><tt>1</tt></td><td valign="top">Unicode class name Mn</td></tr>
<tr><td valign="top"><tt>QChar.Mark_SpacingCombining</tt></td><td align="center" valign="top"><tt>2</tt></td><td valign="top">Unicode class name Mc</td></tr>
<tr><td valign="top"><tt>QChar.Mark_Enclosing</tt></td><td align="center" valign="top"><tt>3</tt></td><td valign="top">Unicode class name Me</td></tr>
<tr><td valign="top"><tt>QChar.Number_DecimalDigit</tt></td><td align="center" valign="top"><tt>4</tt></td><td valign="top">Unicode class name Nd</td></tr>
<tr><td valign="top"><tt>QChar.Number_Letter</tt></td><td align="center" valign="top"><tt>5</tt></td><td valign="top">Unicode class name Nl</td></tr>
<tr><td valign="top"><tt>QChar.Number_Other</tt></td><td align="center" valign="top"><tt>6</tt></td><td valign="top">Unicode class name No</td></tr>
<tr><td valign="top"><tt>QChar.Separator_Space</tt></td><td align="center" valign="top"><tt>7</tt></td><td valign="top">Unicode class name Zs</td></tr>
<tr><td valign="top"><tt>QChar.Separator_Line</tt></td><td align="center" valign="top"><tt>8</tt></td><td valign="top">Unicode class name Zl</td></tr>
<tr><td valign="top"><tt>QChar.Separator_Paragraph</tt></td><td align="center" valign="top"><tt>9</tt></td><td valign="top">Unicode class name Zp</td></tr>
<tr><td valign="top"><tt>QChar.Other_Control</tt></td><td align="center" valign="top"><tt>10</tt></td><td valign="top">Unicode class name Cc</td></tr>
<tr><td valign="top"><tt>QChar.Other_Format</tt></td><td align="center" valign="top"><tt>11</tt></td><td valign="top">Unicode class name Cf</td></tr>
<tr><td valign="top"><tt>QChar.Other_Surrogate</tt></td><td align="center" valign="top"><tt>12</tt></td><td valign="top">Unicode class name Cs</td></tr>
<tr><td valign="top"><tt>QChar.Other_PrivateUse</tt></td><td align="center" valign="top"><tt>13</tt></td><td valign="top">Unicode class name Co</td></tr>
<tr><td valign="top"><tt>QChar.Other_NotAssigned</tt></td><td align="center" valign="top"><tt>14</tt></td><td valign="top">Unicode class name Cn</td></tr>
</table></p>
<p>The following categories are informative in Unicode:</p>
<p><table border="1" cellpadding="2" cellspacing="1" class="valuelist" width="100%">
<tr><th width="25%">Constant</th><th width="15%">Value</th><th width="60%">Description</th></tr>
<tr><td valign="top"><tt>QChar.Letter_Uppercase</tt></td><td align="center" valign="top"><tt>15</tt></td><td valign="top">Unicode class name Lu</td></tr>
<tr><td valign="top"><tt>QChar.Letter_Lowercase</tt></td><td align="center" valign="top"><tt>16</tt></td><td valign="top">Unicode class name Ll</td></tr>
<tr><td valign="top"><tt>QChar.Letter_Titlecase</tt></td><td align="center" valign="top"><tt>17</tt></td><td valign="top">Unicode class name Lt</td></tr>
<tr><td valign="top"><tt>QChar.Letter_Modifier</tt></td><td align="center" valign="top"><tt>18</tt></td><td valign="top">Unicode class name Lm</td></tr>
<tr><td valign="top"><tt>QChar.Letter_Other</tt></td><td align="center" valign="top"><tt>19</tt></td><td valign="top">Unicode class name Lo</td></tr>
<tr><td valign="top"><tt>QChar.Punctuation_Connector</tt></td><td align="center" valign="top"><tt>20</tt></td><td valign="top">Unicode class name Pc</td></tr>
<tr><td valign="top"><tt>QChar.Punctuation_Dash</tt></td><td align="center" valign="top"><tt>21</tt></td><td valign="top">Unicode class name Pd</td></tr>
<tr><td valign="top"><tt>QChar.Punctuation_Open</tt></td><td align="center" valign="top"><tt>22</tt></td><td valign="top">Unicode class name Ps</td></tr>
<tr><td valign="top"><tt>QChar.Punctuation_Close</tt></td><td align="center" valign="top"><tt>23</tt></td><td valign="top">Unicode class name Pe</td></tr>
<tr><td valign="top"><tt>QChar.Punctuation_InitialQuote</tt></td><td align="center" valign="top"><tt>24</tt></td><td valign="top">Unicode class name Pi</td></tr>
<tr><td valign="top"><tt>QChar.Punctuation_FinalQuote</tt></td><td align="center" valign="top"><tt>25</tt></td><td valign="top">Unicode class name Pf</td></tr>
<tr><td valign="top"><tt>QChar.Punctuation_Other</tt></td><td align="center" valign="top"><tt>26</tt></td><td valign="top">Unicode class name Po</td></tr>
<tr><td valign="top"><tt>QChar.Symbol_Math</tt></td><td align="center" valign="top"><tt>27</tt></td><td valign="top">Unicode class name Sm</td></tr>
<tr><td valign="top"><tt>QChar.Symbol_Currency</tt></td><td align="center" valign="top"><tt>28</tt></td><td valign="top">Unicode class name Sc</td></tr>
<tr><td valign="top"><tt>QChar.Symbol_Modifier</tt></td><td align="center" valign="top"><tt>29</tt></td><td valign="top">Unicode class name Sk</td></tr>
<tr><td valign="top"><tt>QChar.Symbol_Other</tt></td><td align="center" valign="top"><tt>30</tt></td><td valign="top">Unicode class name So</td></tr>
<tr><td valign="top"><tt>QChar.NoCategory</tt></td><td align="center" valign="top"><tt>0</tt></td><td valign="top">Qt cannot find an appropriate category for the character.</td></tr>
</table></p>
<p>See also <a href="qchar.html#category">category</a>().</p>
<a name="//apple_ref/cpp/tag/QChar/Decomposition" />
<a name="//apple_ref/cpp/econst/QChar/NoDecomposition" />
<a name="//apple_ref/cpp/econst/QChar/Canonical" />
<a name="//apple_ref/cpp/econst/QChar/Circle" />
<a name="//apple_ref/cpp/econst/QChar/Compat" />
<a name="//apple_ref/cpp/econst/QChar/Final" />
<a name="//apple_ref/cpp/econst/QChar/Font" />
<a name="//apple_ref/cpp/econst/QChar/Fraction" />
<a name="//apple_ref/cpp/econst/QChar/Initial" />
<a name="//apple_ref/cpp/econst/QChar/Isolated" />
<a name="//apple_ref/cpp/econst/QChar/Medial" />
<a name="//apple_ref/cpp/econst/QChar/Narrow" />
<a name="//apple_ref/cpp/econst/QChar/NoBreak" />
<a name="//apple_ref/cpp/econst/QChar/Small" />
<a name="//apple_ref/cpp/econst/QChar/Square" />
<a name="//apple_ref/cpp/econst/QChar/Sub" />
<a name="//apple_ref/cpp/econst/QChar/Super" />
<a name="//apple_ref/cpp/econst/QChar/Vertical" />
<a name="//apple_ref/cpp/econst/QChar/Wide" />
<a name="//apple_ref/cpp/econst/QChar/Single" />
<h3 class="fn"><a name="CombiningClass-enum" />QChar.CombiningClass</h3><h3 class="fn"><a name="Decomposition-enum" />QChar.Decomposition</h3><p>This enum type defines the Unicode decomposition attributes. See the <a href="http://www.unicode.org/">Unicode Standard</a> for a description of the values.</p>
<p><table border="1" cellpadding="2" cellspacing="1" class="valuelist" width="40%">
<tr><th width="60%">Constant</th><th width="40%">Value</th></tr>
<tr><td valign="top"><tt>QChar.NoDecomposition</tt></td><td align="center" valign="top"><tt>0</tt></td></tr>
<tr><td valign="top"><tt>QChar.Canonical</tt></td><td align="center" valign="top"><tt>1</tt></td></tr>
<tr><td valign="top"><tt>QChar.Circle</tt></td><td align="center" valign="top"><tt>8</tt></td></tr>
<tr><td valign="top"><tt>QChar.Compat</tt></td><td align="center" valign="top"><tt>16</tt></td></tr>
<tr><td valign="top"><tt>QChar.Final</tt></td><td align="center" valign="top"><tt>6</tt></td></tr>
<tr><td valign="top"><tt>QChar.Font</tt></td><td align="center" valign="top"><tt>2</tt></td></tr>
<tr><td valign="top"><tt>QChar.Fraction</tt></td><td align="center" valign="top"><tt>17</tt></td></tr>
<tr><td valign="top"><tt>QChar.Initial</tt></td><td align="center" valign="top"><tt>4</tt></td></tr>
<tr><td valign="top"><tt>QChar.Isolated</tt></td><td align="center" valign="top"><tt>7</tt></td></tr>
<tr><td valign="top"><tt>QChar.Medial</tt></td><td align="center" valign="top"><tt>5</tt></td></tr>
<tr><td valign="top"><tt>QChar.Narrow</tt></td><td align="center" valign="top"><tt>13</tt></td></tr>
<tr><td valign="top"><tt>QChar.NoBreak</tt></td><td align="center" valign="top"><tt>3</tt></td></tr>
<tr><td valign="top"><tt>QChar.Small</tt></td><td align="center" valign="top"><tt>14</tt></td></tr>
<tr><td valign="top"><tt>QChar.Square</tt></td><td align="center" valign="top"><tt>15</tt></td></tr>
<tr><td valign="top"><tt>QChar.Sub</tt></td><td align="center" valign="top"><tt>10</tt></td></tr>
<tr><td valign="top"><tt>QChar.Super</tt></td><td align="center" valign="top"><tt>9</tt></td></tr>
<tr><td valign="top"><tt>QChar.Vertical</tt></td><td align="center" valign="top"><tt>11</tt></td></tr>
<tr><td valign="top"><tt>QChar.Wide</tt></td><td align="center" valign="top"><tt>12</tt></td></tr>
</table></p>
<p>See also <a href="qchar.html#decomposition">decomposition</a>().</p>
<a name="//apple_ref/cpp/tag/QChar/Direction" />
<a name="//apple_ref/cpp/econst/QChar/DirAL" />
<a name="//apple_ref/cpp/econst/QChar/DirAN" />
<a name="//apple_ref/cpp/econst/QChar/DirB" />
<a name="//apple_ref/cpp/econst/QChar/DirBN" />
<a name="//apple_ref/cpp/econst/QChar/DirCS" />
<a name="//apple_ref/cpp/econst/QChar/DirEN" />
<a name="//apple_ref/cpp/econst/QChar/DirES" />
<a name="//apple_ref/cpp/econst/QChar/DirET" />
<a name="//apple_ref/cpp/econst/QChar/DirL" />
<a name="//apple_ref/cpp/econst/QChar/DirLRE" />
<a name="//apple_ref/cpp/econst/QChar/DirLRO" />
<a name="//apple_ref/cpp/econst/QChar/DirNSM" />
<a name="//apple_ref/cpp/econst/QChar/DirON" />
<a name="//apple_ref/cpp/econst/QChar/DirPDF" />
<a name="//apple_ref/cpp/econst/QChar/DirR" />
<a name="//apple_ref/cpp/econst/QChar/DirRLE" />
<a name="//apple_ref/cpp/econst/QChar/DirRLO" />
<a name="//apple_ref/cpp/econst/QChar/DirS" />
<a name="//apple_ref/cpp/econst/QChar/DirWS" />
<h3 class="fn"><a name="Direction-enum" />QChar.Direction</h3><p>This enum type defines the Unicode direction attributes. See the <a href="http://www.unicode.org/">Unicode Standard</a> for a description of the values.</p>
<p>In order to conform to C/C++ naming conventions "Dir" is prepended to the codes used in the Unicode Standard.</p>
<p><table border="1" cellpadding="2" cellspacing="1" class="valuelist" width="40%">
<tr><th width="60%">Constant</th><th width="40%">Value</th></tr>
<tr><td valign="top"><tt>QChar.DirAL</tt></td><td align="center" valign="top"><tt>13</tt></td></tr>
<tr><td valign="top"><tt>QChar.DirAN</tt></td><td align="center" valign="top"><tt>5</tt></td></tr>
<tr><td valign="top"><tt>QChar.DirB</tt></td><td align="center" valign="top"><tt>7</tt></td></tr>
<tr><td valign="top"><tt>QChar.DirBN</tt></td><td align="center" valign="top"><tt>18</tt></td></tr>
<tr><td valign="top"><tt>QChar.DirCS</tt></td><td align="center" valign="top"><tt>6</tt></td></tr>
<tr><td valign="top"><tt>QChar.DirEN</tt></td><td align="center" valign="top"><tt>2</tt></td></tr>
<tr><td valign="top"><tt>QChar.DirES</tt></td><td align="center" valign="top"><tt>3</tt></td></tr>
<tr><td valign="top"><tt>QChar.DirET</tt></td><td align="center" valign="top"><tt>4</tt></td></tr>
<tr><td valign="top"><tt>QChar.DirL</tt></td><td align="center" valign="top"><tt>0</tt></td></tr>
<tr><td valign="top"><tt>QChar.DirLRE</tt></td><td align="center" valign="top"><tt>11</tt></td></tr>
<tr><td valign="top"><tt>QChar.DirLRO</tt></td><td align="center" valign="top"><tt>12</tt></td></tr>
<tr><td valign="top"><tt>QChar.DirNSM</tt></td><td align="center" valign="top"><tt>17</tt></td></tr>
<tr><td valign="top"><tt>QChar.DirON</tt></td><td align="center" valign="top"><tt>10</tt></td></tr>
<tr><td valign="top"><tt>QChar.DirPDF</tt></td><td align="center" valign="top"><tt>16</tt></td></tr>
<tr><td valign="top"><tt>QChar.DirR</tt></td><td align="center" valign="top"><tt>1</tt></td></tr>
<tr><td valign="top"><tt>QChar.DirRLE</tt></td><td align="center" valign="top"><tt>14</tt></td></tr>
<tr><td valign="top"><tt>QChar.DirRLO</tt></td><td align="center" valign="top"><tt>15</tt></td></tr>
<tr><td valign="top"><tt>QChar.DirS</tt></td><td align="center" valign="top"><tt>8</tt></td></tr>
<tr><td valign="top"><tt>QChar.DirWS</tt></td><td align="center" valign="top"><tt>9</tt></td></tr>
</table></p>
<p>See also <a href="qchar.html#direction">direction</a>().</p>
<a name="//apple_ref/cpp/tag/QChar/Joining" />
<a name="//apple_ref/cpp/econst/QChar/Center" />
<a name="//apple_ref/cpp/econst/QChar/Dual" />
<a name="//apple_ref/cpp/econst/QChar/OtherJoining" />
<a name="//apple_ref/cpp/econst/QChar/Right" />
<h3 class="fn"><a name="Joining-enum" />QChar.Joining</h3><p>This enum type defines the Unicode joining attributes. See the <a href="http://www.unicode.org/">Unicode Standard</a> for a description of the values.</p>
<p><table border="1" cellpadding="2" cellspacing="1" class="valuelist" width="40%">
<tr><th width="60%">Constant</th><th width="40%">Value</th></tr>
<tr><td valign="top"><tt>QChar.Center</tt></td><td align="center" valign="top"><tt>3</tt></td></tr>
<tr><td valign="top"><tt>QChar.Dual</tt></td><td align="center" valign="top"><tt>1</tt></td></tr>
<tr><td valign="top"><tt>QChar.OtherJoining</tt></td><td align="center" valign="top"><tt>0</tt></td></tr>
<tr><td valign="top"><tt>QChar.Right</tt></td><td align="center" valign="top"><tt>2</tt></td></tr>
</table></p>
<p>See also <a href="qchar.html#joining">joining</a>().</p>
<a name="//apple_ref/cpp/tag/QChar/SpecialCharacter" />
<a name="//apple_ref/cpp/econst/QChar/Null" />
<a name="//apple_ref/cpp/econst/QChar/Nbsp" />
<a name="//apple_ref/cpp/econst/QChar/ReplacementCharacter" />
<a name="//apple_ref/cpp/econst/QChar/ObjectReplacementCharacter" />
<a name="//apple_ref/cpp/econst/QChar/ByteOrderMark" />
<a name="//apple_ref/cpp/econst/QChar/ByteOrderSwapped" />
<a name="//apple_ref/cpp/econst/QChar/ParagraphSeparator" />
<a name="//apple_ref/cpp/econst/QChar/LineSeparator" />
<a name="//apple_ref/cpp/econst/QChar/null" />
<a name="//apple_ref/cpp/econst/QChar/replacement" />
<a name="//apple_ref/cpp/econst/QChar/byteOrderMark" />
<a name="//apple_ref/cpp/econst/QChar/byteOrderSwapped" />
<a name="//apple_ref/cpp/econst/QChar/nbsp" />
<h3 class="fn"><a name="SpecialCharacter-enum" />QChar.SpecialCharacter</h3><p><table border="1" cellpadding="2" cellspacing="1" class="valuelist" width="100%">
<tr><th width="25%">Constant</th><th width="15%">Value</th><th width="60%">Description</th></tr>
<tr><td valign="top"><tt>QChar.Null</tt></td><td align="center" valign="top"><tt>0x0000</tt></td><td valign="top">A <a href="qchar.html">QChar</a> with this value <a href="qchar.html#isNull">isNull</a>().</td></tr>
<tr><td valign="top"><tt>QChar.Nbsp</tt></td><td align="center" valign="top"><tt>0x00a0</tt></td><td valign="top">Non-breaking space.</td></tr>
<tr><td valign="top"><tt>QChar.ReplacementCharacter</tt></td><td align="center" valign="top"><tt>0xfffd</tt></td><td valign="top"> </td></tr>
<tr><td valign="top"><tt>QChar.ObjectReplacementCharacter</tt></td><td align="center" valign="top"><tt>0xfffc</tt></td><td valign="top">The character shown when a font has no glyph for a certain codepoint. The square character is normally used.</td></tr>
<tr><td valign="top"><tt>QChar.ByteOrderMark</tt></td><td align="center" valign="top"><tt>0xfeff</tt></td><td valign="top"> </td></tr>
<tr><td valign="top"><tt>QChar.ByteOrderSwapped</tt></td><td align="center" valign="top"><tt>0xfffe</tt></td><td valign="top"> </td></tr>
<tr><td valign="top"><tt>QChar.ParagraphSeparator</tt></td><td align="center" valign="top"><tt>0x2029</tt></td><td valign="top"> </td></tr>
<tr><td valign="top"><tt>QChar.LineSeparator</tt></td><td align="center" valign="top"><tt>0x2028</tt></td><td valign="top"> </td></tr>
</table></p>
<a name="//apple_ref/cpp/tag/QChar/UnicodeVersion" />
<a name="//apple_ref/cpp/econst/QChar/Unicode_1_1" />
<a name="//apple_ref/cpp/econst/QChar/Unicode_2_0" />
<a name="//apple_ref/cpp/econst/QChar/Unicode_2_1_2" />
<a name="//apple_ref/cpp/econst/QChar/Unicode_3_0" />
<a name="//apple_ref/cpp/econst/QChar/Unicode_3_1" />
<a name="//apple_ref/cpp/econst/QChar/Unicode_3_2" />
<a name="//apple_ref/cpp/econst/QChar/Unicode_4_0" />
<a name="//apple_ref/cpp/econst/QChar/Unicode_4_1" />
<a name="//apple_ref/cpp/econst/QChar/Unicode_5_0" />
<a name="//apple_ref/cpp/econst/QChar/Unicode_Unassigned" />
<h3 class="fn"><a name="UnicodeVersion-enum" />QChar.UnicodeVersion</h3><p>Specifies which version of the <a href="http://www.unicode.org/">Unicode standard</a> introduced a certain character.</p>
<p><table border="1" cellpadding="2" cellspacing="1" class="valuelist" width="100%">
<tr><th width="25%">Constant</th><th width="15%">Value</th><th width="60%">Description</th></tr>
<tr><td valign="top"><tt>QChar.Unicode_1_1</tt></td><td align="center" valign="top"><tt>1</tt></td><td valign="top">Version 1.1</td></tr>
<tr><td valign="top"><tt>QChar.Unicode_2_0</tt></td><td align="center" valign="top"><tt>2</tt></td><td valign="top">Version 2.0</td></tr>
<tr><td valign="top"><tt>QChar.Unicode_2_1_2</tt></td><td align="center" valign="top"><tt>3</tt></td><td valign="top">Version 2.1.2</td></tr>
<tr><td valign="top"><tt>QChar.Unicode_3_0</tt></td><td align="center" valign="top"><tt>4</tt></td><td valign="top">Version 3.0</td></tr>
<tr><td valign="top"><tt>QChar.Unicode_3_1</tt></td><td align="center" valign="top"><tt>5</tt></td><td valign="top">Version 3.1</td></tr>
<tr><td valign="top"><tt>QChar.Unicode_3_2</tt></td><td align="center" valign="top"><tt>6</tt></td><td valign="top">Version 3.2</td></tr>
<tr><td valign="top"><tt>QChar.Unicode_4_0</tt></td><td align="center" valign="top"><tt>7</tt></td><td valign="top">Version 4.0</td></tr>
<tr><td valign="top"><tt>QChar.Unicode_4_1</tt></td><td align="center" valign="top"><tt>8</tt></td><td valign="top">Version 4.1</td></tr>
<tr><td valign="top"><tt>QChar.Unicode_5_0</tt></td><td align="center" valign="top"><tt>9</tt></td><td valign="top">Version 5.0</td></tr>
<tr><td valign="top"><tt>QChar.Unicode_Unassigned</tt></td><td align="center" valign="top"><tt>0</tt></td><td valign="top">The value is not assigned to any character in version 5.0 of Unicode.</td></tr>
</table></p>
<p>See also <a href="qchar.html#unicodeVersion">unicodeVersion</a>().</p>
<hr /><h2>Method Documentation</h2><h3 class="fn"><a name="QChar" />QChar.__init__ (<i>self</i>)</h3><p>Constructs a null <a href="qchar.html">QChar</a> ('\0').</p>
<p>See also <a href="qchar.html#isNull">isNull</a>().</p>
<h3 class="fn"><a name="QChar-2" />QChar.__init__ (<i>self</i>, str)</h3><p>Constructs a <a href="qchar.html">QChar</a> corresponding to ASCII/Latin-1 character <i>ch</i>.</p>
<h3 class="fn"><a name="QChar-3" />QChar.__init__ (<i>self</i>, <a href="qlatin1char.html">QLatin1Char</a>)</h3><p>Constructs a <a href="qchar.html">QChar</a> corresponding to ASCII/Latin-1 character <i>ch</i>.</p>
<h3 class="fn"><a name="QChar-4" />QChar.__init__ (<i>self</i>, str, str)</h3><p>Constructs a <a href="qchar.html">QChar</a> corresponding to ASCII/Latin-1 character <i>ch</i>.</p>
<h3 class="fn"><a name="QChar-5" />QChar.__init__ (<i>self</i>, int)</h3><p>Constructs a <a href="qchar.html">QChar</a> for Unicode cell <i>cell</i> in row <i>row</i>.</p>
<p>See also <a href="qchar.html#cell">cell</a>() and <a href="qchar.html#row">row</a>().</p>
<h3 class="fn"><a name="QChar-6" />QChar.__init__ (<i>self</i>, <a href="qchar.html#SpecialCharacter-enum">SpecialCharacter</a>)</h3><p>Constructs a <a href="qchar.html">QChar</a> for the character with Unicode code point <i>code</i>.</p>
<h3 class="fn"><a name="QChar-7" />QChar.__init__ (<i>self</i>, <a href="qchar.html">QChar</a>)</h3><p>Constructs a <a href="qchar.html">QChar</a> for the character with Unicode code point <i>code</i>.</p>
<h3 class="fn"><a name="category" /><a href="qchar.html#Category-enum">Category</a> QChar.category (<i>self</i>)</h3><p>Returns the character's category.</p>
<h3 class="fn"><a name="category-2" /><a href="qchar.html#Category-enum">Category</a> QChar.category (int)</h3><p>This is an overloaded function.</p>
<p>Returns the category of the UCS-4-encoded character specified by <i>ucs4</i>.</p>
<p>This function was introduced in Qt 4.3.</p>
<h3 class="fn"><a name="cell" />str QChar.cell (<i>self</i>)</h3><p>Returns the cell (least significant byte) of the Unicode character.</p>
<p>See also <a href="qchar.html#row">row</a>().</p>
<a name="//apple_ref/cpp/instm/QChar/combiningClass" />
<h3 class="fn"><a name="combiningClass" />str QChar.combiningClass (<i>self</i>)</h3><p>Returns the combining class for the character as defined in the Unicode standard. This is mainly useful as a positioning hint for marks attached to a base character.</p>
<p>The Qt text rendering engine uses this information to correctly position non-spacing marks around a base character.</p>
<h3 class="fn"><a name="combiningClass-2" />str QChar.combiningClass (int)</h3><p>This is an overloaded function.</p>
<p>Returns the combining class for the UCS-4-encoded character specified by <i>ucs4</i>, as defined in the Unicode standard.</p>
<h3 class="fn"><a name="decomposition" />QString QChar.decomposition (<i>self</i>)</h3><p>Decomposes a character into its parts. Returns an empty string if no decomposition exists.</p>
<h3 class="fn"><a name="decomposition-2" />QString QChar.decomposition (int)</h3><p>This is an overloaded function.</p>
<p>Decomposes the UCS-4-encoded character specified by <i>ucs4</i> into its constituent parts. Returns an empty string if no decomposition exists.</p>
<a name="//apple_ref/cpp/instm/QChar/decompositionTag" />
<h3 class="fn"><a name="decompositionTag" /><a href="qchar.html#Decomposition-enum">Decomposition</a> QChar.decompositionTag (<i>self</i>)</h3><p>Returns the tag defining the composition of the character. Returns <a href="qchar.html#Decomposition-enum">QChar.Single</a> if no decomposition exists.</p>
<h3 class="fn"><a name="decompositionTag-2" /><a href="qchar.html#Decomposition-enum">Decomposition</a> QChar.decompositionTag (int)</h3><p>This is an overloaded function.</p>
<p>Returns the tag defining the composition of the UCS-4-encoded character specified by <i>ucs4</i>. Returns <a href="qchar.html#Decomposition-enum">QChar.Single</a> if no decomposition exists.</p>
<a name="//apple_ref/cpp/instm/QChar/digitValue" />
<h3 class="fn"><a name="digitValue" />int QChar.digitValue (<i>self</i>)</h3><p>Returns the numeric value of the digit, or -1 if the character is not a digit.</p>
<h3 class="fn"><a name="digitValue-2" />int QChar.digitValue (int)</h3><p>This is an overloaded function.</p>
<p>Returns the numeric value of the digit, specified by the UCS-2-encoded character, <i>ucs2</i>, or -1 if the character is not a digit.</p>
<h3 class="fn"><a name="direction" /><a href="qchar.html#Direction-enum">Direction</a> QChar.direction (<i>self</i>)</h3><p>Returns the character's direction.</p>
<h3 class="fn"><a name="direction-2" /><a href="qchar.html#Direction-enum">Direction</a> QChar.direction (int)</h3><p>This is an overloaded function.</p>
<p>Returns the direction of the UCS-4-encoded character specified by <i>ucs4</i>.</p>
<h3 class="fn"><a name="fromAscii" />QChar QChar.fromAscii (str)</h3><p>Converts the ASCII character <i>c</i> to its equivalent <a href="qchar.html">QChar</a>. This is mainly useful for non-internationalized software.</p>
<p>An alternative is to use <a href="qlatin1char.html">QLatin1Char</a>.</p>
<p>See also <a href="qchar.html#fromLatin1">fromLatin1</a>(), <a href="qchar.html#unicode">unicode</a>(), and <a href="qtextcodec.html#codecForCStrings">QTextCodec.codecForCStrings</a>().</p>
<a name="//apple_ref/cpp/clm/QChar/fromLatin1" />
<h3 class="fn"><a name="fromLatin1" />QChar QChar.fromLatin1 (str)</h3><p>Converts the Latin-1 character <i>c</i> to its equivalent <a href="qchar.html">QChar</a>. This is mainly useful for non-internationalized software.</p>
<p>See also <a href="qchar.html#fromAscii">fromAscii</a>(), <a href="qchar.html#unicode">unicode</a>(), and <a href="qtextcodec.html#codecForCStrings">QTextCodec.codecForCStrings</a>().</p>
<a name="//apple_ref/cpp/instm/QChar/hasMirrored" />
<h3 class="fn"><a name="hasMirrored" />bool QChar.hasMirrored (<i>self</i>)</h3><p>Returns true if the character should be reversed if the text direction is reversed; otherwise returns false.</p>
<p>Same as (ch.<a href="qchar.html#mirroredChar">mirroredChar</a>() != ch).</p>
<p>See also <a href="qchar.html#mirroredChar">mirroredChar</a>().</p>
<a name="//apple_ref/cpp/clm/QChar/highSurrogate" />
<h3 class="fn"><a name="highSurrogate" />int QChar.highSurrogate (int)</h3><p>Returns the high surrogate value of a ucs4 code point. The returned result is undefined if <i>ucs4</i> is smaller than 0x10000.</p>
<a name="//apple_ref/cpp/instm/QChar/isDigit" />
<h3 class="fn"><a name="isDigit" />bool QChar.isDigit (<i>self</i>)</h3><p>Returns true if the character is a decimal digit (<a href="qchar.html#Category-enum">Number_DecimalDigit</a>); otherwise returns false.</p>
<a name="//apple_ref/cpp/instm/QChar/isHighSurrogate" />
<h3 class="fn"><a name="isHighSurrogate" />bool QChar.isHighSurrogate (<i>self</i>)</h3><p>Returns true if the <a href="qchar.html">QChar</a> is the high part of a utf16 surrogate (ie. if its code point is between 0xd800 and 0xdbff).</p>
<a name="//apple_ref/cpp/instm/QChar/isLetter" />
<h3 class="fn"><a name="isLetter" />bool QChar.isLetter (<i>self</i>)</h3><p>Returns true if the character is a letter (Letter_* categories); otherwise returns false.</p>
<a name="//apple_ref/cpp/instm/QChar/isLetterOrNumber" />
<h3 class="fn"><a name="isLetterOrNumber" />bool QChar.isLetterOrNumber (<i>self</i>)</h3><p>Returns true if the character is a letter or number (Letter_* or <a href="stylesheet-reference.html#number">Number_</a>* categories); otherwise returns false.</p>
<a name="//apple_ref/cpp/instm/QChar/isLowSurrogate" />
<h3 class="fn"><a name="isLower" />bool QChar.isLower (<i>self</i>)</h3><p>Returns true if the character is a lowercase letter, i.e. <a href="qchar.html#category">category</a>() is <a href="qchar.html#Category-enum">Letter_Lowercase</a>.</p>
<p>See also <a href="qchar.html#isUpper">isUpper</a>(), <a href="qchar.html#toLower">toLower</a>(), and <a href="qchar.html#toUpper">toUpper</a>().</p>
<a name="//apple_ref/cpp/instm/QChar/isMark" />
<h3 class="fn"><a name="isLowSurrogate" />bool QChar.isLowSurrogate (<i>self</i>)</h3><p>Returns true if the <a href="qchar.html">QChar</a> is the low part of a utf16 surrogate (ie. if its code point is between 0xdc00 and 0xdfff).</p>
<a name="//apple_ref/cpp/instm/QChar/isLower" />
<h3 class="fn"><a name="isMark" />bool QChar.isMark (<i>self</i>)</h3><p>Returns true if the character is a mark (Mark_* categories); otherwise returns false.</p>
<p>See <a href="qchar.html#Category-enum">QChar.Category</a> for more information regarding marks.</p>
<a name="//apple_ref/cpp/instm/QChar/isNull" />
<h3 class="fn"><a name="isNull" />bool QChar.isNull (<i>self</i>)</h3><p>Returns true if the character is the Unicode character 0x0000 ('\0'); otherwise returns false.</p>
<a name="//apple_ref/cpp/instm/QChar/isNumber" />
<h3 class="fn"><a name="isNumber" />bool QChar.isNumber (<i>self</i>)</h3><p>Returns true if the character is a number (<a href="stylesheet-reference.html#number">Number_</a>* categories, not just 0-9); otherwise returns false.</p>
<p>See also <a href="qchar.html#isDigit">isDigit</a>().</p>
<a name="//apple_ref/cpp/instm/QChar/isPrint" />
<h3 class="fn"><a name="isPrint" />bool QChar.isPrint (<i>self</i>)</h3><p>Returns true if the character is a printable character; otherwise returns false. This is any character not of category Cc or Cn.</p>
<p>Note that this gives no indication of whether the character is available in a particular font.</p>
<a name="//apple_ref/cpp/instm/QChar/isPunct" />
<h3 class="fn"><a name="isPunct" />bool QChar.isPunct (<i>self</i>)</h3><p>Returns true if the character is a punctuation mark (Punctuation_* categories); otherwise returns false.</p>
<a name="//apple_ref/cpp/instm/QChar/isSpace" />
<h3 class="fn"><a name="isSpace" />bool QChar.isSpace (<i>self</i>)</h3><p>Returns true if the character is a separator character (Separator_* categories); otherwise returns false.</p>
<a name="//apple_ref/cpp/instm/QChar/isSymbol" />
<h3 class="fn"><a name="isSymbol" />bool QChar.isSymbol (<i>self</i>)</h3><p>Returns true if the character is a symbol (Symbol_* categories); otherwise returns false.</p>
<a name="//apple_ref/cpp/instm/QChar/isTitleCase" />
<h3 class="fn"><a name="isTitleCase" />bool QChar.isTitleCase (<i>self</i>)</h3><p>Returns true if the character is a titlecase letter, i.e. <a href="qchar.html#category">category</a>() is <a href="qchar.html#Category-enum">Letter_Titlecase</a>.</p>
<p>This function was introduced in Qt 4.3.</p>
<p>See also <a href="qchar.html#isLower">isLower</a>(), <a href="qchar.html#toUpper">toUpper</a>(), <a href="qchar.html#toLower">toLower</a>(), and <a href="qchar.html#toTitleCase">toTitleCase</a>().</p>
<a name="//apple_ref/cpp/instm/QChar/isUpper" />
<h3 class="fn"><a name="isUpper" />bool QChar.isUpper (<i>self</i>)</h3><p>Returns true if the character is an uppercase letter, i.e. <a href="qchar.html#category">category</a>() is <a href="qchar.html#Category-enum">Letter_Uppercase</a>.</p>
<p>See also <a href="qchar.html#isLower">isLower</a>(), <a href="qchar.html#toUpper">toUpper</a>(), and <a href="qchar.html#toLower">toLower</a>().</p>
<a name="//apple_ref/cpp/instm/QChar/joining" />
<h3 class="fn"><a name="joining" /><a href="qchar.html#Joining-enum">Joining</a> QChar.joining (<i>self</i>)</h3><p>Returns information about the joining properties of the character (needed for certain languages such as Arabic).</p>
<h3 class="fn"><a name="joining-2" /><a href="qchar.html#Joining-enum">Joining</a> QChar.joining (int)</h3><p>This is an overloaded function.</p>
<p>Returns information about the joining properties of the UCS-4-encoded character specified by <i>ucs4</i> (needed for certain languages such as Arabic).</p>
<h3 class="fn"><a name="lowSurrogate" />int QChar.lowSurrogate (int)</h3><p>Returns the low surrogate value of a ucs4 code point. The returned result is undefined if <i>ucs4</i> is smaller than 0x10000.</p>
<a name="//apple_ref/cpp/instm/QChar/mirroredChar" />
<h3 class="fn"><a name="mirroredChar" />QChar QChar.mirroredChar (<i>self</i>)</h3><p>Returns the mirrored character if this character is a mirrored character; otherwise returns the character itself.</p>
<p>See also <a href="qchar.html#hasMirrored">hasMirrored</a>().</p>
<h3 class="fn"><a name="mirroredChar-2" />int QChar.mirroredChar (int)</h3><p>This is an overloaded function.</p>
<p>Returns the mirrored character if the UCS-4-encoded character specified by <i>ucs4</i> is a mirrored character; otherwise returns the character itself.</p>
<p>See also <a href="qchar.html#hasMirrored">hasMirrored</a>().</p>
<h3 class="fn"><a name="row" />str QChar.row (<i>self</i>)</h3><p>Returns the row (most significant byte) of the Unicode character.</p>
<p>See also <a href="qchar.html#cell">cell</a>().</p>
<a name="//apple_ref/cpp/clm/QChar/surrogateToUcs4" />
<h3 class="fn"><a name="setCell" />QChar.setCell (<i>self</i>, str)</h3><h3 class="fn"><a name="setRow" />QChar.setRow (<i>self</i>, str)</h3><h3 class="fn"><a name="surrogateToUcs4" />int QChar.surrogateToUcs4 (int, int)</h3><p>Converts a UTF16 surrogate pair with the given <i>high</i> and <i>low</i> values to its UCS-4 code point.</p>
<h3 class="fn"><a name="surrogateToUcs4-2" />int QChar.surrogateToUcs4 (QChar, QChar)</h3><p>Converts a utf16 surrogate pair (<i>high</i>, <i>low</i>) to its ucs4 code point.</p>
<a name="//apple_ref/cpp/instm/QChar/toAscii" />
<h3 class="fn"><a name="toAscii" />str QChar.toAscii (<i>self</i>)</h3><p>Returns the character value of the <a href="qchar.html">QChar</a> obtained using the current codec used to read C strings, or 0 if the character is not representable using this codec. The default codec handles Latin-1 encoded text, but this can be changed to assist developers writing source code using other encodings.</p>
<p>The main purpose of this function is to preserve ASCII characters used in C strings. This is mainly useful for developers of non-internationalized software.</p>
<p>See also <a href="qchar.html#toLatin1">toLatin1</a>(), <a href="qchar.html#unicode">unicode</a>(), and <a href="qtextcodec.html#codecForCStrings">QTextCodec.codecForCStrings</a>().</p>
<a name="//apple_ref/cpp/instm/QChar/toCaseFolded" />
<h3 class="fn"><a name="toCaseFolded" />QChar QChar.toCaseFolded (<i>self</i>)</h3><p>Returns the case folded equivalent of the character. For most Unicode characters this is the same as toLowerCase().</p>
<h3 class="fn"><a name="toCaseFolded-2" />int QChar.toCaseFolded (int)</h3><p>This is an overloaded function.</p>
<p>Returns the case folded equivalent of the UCS-4-encoded character specified by <i>ucs4</i>. For most Unicode characters this is the same as toLowerCase().</p>
<h3 class="fn"><a name="toLatin1" />str QChar.toLatin1 (<i>self</i>)</h3><p>Returns the Latin-1 character equivalent to the <a href="qchar.html">QChar</a>, or 0. This is mainly useful for non-internationalized software.</p>
<p>See also <a href="qchar.html#toAscii">toAscii</a>(), <a href="qchar.html#unicode">unicode</a>(), and <a href="qtextcodec.html#codecForCStrings">QTextCodec.codecForCStrings</a>().</p>
<a name="//apple_ref/cpp/instm/QChar/toLower" />
<h3 class="fn"><a name="toLower" />QChar QChar.toLower (<i>self</i>)</h3><p>Returns the lowercase equivalent if the character is uppercase or titlecase; otherwise returns the character itself.</p>
<h3 class="fn"><a name="toLower-2" />int QChar.toLower (int)</h3><p>This is an overloaded function.</p>
<p>Returns the lowercase equivalent of the UCS-4-encoded character specified by <i>ucs4</i> if the character is uppercase or titlecase; otherwise returns the character itself.</p>
<h3 class="fn"><a name="toTitleCase" />QChar QChar.toTitleCase (<i>self</i>)</h3><p>Returns the title case equivalent if the character is lowercase or uppercase; otherwise returns the character itself.</p>
<h3 class="fn"><a name="toTitleCase-2" />int QChar.toTitleCase (int)</h3><p>This is an overloaded function.</p>
<p>Returns the title case equivalent of the UCS-4-encoded character specified by <i>ucs4</i> if the character is lowercase or uppercase; otherwise returns the character itself.</p>
<h3 class="fn"><a name="toUpper" />QChar QChar.toUpper (<i>self</i>)</h3><p>Returns the uppercase equivalent if the character is lowercase or titlecase; otherwise returns the character itself.</p>
<h3 class="fn"><a name="toUpper-2" />int QChar.toUpper (int)</h3><p>This is an overloaded function.</p>
<p>Returns the uppercase equivalent of the UCS-4-encoded character specified by <i>ucs4</i> if the character is lowercase or titlecase; otherwise returns the character itself.</p>
<h3 class="fn"><a name="unicode" />int QChar.unicode (<i>self</i>)</h3><p>Returns a reference to the numeric Unicode value of the <a href="qchar.html">QChar</a>.</p>
<h3 class="fn"><a name="unicodeVersion" /><a href="qchar.html#UnicodeVersion-enum">UnicodeVersion</a> QChar.unicodeVersion (<i>self</i>)</h3><p>Returns the Unicode version that introduced this character.</p>
<h3 class="fn"><a name="unicodeVersion-2" /><a href="qchar.html#UnicodeVersion-enum">UnicodeVersion</a> QChar.unicodeVersion (int)</h3><p>This is an overloaded function.</p>
<p>Returns the Unicode version that introduced the character specified in its UCS-4-encoded form as <i>ucs4</i>.</p>
<h3 class="fn"><a name="__add__" />QString QChar.__add__ (<i>self</i>, QString)</h3><h3 class="fn"><a name="__eq__" />bool QChar.__eq__ (<i>self</i>, QChar)</h3><h3 class="fn"><a name="__ge__" />bool QChar.__ge__ (<i>self</i>, QChar)</h3><h3 class="fn"><a name="__gt__" />bool QChar.__gt__ (<i>self</i>, QChar)</h3><h3 class="fn"><a name="__hash__" />int QChar.__hash__ (<i>self</i>)</h3><h3 class="fn"><a name="__le__" />bool QChar.__le__ (<i>self</i>, QChar)</h3><h3 class="fn"><a name="__lt__" />bool QChar.__lt__ (<i>self</i>, QChar)</h3><h3 class="fn"><a name="__ne__" />bool QChar.__ne__ (<i>self</i>, QChar)</h3><h3 class="fn"><a name="__repr__" />str QChar.__repr__ (<i>self</i>)</h3><address><hr /><div align="center"><table border="0" cellspacing="0" width="100%"><tr class="address"><td align="left" width="25%">PyQt 4.7.3 for X11</td><td align="center" width="50%">Copyright © <a href="http://www.riverbankcomputing.com">Riverbank Computing Ltd</a> and <a href="http://www.qtsoftware.com">Nokia</a> 2010</td><td align="right" width="25%">Qt 4.6.2</td></tr></table></div></address></body></html>
|