![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "text.h"#include "utilities.h"#include "filesystem/fileresolver.h"#include <QtCore/qlist.h>#include <QtCore/qmap.h>#include <QtCore/qstring.h>#include <QtCore/qstringlist.h>#include <QtCore/qtextstream.h>#include <optional>Go to the source code of this file.
Classes | |
| class | Generator |
Typedefs | |
| typedef QMultiMap< QString, Node * > | NodeMultiMap |
Functions | |
| std::optional< QString > | formatStatus (const Node *node, QDocDatabase *qdb) |
| typedef QMultiMap<QString, Node *> NodeMultiMap |
Definition at line 35 of file generator.h.
| std::optional< QString > formatStatus | ( | const Node * | node, |
| QDocDatabase * | qdb ) |
Returns a string representing status information of a node.
If a status description is returned, it is one of: \list
{\meta {status} {}}, {\modulestate {}}. \endlistOtherwise, returns std::nullopt.
Definition at line 1205 of file generator.cpp.
References Node< _Tp >::Deprecated, Node< _Tp >::doc(), QDocDatabase::getModuleNode(), Doc::metaTagMap(), Node< _Tp >::Preliminary, and Node< _Tp >::status().