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
sections.h File Reference

(1083d1d13d45942eb4eb2acf315fed3890c824fa)

#include "node.h"
+ Include dependency graph for sections.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Section
 A class for containing the elements of one documentation section. More...
 
class  Sections
 A class for creating vectors of collections for documentation. More...
 

Typedefs

typedef std::pair< const QmlTypeNode *, NodeVectorClassNodes
 
typedef QList< ClassNodesClassNodesList
 
typedef QList< SectionSectionVector
 
typedef QList< const Section * > SectionPtrVector
 

Typedef Documentation

◆ ClassNodes

typedef std::pair<const QmlTypeNode *, NodeVector> ClassNodes

Definition at line 13 of file sections.h.

◆ ClassNodesList

Definition at line 14 of file sections.h.

◆ SectionPtrVector

typedef QList<const Section *> SectionPtrVector

Definition at line 79 of file sections.h.

◆ SectionVector

Definition at line 78 of file sections.h.