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

(a89fe6038330d76cebf02d728927d3f50f91b544)

#include "examplenode.h"
#include "genustypes.h"
#include "namespacenode.h"
#include "node.h"
#include "propertynode.h"
#include "proxynode.h"
#include "qmltypenode.h"
#include <QtCore/qstack.h>
#include <utility>
Include dependency graph for tree.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TargetRec
 A record of a linkable target within the documentation. More...
class  Tree
 This class constructs and maintains a tree of instances of the subclasses of Node. More...

Typedefs

typedef QMultiMap< QString, TargetRec * > TargetMap
typedef QMultiMap< QString, PageNode * > PageNodeMultiMap
typedef QMap< QString, QmlTypeNode * > QmlTypeMap
typedef QMultiMap< QString, const ExampleNode * > ExampleNodeMap

Typedef Documentation

◆ ExampleNodeMap

Definition at line 54 of file tree.h.

◆ PageNodeMultiMap

Definition at line 52 of file tree.h.

◆ QmlTypeMap

Definition at line 53 of file tree.h.

◆ TargetMap

Definition at line 51 of file tree.h.