![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#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>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 , QmlAttachedProperties = 0x10 } |
Variables | |
| QT_BEGIN_NAMESPACE typedef QMultiMap< Text, const Node * > | TextToNodeMap |
| enum FindFlag |
| Enumerator | |
|---|---|
| SearchBaseClasses | |
| SearchEnumValues | |
| TypesOnly | |
| IgnoreModules | |
| QmlAttachedProperties | |
Definition at line 27 of file qdocdatabase.h.
| QT_BEGIN_NAMESPACE typedef QMultiMap<Text, const Node *> TextToNodeMap |
Definition at line 20 of file qdocdatabase.h.