Qt 4.8
Public Variables | List of all members
QUnicodeTables::Properties Struct Reference

#include <qunicodetables_p.h>

Public Variables

signed short caseFoldDiff: 16
 
ushort caseFoldSpecial: 1
 
ushort category: 8
 
ushort combiningClass: 8
 
signed short digitValue: 6
 
ushort direction: 8
 
ushort graphemeBreak: 8
 
ushort joining: 2
 
ushort line_break_class: 8
 
signed short lowerCaseDiff: 16
 
ushort lowerCaseSpecial: 1
 
signed short mirrorDiff: 16
 
ushort sentenceBreak: 8
 
signed short titleCaseDiff: 16
 
ushort titleCaseSpecial: 1
 
ushort unicodeVersion: 4
 
signed short upperCaseDiff: 16
 
ushort upperCaseSpecial: 1
 
ushort wordBreak: 8
 

Detailed Description

Definition at line 68 of file qunicodetables_p.h.

Properties

◆ caseFoldDiff

signed short QUnicodeTables::Properties::caseFoldDiff

Definition at line 84 of file qunicodetables_p.h.

Referenced by foldCase(), and QChar::toCaseFolded().

◆ caseFoldSpecial

ushort QUnicodeTables::Properties::caseFoldSpecial

Definition at line 79 of file qunicodetables_p.h.

◆ category

ushort QUnicodeTables::Properties::category

◆ combiningClass

ushort QUnicodeTables::Properties::combiningClass

◆ digitValue

signed short QUnicodeTables::Properties::digitValue

Definition at line 74 of file qunicodetables_p.h.

Referenced by QChar::digitValue().

◆ direction

ushort QUnicodeTables::Properties::direction

Definition at line 71 of file qunicodetables_p.h.

Referenced by QChar::direction().

◆ graphemeBreak

ushort QUnicodeTables::Properties::graphemeBreak

Definition at line 85 of file qunicodetables_p.h.

Referenced by HB_GetGraphemeAndLineBreakClass(), and HB_GetGraphemeClass().

◆ joining

ushort QUnicodeTables::Properties::joining

Definition at line 73 of file qunicodetables_p.h.

Referenced by QChar::joining().

◆ line_break_class

ushort QUnicodeTables::Properties::line_break_class

◆ lowerCaseDiff

signed short QUnicodeTables::Properties::lowerCaseDiff

Definition at line 81 of file qunicodetables_p.h.

Referenced by QChar::toLower(), and QString::toLower().

◆ lowerCaseSpecial

ushort QUnicodeTables::Properties::lowerCaseSpecial

Definition at line 76 of file qunicodetables_p.h.

Referenced by QChar::toLower(), and QString::toLower().

◆ mirrorDiff

signed short QUnicodeTables::Properties::mirrorDiff

Definition at line 80 of file qunicodetables_p.h.

Referenced by QChar::hasMirrored(), and QChar::mirroredChar().

◆ sentenceBreak

ushort QUnicodeTables::Properties::sentenceBreak

Definition at line 87 of file qunicodetables_p.h.

Referenced by HB_GetSentenceClass().

◆ titleCaseDiff

signed short QUnicodeTables::Properties::titleCaseDiff

Definition at line 83 of file qunicodetables_p.h.

Referenced by QChar::toTitleCase().

◆ titleCaseSpecial

ushort QUnicodeTables::Properties::titleCaseSpecial

Definition at line 78 of file qunicodetables_p.h.

Referenced by QChar::toTitleCase().

◆ unicodeVersion

ushort QUnicodeTables::Properties::unicodeVersion

Definition at line 75 of file qunicodetables_p.h.

Referenced by canonicalOrderHelper(), composeHelper(), and QChar::unicodeVersion().

◆ upperCaseDiff

signed short QUnicodeTables::Properties::upperCaseDiff

Definition at line 82 of file qunicodetables_p.h.

Referenced by QChar::toUpper(), and QString::toUpper().

◆ upperCaseSpecial

ushort QUnicodeTables::Properties::upperCaseSpecial

Definition at line 77 of file qunicodetables_p.h.

Referenced by QChar::toUpper(), and QString::toUpper().

◆ wordBreak

ushort QUnicodeTables::Properties::wordBreak

Definition at line 86 of file qunicodetables_p.h.

Referenced by HB_GetWordClass().


The documentation for this struct was generated from the following file: