Obsolete Members for QChar
The following members of class QChar are obsolete. They are provided to keep old source code working. We strongly advise against using them in new code.
Public Types
(obsolete) enum | Joining { Center, Dual, OtherJoining, Right } |
Static Public Members
(obsolete) QChar::Joining | joining(uint ucs4) |
Member Type Documentation
enum QChar::Joining
This enum is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.
This enum type defines the Unicode joining attributes. See the Unicode Standard for a description of the values.
Constant | Value |
---|---|
QChar::Center | 3 |
QChar::Dual | 1 |
QChar::OtherJoining | 0 |
QChar::Right | 2 |
See also joining().
Member Function Documentation
[static]
QChar::Joining QChar::joining(uint ucs4)
This function is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.
This is an overloaded function.
Returns information about the joining properties of the UCS-4-encoded character specified by ucs4 (needed for certain languages such as Arabic).