Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QCharAttributes Struct Reference

#include <qunicodetools_p.h>

Collaboration diagram for QCharAttributes:

Public Attributes

uchar graphemeBoundary: 1
uchar wordBreak: 1
uchar sentenceBoundary: 1
uchar lineBreak: 1
uchar whiteSpace: 1
uchar wordStart: 1
uchar wordEnd: 1
uchar mandatoryBreak: 1

Detailed Description

Definition at line 25 of file qunicodetools_p.h.

Member Data Documentation

◆ graphemeBoundary

uchar QCharAttributes::graphemeBoundary

Definition at line 27 of file qunicodetools_p.h.

◆ lineBreak

uchar QCharAttributes::lineBreak

Definition at line 30 of file qunicodetools_p.h.

◆ mandatoryBreak

uchar QCharAttributes::mandatoryBreak

Definition at line 34 of file qunicodetools_p.h.

◆ sentenceBoundary

uchar QCharAttributes::sentenceBoundary

Definition at line 29 of file qunicodetools_p.h.

◆ whiteSpace

uchar QCharAttributes::whiteSpace

Definition at line 31 of file qunicodetools_p.h.

◆ wordBreak

uchar QCharAttributes::wordBreak

Definition at line 28 of file qunicodetools_p.h.

◆ wordEnd

uchar QCharAttributes::wordEnd

Definition at line 33 of file qunicodetools_p.h.

◆ wordStart

uchar QCharAttributes::wordStart

Definition at line 32 of file qunicodetools_p.h.


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