File: qchar.html

package info (click to toggle)
python-qt4 4.0.1-5
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 18,632 kB
  • ctags: 2,639
  • sloc: python: 29,409; sh: 5,646; cpp: 3,168; xml: 149; makefile: 109
file content (548 lines) | stat: -rw-r--r-- 37,520 bytes parent folder | download
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
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
<?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">&#160;&#160;</td><td class="postheader" valign="center"><a href="../pyqt4ref.html"><font color="#004faf">Home</font></a>&#160;&#183; <a href="classes.html"><font color="#004faf">All Classes</font></a>&#160;&#183; <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_4_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>, char&#160;<i>c</i>)</li><li><div class="fn" /><b><a href="qchar.html#QChar-3">__init__</a></b> (<i>self</i>, QLatin1Char&#160;<i>ch</i>)</li><li><div class="fn" /><b><a href="qchar.html#QChar-4">__init__</a></b> (<i>self</i>, char&#160;<i>c</i>, char&#160;<i>r</i>)</li><li><div class="fn" /><b><a href="qchar.html#QChar-5">__init__</a></b> (<i>self</i>, int&#160;<i>rc</i>)</li><li><div class="fn" /><b><a href="qchar.html#QChar-6">__init__</a></b> (<i>self</i>, SpecialCharacter&#160;<i>s</i>)</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" />char <b><a href="qchar.html#cell">cell</a></b> (<i>self</i>)</li><li><div class="fn" />char <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#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#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#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" />char <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>, char&#160;<i>acell</i>)</li><li><div class="fn" /><b><a href="qchar.html#setRow">setRow</a></b> (<i>self</i>, char&#160;<i>arow</i>)</li><li><div class="fn" />char <b><a href="qchar.html#toAscii">toAscii</a></b> (<i>self</i>)</li><li><div class="fn" />char <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#toUpper">toUpper</a></b> (<i>self</i>)</li><li><div class="fn" />unsigned long <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" />QChar <b><a href="qchar.html#fromAscii">fromAscii</a></b> (char&#160;<i>c</i>)</li><li><div class="fn" />QChar <b><a href="qchar.html#fromLatin1">fromLatin1</a></b> (char&#160;<i>c</i>)</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&#160;<i>s2</i>)</li><li><div class="fn" />bool <b><a href="qchar.html#__eq__">__eq__</a></b> (<i>self</i>, QChar&#160;<i>c2</i>)</li><li><div class="fn" />bool <b><a href="qchar.html#__ge__">__ge__</a></b> (<i>self</i>, QChar&#160;<i>c2</i>)</li><li><div class="fn" />bool <b><a href="qchar.html#__gt__">__gt__</a></b> (<i>self</i>, QChar&#160;<i>c2</i>)</li><li><div class="fn" />bool <b><a href="qchar.html#__le__">__le__</a></b> (<i>self</i>, QChar&#160;<i>c2</i>)</li><li><div class="fn" />bool <b><a href="qchar.html#__lt__">__lt__</a></b> (<i>self</i>, QChar&#160;<i>c2</i>)</li><li><div class="fn" />bool <b><a href="qchar.html#__ne__">__ne__</a></b> (<i>self</i>, QChar&#160;<i>c2</i>)</li></ul><a name="details" /><hr /><h2>Detailed Description</h2><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 &lt;cctype&gt; (formerly &lt;ctype.h&gt;), 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 &#195;&#165;) can be converted to decomposed Unicode (&quot;a&quot; followed by &quot;ring above&quot;) 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</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>
<table border="1" cellpadding="2" cellspacing="1" 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>
<br />
<br />
<p>The following categories are informative in Unicode:</p>
<table border="1" cellpadding="2" cellspacing="1" 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>
<br />
<br />
<p>See also <a href="qchar.html#category">category</a>().</p>
<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>
<table border="1" cellpadding="2" cellspacing="1" 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>
<br />
<br />
<p>See also <a href="qchar.html#decomposition">decomposition</a>().</p>
<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>
<table border="1" cellpadding="2" cellspacing="1" 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>
<br />
<br />
<p>See also <a href="qchar.html#direction">direction</a>().</p>
<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>
<table border="1" cellpadding="2" cellspacing="1" 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>
<br />
<br />
<p>See also <a href="qchar.html#joining">joining</a>().</p>
<h3 class="fn"><a name="SpecialCharacter-enum" />QChar.SpecialCharacter</h3><table border="1" cellpadding="2" cellspacing="1" 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"> </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>
<br />
<br />
<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>
<table border="1" cellpadding="2" cellspacing="1" 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_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 4.0 of Unicode.</td>
</tr>
</table>
<br />
<br />
<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>, char&#160;<i>c</i>)</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>&#160;<i>ch</i>)</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>, char&#160;<i>c</i>, char&#160;<i>r</i>)</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&#160;<i>rc</i>)</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>&#160;<i>s</i>)</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="cell" />char 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>
<h3 class="fn"><a name="combiningClass" />char 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="decomposition" /><a href="qstring.html">QString</a> 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="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="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="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="fromAscii" /><a href="qchar.html">QChar</a> QChar.fromAscii (char&#160;<i>c</i>)</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>
<h3 class="fn"><a name="fromLatin1" /><a href="qchar.html">QChar</a> QChar.fromLatin1 (char&#160;<i>c</i>)</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>
<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>See also <a href="qchar.html#mirroredChar">mirroredChar</a>().</p>
<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>
<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>
<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 Number_* categories); otherwise returns false.</p>
<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>
<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>
<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>
<h3 class="fn"><a name="isNumber" />bool QChar.isNumber (<i>self</i>)</h3><p>Returns true if the character is a number (Number_* categories, not just 0-9); otherwise returns false.</p>
<p>See also <a href="qchar.html#isDigit">isDigit</a>().</p>
<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>
<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>
<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>
<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>
<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>
<h3 class="fn"><a name="joining" /><a href="qchar.html#Joining-enum">Joining</a> QChar.joining (<i>self</i>)</h3><p><b>This function is under development and is subject to change.</b></p>
<p>Returns information about the joining properties of the character (needed for certain languages such as Arabic).</p>
<h3 class="fn"><a name="mirroredChar" /><a href="qchar.html">QChar</a> 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="row" />char 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>
<h3 class="fn"><a name="setCell" />QChar.setCell (<i>self</i>, char&#160;<i>acell</i>)</h3><h3 class="fn"><a name="setRow" />QChar.setRow (<i>self</i>, char&#160;<i>arow</i>)</h3><h3 class="fn"><a name="toAscii" />char 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>
<h3 class="fn"><a name="toLatin1" />char 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>
<h3 class="fn"><a name="toLower" /><a href="qchar.html">QChar</a> QChar.toLower (<i>self</i>)</h3><p>Returns the lowercase equivalent if the character is uppercase; otherwise returns the character itself.</p>
<h3 class="fn"><a name="toUpper" /><a href="qchar.html">QChar</a> QChar.toUpper (<i>self</i>)</h3><p>Returns the uppercase equivalent if the character is lowercase; otherwise returns the character itself.</p>
<h3 class="fn"><a name="unicode" />unsigned long QChar.unicode (<i>self</i>)</h3><p>Returns a reference to the numberic 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="__add__" /><a href="qstring.html">QString</a> QChar.__add__ (<i>self</i>, <a href="qstring.html">QString</a>&#160;<i>s2</i>)</h3><h3 class="fn"><a name="__eq__" />bool QChar.__eq__ (<i>self</i>, <a href="qchar.html">QChar</a>&#160;<i>c2</i>)</h3><h3 class="fn"><a name="__ge__" />bool QChar.__ge__ (<i>self</i>, <a href="qchar.html">QChar</a>&#160;<i>c2</i>)</h3><h3 class="fn"><a name="__gt__" />bool QChar.__gt__ (<i>self</i>, <a href="qchar.html">QChar</a>&#160;<i>c2</i>)</h3><h3 class="fn"><a name="__le__" />bool QChar.__le__ (<i>self</i>, <a href="qchar.html">QChar</a>&#160;<i>c2</i>)</h3><h3 class="fn"><a name="__lt__" />bool QChar.__lt__ (<i>self</i>, <a href="qchar.html">QChar</a>&#160;<i>c2</i>)</h3><h3 class="fn"><a name="__ne__" />bool QChar.__ne__ (<i>self</i>, <a href="qchar.html">QChar</a>&#160;<i>c2</i>)</h3><address><hr /><div align="center"><table border="0" cellspacing="0" width="100%"><tr class="address"><td width="25%">PyQt&#160;4.0.1 for X11</td><td align="center" width="50%">Copyright &#169; <a href="http://www.riverbankcomputing.com">Riverbank&#160;Computing&#160;Ltd</a> and <a href="http://www.trolltech.com">Trolltech&#160;AS</a> 2006</td><td align="right" width="25%">Qt&#160;4.1.4</td></tr></table></div></address></body></html>