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

(9e94ec6a04f10fade025dcf0e359c2a2aa95e8aa)

#include "examplenode.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 53 of file tree.h.

◆ PageNodeMultiMap

Definition at line 51 of file tree.h.

◆ QmlTypeMap

Definition at line 52 of file tree.h.

◆ TargetMap

Definition at line 50 of file tree.h.