![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "access.h"#include "comparisoncategory.h"#include "doc.h"#include "enumitem.h"#include "importrec.h"#include "inode.h"#include "genustypes.h"#include "parameters.h"#include "relatedclass.h"#include "template_declaration.h"#include <QtCore/qdir.h>#include <QtCore/qlist.h>#include <QtCore/qmap.h>#include <QtCore/qstringlist.h>#include <optional>Go to the source code of this file.
Classes | |
| class | Node< _Tp > |
| The Node class is the base class for all the nodes in QDoc's parse tree. More... | |
Typedefs | |
| typedef QList< Node * > | NodeList |
| typedef QList< ClassNode * > | ClassList |
| typedef QList< Node * > | NodeVector |
| typedef QMap< QString, Node * > | NodeMap |
| typedef QMap< QString, NodeMap > | NodeMapMap |
| typedef QMultiMap< QString, Node * > | NodeMultiMap |
| typedef QMap< QString, NodeMultiMap > | NodeMultiMapMap |
| typedef QMap< QString, CollectionNode * > | CNMap |
| typedef QMultiMap< QString, CollectionNode * > | CNMultiMap |
| typedef QMultiMap<QString, CollectionNode *> CNMultiMap |
| typedef QMap<QString, NodeMultiMap> NodeMultiMapMap |
| typedef QList<Node *> NodeVector |