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
templategenerator.cpp File Reference

(6765e7228babef8d60d05bd89d0b3c34be3b889a)

#include "templategenerator.h"
#include "aggregate.h"
#include "codemarker.h"
#include "collectionnode.h"
#include "config.h"
#include "documentationtraverser.h"
#include "filedocumentwriter.h"
#include "documentwriter.h"
#include "inclusionfilter.h"
#include "injabridge.h"
#include "ir/builder.h"
#include "ir/document.h"
#include "namespacenode.h"
#include "node.h"
#include "nodeextractor.h"
#include "outputcontext.h"
#include "outputproducerregistry.h"
#include "pagenode.h"
#include "qdocdatabase.h"
#include "qmltypenode.h"
#include "tree.h"
#include "utilities.h"
#include <utility>
#include <QtCore/qdir.h>
#include <QtCore/qfile.h>
#include <QtCore/qfileinfo.h>
#include <QtCore/qloggingcategory.h>
#include <QtCore/qtextstream.h>
Include dependency graph for templategenerator.cpp:

Go to the source code of this file.

Functions

static QString nodeTypeKey (const Node *node)

Function Documentation

◆ nodeTypeKey()

QString nodeTypeKey ( const Node * node)
static

Returns the output prefix/suffix key for a node based on its genus.

This is used to look up configured prefixes and suffixes from OutputContext.

Definition at line 343 of file templategenerator.cpp.

References Node< _Tp >::genus(), and Node< _Tp >::isPageNode().

Here is the call graph for this function: