![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qunicodetools_p.h>
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 |
Definition at line 25 of file qunicodetools_p.h.
uchar QCharAttributes::graphemeBoundary |
Definition at line 27 of file qunicodetools_p.h.
uchar QCharAttributes::lineBreak |
Definition at line 30 of file qunicodetools_p.h.
uchar QCharAttributes::mandatoryBreak |
Definition at line 34 of file qunicodetools_p.h.
uchar QCharAttributes::sentenceBoundary |
Definition at line 29 of file qunicodetools_p.h.
uchar QCharAttributes::whiteSpace |
Definition at line 31 of file qunicodetools_p.h.
uchar QCharAttributes::wordBreak |
Definition at line 28 of file qunicodetools_p.h.
uchar QCharAttributes::wordEnd |
Definition at line 33 of file qunicodetools_p.h.
uchar QCharAttributes::wordStart |
Definition at line 32 of file qunicodetools_p.h.