Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
The ManifestWriter is responsible for writing manifest files. More...
#include <manifestwriter.h>
Public Member Functions | |
ManifestWriter () | |
void | generateManifestFiles () |
This function outputs one or more manifest files in XML. | |
void | generateExampleManifestFile () |
This function is called by generateExampleManifestFiles(), once for each manifest file to be generated. | |
void | readManifestMetaContent () |
Reads metacontent - additional attributes and tags to apply when generating manifest files, read from config. | |
QString | retrieveExampleInstallationPath (const ExampleNode *example) const |
Retrieve the install path for the example as specified with the \meta command, or fall back to the one defined in .qdocconf. | |
The ManifestWriter is responsible for writing manifest files.
Definition at line 15 of file manifestwriter.h.
ManifestWriter::ManifestWriter | ( | ) |
Definition at line 153 of file manifestwriter.cpp.
References QDocDatabase::qdocDB(), and readManifestMetaContent().
Referenced by HtmlGenerator::initializeGenerator().
void ManifestWriter::generateExampleManifestFile | ( | ) |
This function is called by generateExampleManifestFiles(), once for each manifest file to be generated.
Definition at line 269 of file manifestwriter.cpp.
References QDocDatabase::exampleNodeMap().
Referenced by generateManifestFiles().
void ManifestWriter::generateManifestFiles | ( | ) |
This function outputs one or more manifest files in XML.
They are used by Creator.
Definition at line 200 of file manifestwriter.cpp.
References QDocDatabase::exampleNodeMap(), and generateExampleManifestFile().
Referenced by HtmlGenerator::generateDocs().
void ManifestWriter::readManifestMetaContent | ( | ) |
Reads metacontent - additional attributes and tags to apply when generating manifest files, read from config.
The manifest metacontent map is cleared immediately after the manifest files have been generated.
Definition at line 376 of file manifestwriter.cpp.
Referenced by ManifestWriter().
QString ManifestWriter::retrieveExampleInstallationPath | ( | const ExampleNode * | example | ) | const |
Retrieve the install path for the example as specified with the \meta command, or fall back to the one defined in .qdocconf.
Definition at line 400 of file manifestwriter.cpp.
References Node< _Tp >::doc().