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

(116899c05f4ea7108bdc890b46bccfc50dbc80f9)

#include "config.h"
#include "examplenode.h"
#include "genustypes.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 27 of file qdocdatabase.h.

Variable Documentation

◆ TextToNodeMap

QT_BEGIN_NAMESPACE typedef QMultiMap<Text, const Node *> TextToNodeMap

Definition at line 20 of file qdocdatabase.h.