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
DocPrivateExtra Struct Reference

#include <docprivate.h>

+ Collaboration diagram for DocPrivateExtra:

Public Attributes

QList< Atom * > m_tableOfContents {}
 
QList< int > m_tableOfContentsLevels {}
 
QList< Atom * > m_keywords {}
 
QList< Atom * > m_targets {}
 
QStringMultiMap m_metaMap {}
 
QMultiMap< ComparisonCategory, Textm_comparesWithMap {}
 

Detailed Description

Definition at line 33 of file docprivate.h.

Member Data Documentation

◆ m_comparesWithMap

QMultiMap<ComparisonCategory, Text> DocPrivateExtra::m_comparesWithMap {}

Definition at line 40 of file docprivate.h.

◆ m_keywords

QList<Atom *> DocPrivateExtra::m_keywords {}

Definition at line 37 of file docprivate.h.

◆ m_metaMap

QStringMultiMap DocPrivateExtra::m_metaMap {}

Definition at line 39 of file docprivate.h.

Referenced by Doc::metaTagMap().

◆ m_tableOfContents

QList<Atom *> DocPrivateExtra::m_tableOfContents {}

Definition at line 35 of file docprivate.h.

◆ m_tableOfContentsLevels

QList<int> DocPrivateExtra::m_tableOfContentsLevels {}

Definition at line 36 of file docprivate.h.

◆ m_targets

QList<Atom *> DocPrivateExtra::m_targets {}

Definition at line 38 of file docprivate.h.


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