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

(a907cef7c7d0261ede0c5352010ac2ff6597f638)

#include "config.h"
#include "examplenode.h"
#include "propertynode.h"
#include "text.h"
#include "tree.h"
#include <QtCore/qdebug.h>
#include <QtCore/qmap.h>
#include <QtCore/qstring.h>
+ Include dependency graph for qdocdatabase.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QDocForest
 A class representing a forest of Tree objects. More...
 
class  QDocDatabase
 This class provides exclusive access to the qdoc database, which consists of a forrest of trees and a lot of maps and other useful data structures. More...
 

Enumerations

enum  FindFlag { SearchBaseClasses = 0x1 , SearchEnumValues = 0x2 , TypesOnly = 0x4 , IgnoreModules = 0x8 }
 

Variables

QT_BEGIN_NAMESPACE typedef QMultiMap< Text, const Node * > TextToNodeMap
 

Enumeration Type Documentation

◆ FindFlag

enum FindFlag
Enumerator
SearchBaseClasses 
SearchEnumValues 
TypesOnly 
IgnoreModules 

Definition at line 26 of file qdocdatabase.h.

Variable Documentation

◆ TextToNodeMap

QT_BEGIN_NAMESPACE typedef QMultiMap<Text, const Node *> TextToNodeMap

Definition at line 19 of file qdocdatabase.h.