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

(77a13c15833f21a09ed4a367835ccaf1f1d07627)

#include "access.h"
#include "comparisoncategory.h"
#include "doc.h"
#include "enumitem.h"
#include "importrec.h"
#include "parameters.h"
#include "relatedclass.h"
#include "template_declaration.h"
#include <QtCore/qdir.h>
#include <QtCore/qlist.h>
#include <QtCore/qmap.h>
#include <QtCore/qstringlist.h>
#include <optional>
+ Include dependency graph for node.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Node< _Tp >
 The Node class is the base class for all the nodes in QDoc's parse tree. More...
 

Typedefs

typedef QList< Node * > NodeList
 
typedef QList< ClassNode * > ClassList
 
typedef QList< Node * > NodeVector
 
typedef QMap< QString, Node * > NodeMap
 
typedef QMap< QString, NodeMapNodeMapMap
 
typedef QMultiMap< QString, Node * > NodeMultiMap
 
typedef QMap< QString, NodeMultiMapNodeMultiMapMap
 
typedef QMap< QString, CollectionNode * > CNMap
 
typedef QMultiMap< QString, CollectionNode * > CNMultiMap
 

Typedef Documentation

◆ ClassList

Definition at line 42 of file node.h.

◆ CNMap

Definition at line 48 of file node.h.

◆ CNMultiMap

Definition at line 49 of file node.h.

◆ NodeList

typedef QList<Node *> NodeList

Definition at line 41 of file node.h.

◆ NodeMap

typedef QMap<QString, Node *> NodeMap

Definition at line 44 of file node.h.

◆ NodeMapMap

Definition at line 45 of file node.h.

◆ NodeMultiMap

Definition at line 46 of file node.h.

◆ NodeMultiMapMap

Definition at line 47 of file node.h.

◆ NodeVector

typedef QList<Node *> NodeVector

Definition at line 43 of file node.h.