QChar Class Reference
[QtCore module]
Types
- enum Category { NoCategory, Mark_NonSpacing, Mark_SpacingCombining, Mark_Enclosing, ..., Punctuation_Dask }
- enum CombiningClass { Combining_BelowLeftAttached, Combining_BelowAttached, Combining_BelowRightAttached, Combining_LeftAttached, ..., Combining_IotaSubscript }
- enum Decomposition { NoDecomposition, Canonical, Font, NoBreak, ..., Fraction }
- enum Direction { DirL, DirR, DirEN, DirES, ..., DirBN }
- enum Joining { OtherJoining, Dual, Right, Center }
- enum SpecialCharacter { Null, Nbsp, ReplacementCharacter, ObjectReplacementCharacter, ..., LineSeparator }
- enum UnicodeVersion { Unicode_Unassigned, Unicode_1_1, Unicode_2_0, Unicode_2_1_2, ..., Unicode_5_0 }
Methods
Static Methods
Special Methods
Detailed Description
This class can be pickled.
Type Documentation
QChar.Category
QChar.CombiningClass
QChar.Decomposition
QChar.Direction
QChar.Joining
QChar.SpecialCharacter
QChar.UnicodeVersion
Method Documentation
QChar.__init__ (self)
QChar.__init__ (self, str)
QChar.__init__ (self, QLatin1Char)
QChar.__init__ (self, str, str)
QChar.__init__ (self, int)
QChar.__init__ (self, QChar)
Category QChar.category (self)
Category QChar.category (int)
str QChar.cell (self)
str QChar.combiningClass (self)
str QChar.combiningClass (int)
QString QChar.decomposition (self)
QString QChar.decomposition (int)
Decomposition QChar.decompositionTag (self)
Decomposition QChar.decompositionTag (int)
int QChar.digitValue (self)
int QChar.digitValue (int)
Direction QChar.direction (self)
Direction QChar.direction (int)
QChar QChar.fromAscii (str)
QChar QChar.fromLatin1 (str)
bool QChar.hasMirrored (self)
int QChar.highSurrogate (int)
bool QChar.isDigit (self)
bool QChar.isHighSurrogate (self)
bool QChar.isHighSurrogate (int ucs4)
bool QChar.isLetter (self)
bool QChar.isLetterOrNumber (self)
bool QChar.isLower (self)
bool QChar.isLowSurrogate (self)
bool QChar.isLowSurrogate (int ucs4)
bool QChar.isMark (self)
bool QChar.isNull (self)
bool QChar.isNumber (self)
bool QChar.isPrint (self)
bool QChar.isPunct (self)
bool QChar.isSpace (self)
bool QChar.isSymbol (self)
bool QChar.isTitleCase (self)
bool QChar.isUpper (self)
Joining QChar.joining (self)
Joining QChar.joining (int)
int QChar.lowSurrogate (int)
QChar QChar.mirroredChar (self)
int QChar.mirroredChar (int)
bool QChar.requiresSurrogates (int ucs4)
str QChar.row (self)
QChar.setCell (self, str)
QChar.setRow (self, str)
int QChar.surrogateToUcs4 (int, int)
int QChar.surrogateToUcs4 (QChar, QChar)
str QChar.toAscii (self)
QChar QChar.toCaseFolded (self)
int QChar.toCaseFolded (int)
str QChar.toLatin1 (self)
QChar QChar.toLower (self)
int QChar.toLower (int)
QChar QChar.toTitleCase (self)
int QChar.toTitleCase (int)
QChar QChar.toUpper (self)
int QChar.toUpper (int)
int QChar.unicode (self)
QString QChar.__add__ (self, QString)
bool QChar.__eq__ (self, QChar)
bool QChar.__ge__ (self, QChar)
bool QChar.__gt__ (self, QChar)
int QChar.__hash__ (self)
bool QChar.__le__ (self, QChar)
bool QChar.__lt__ (self, QChar)
bool QChar.__ne__ (self, QChar)
str QChar.__repr__ (self)