![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "sections.h"#include "aggregate.h"#include "classnode.h"#include "config.h"#include "enumnode.h"#include "functionnode.h"#include "generator.h"#include "genustypes.h"#include "inclusionfilter.h"#include "inclusionpolicy.h"#include "utilities.h"#include "namespacenode.h"#include "node.h"#include "qmlpropertynode.h"#include "qmltypenode.h"#include "sharedcommentnode.h"#include "typedefnode.h"#include "variablenode.h"#include <QtCore/qobjectdefs.h>#include <QtCore/qset.h>Go to the source code of this file.
Functions | |
| QString | sortName (const Node *node) |
| Construct a name for the node that can be used for sorting a set of nodes into equivalence classes. | |
| static Node * | nodeToTestForDistribution (Node *node) |
| static void | pushBaseClasses (QStack< ClassNode * > &stack, ClassNode *cn) |
Returns the node to test when distributing node based on Node::nodeType().
It returns either node itself, or if node is a shared comment node, the first node in its collective.
Definition at line 559 of file sections.cpp.
References Node< _Tp >::hasDoc(), and Node< _Tp >::isSharedCommentNode().
Definition at line 873 of file sections.cpp.
Construct a name for the node that can be used for sorting a set of nodes into equivalence classes.
Definition at line 159 of file sections.cpp.
References FunctionNode::isCCtor(), Node< _Tp >::isClassNode(), FunctionNode::isCtor(), FunctionNode::isDtor(), Node< _Tp >::isFunction(), FunctionNode::isMCtor(), Node< _Tp >::isProperty(), and Node< _Tp >::isVariable().