|
Doxygen
|
conceptdef.h 的引用(Include)关系图:
此图展示该文件直接或间接的被哪些文件引用了:类 | |
| class | ConceptDef |
| class | ConceptDefMutable |
| class | ConceptLinkedMap |
| class | ConceptLinkedRefMap |
函数 | |
| ConceptDefMutable * | createConceptDef (const QCString &fileName, int startLine, int startColumn, const QCString &name, const QCString &tagRef=QCString(), const QCString &tagFile=QCString()) |
| ConceptDef * | createConceptDefAlias (const Definition *newScope, const ConceptDef *cd) |
| ConceptDef * | toConceptDef (Definition *d) |
| ConceptDef * | toConceptDef (DefinitionMutable *d) |
| const ConceptDef * | toConceptDef (const Definition *d) |
| ConceptDefMutable * | toConceptDefMutable (Definition *d) |
| ConceptDefMutable * | toConceptDefMutable (const Definition *d) |
| ConceptDef * | getConcept (const QCString &key) |
| ConceptDefMutable * | getConceptMutable (const QCString &key) |
| ConceptDef * | getResolvedConcept (const Definition *scope, const QCString &name) |
| ConceptDefMutable* createConceptDef | ( | const QCString & | fileName, |
| int | startLine, | ||
| int | startColumn, | ||
| const QCString & | name, | ||
| const QCString & | tagRef = QCString(), |
||
| const QCString & | tagFile = QCString() |
||
| ) |
在文件 conceptdef.cpp 第 84 行定义.
被这些函数引用 addConceptToContext().
| ConceptDef* createConceptDefAlias | ( | const Definition * | newScope, |
| const ConceptDef * | cd | ||
| ) |
在文件 conceptdef.cpp 第 139 行定义.
| ConceptDef* getConcept | ( | const QCString & | key | ) |
在文件 conceptdef.cpp 第 739 行定义.
引用了 Doxygen::conceptLinkedMap, LinkedMap< T, Hash, KeyEqual, Map >::find() , 以及 QCString::isEmpty().
被这些函数引用 getConceptMutable(), getResolvedConcept(), linkifyText() , 以及 resolveLink().
|
inline |
在文件 conceptdef.h 第 86 行定义.
引用了 getConcept() , 以及 toConceptDefMutable().
被这些函数引用 addConceptToContext().
| ConceptDef* getResolvedConcept | ( | const Definition * | scope, |
| const QCString & | name | ||
| ) |
在文件 conceptdef.cpp 第 745 行定义.
引用了 getConcept(), Definition::getOuterScope(), Doxygen::globalScope , 以及 Definition::name().
| const ConceptDef* toConceptDef | ( | const Definition * | d | ) |
在文件 conceptdef.cpp 第 701 行定义.
| ConceptDef* toConceptDef | ( | Definition * | d | ) |
在文件 conceptdef.cpp 第 676 行定义.
被这些函数引用 NamespaceDefImpl::addInnerCompound() , 以及 ConceptDefAliasImpl::getCdAlias().
| ConceptDef* toConceptDef | ( | DefinitionMutable * | d | ) |
| ConceptDefMutable* toConceptDefMutable | ( | const Definition * | d | ) |
在文件 conceptdef.cpp 第 725 行定义.
| ConceptDefMutable* toConceptDefMutable | ( | Definition * | d | ) |