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
QFragment< N > Class Template Reference

#include <qfragmentmap_p.h>

+ Inheritance diagram for QFragment< N >:
+ Collaboration diagram for QFragment< N >:

Public Types

enum  { size_array_max = N }
 

Public Attributes

quint32 parent
 
quint32 left
 
quint32 right
 
quint32 color
 
quint32 size_left_array [N]
 
quint32 size_array [N]
 

Detailed Description

template<int N = 1>
class QFragment< N >

Definition at line 26 of file qfragmentmap_p.h.

Member Enumeration Documentation

◆ anonymous enum

template<int N = 1>
anonymous enum
Enumerator
size_array_max 

Definition at line 35 of file qfragmentmap_p.h.

Member Data Documentation

◆ color

template<int N = 1>
quint32 QFragment< N >::color

Definition at line 32 of file qfragmentmap_p.h.

◆ left

template<int N = 1>
quint32 QFragment< N >::left

Definition at line 30 of file qfragmentmap_p.h.

◆ parent

template<int N = 1>
quint32 QFragment< N >::parent

Definition at line 29 of file qfragmentmap_p.h.

◆ right

template<int N = 1>
quint32 QFragment< N >::right

Definition at line 31 of file qfragmentmap_p.h.

◆ size_array

template<int N = 1>
quint32 QFragment< N >::size_array[N]

Definition at line 34 of file qfragmentmap_p.h.

Referenced by QTextDocumentPrivate::setCharFormat().

◆ size_left_array

template<int N = 1>
quint32 QFragment< N >::size_left_array[N]

Definition at line 33 of file qfragmentmap_p.h.


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