Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QUnicodeTools::WB Namespace Reference

Enumerations

enum  Action { NoBreak , Break , Lookup , LookupW }
 

Variables

static const uchar breakTable [QUnicodeTables::NumWordBreakClasses][QUnicodeTables::NumWordBreakClasses]
 

Enumeration Type Documentation

◆ Action

Enumerator
NoBreak 
Break 
Lookup 
LookupW 

Definition at line 208 of file qunicodetools.cpp.

Variable Documentation

◆ breakTable

Initial value:
= {
{ Break , Break , Break , Break , Break , Break , Break , Break , Break , Break , Break , Break , Break , Break , Break , Break , Break , Break , Break },
{ Break , Break , Break , Break , Break , Break , Break , Break , Break , Break , Break , Break , Break , Break , Break , Break , Break , Break , Break },
}

Definition at line 215 of file qunicodetools.cpp.

Referenced by QUnicodeTools::getWordBreaks().