![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qunicodetables_p.h>
Public Attributes | |
ushort | category: 5 |
ushort | direction: 5 |
ushort | emojiFlags: 6 |
ushort | combiningClass: 8 |
ushort | joining: 3 |
signed short | digitValue: 5 |
signed short | mirrorDiff: 16 |
ushort | unicodeVersion: 5 |
ushort | eastAsianWidth: 3 |
ushort | nfQuickCheck: 8 |
std::array< CaseConversion, NumCases > | cases |
ushort | graphemeBreakClass: 5 |
ushort | wordBreakClass: 5 |
ushort | lineBreakClass: 6 |
ushort | sentenceBreakClass: 4 |
ushort | idnaStatus: 4 |
ushort | script: 8 |
Definition at line 49 of file qunicodetables_p.h.
std::array<CaseConversion, NumCases> QUnicodeTables::Properties::cases |
Definition at line 60 of file qunicodetables_p.h.
ushort QUnicodeTables::Properties::category |
Definition at line 50 of file qunicodetables_p.h.
ushort QUnicodeTables::Properties::combiningClass |
Definition at line 53 of file qunicodetables_p.h.
signed short QUnicodeTables::Properties::digitValue |
Definition at line 55 of file qunicodetables_p.h.
ushort QUnicodeTables::Properties::direction |
Definition at line 51 of file qunicodetables_p.h.
ushort QUnicodeTables::Properties::eastAsianWidth |
Definition at line 58 of file qunicodetables_p.h.
ushort QUnicodeTables::Properties::emojiFlags |
Definition at line 52 of file qunicodetables_p.h.
ushort QUnicodeTables::Properties::graphemeBreakClass |
Definition at line 61 of file qunicodetables_p.h.
ushort QUnicodeTables::Properties::idnaStatus |
Definition at line 65 of file qunicodetables_p.h.
ushort QUnicodeTables::Properties::joining |
Definition at line 54 of file qunicodetables_p.h.
ushort QUnicodeTables::Properties::lineBreakClass |
Definition at line 63 of file qunicodetables_p.h.
signed short QUnicodeTables::Properties::mirrorDiff |
Definition at line 56 of file qunicodetables_p.h.
ushort QUnicodeTables::Properties::nfQuickCheck |
Definition at line 59 of file qunicodetables_p.h.
ushort QUnicodeTables::Properties::script |
Definition at line 66 of file qunicodetables_p.h.
ushort QUnicodeTables::Properties::sentenceBreakClass |
Definition at line 64 of file qunicodetables_p.h.
ushort QUnicodeTables::Properties::unicodeVersion |
Definition at line 57 of file qunicodetables_p.h.
ushort QUnicodeTables::Properties::wordBreakClass |
Definition at line 62 of file qunicodetables_p.h.