Doxygen
|
Node representing a reference to some item 更多...
#include <docparser.h>
Public 成员函数 | |
DocRef (DocParser &parser, DocNode *parent, const QCString &target, const QCString &context) | |
void | parse () |
Kind | kind () const override |
QCString | file () const |
QCString | relPath () const |
QCString | ref () const |
QCString | anchor () const |
QCString | targetTitle () const |
bool | hasLinkText () const |
bool | refToAnchor () const |
bool | refToSection () const |
bool | refToTable () const |
bool | isSubPage () const |
Public 成员函数 继承自 CompAccept< DocRef > | |
CompAccept (DocParser &parser) | |
void | accept (DocVisitor *v) override |
const DocNodeList & | children () const |
DocNodeList & | children () |
Public 成员函数 继承自 DocNode | |
DocNode (DocParser &parser) | |
virtual | ~DocNode () |
DocNode * | parent () const |
void | setParent (DocNode *parent) |
bool | isPreformatted () const |
Private 属性 | |
RefType | m_refType = Unknown |
bool | m_isSubPage = false |
QCString | m_file |
QCString | m_relPath |
QCString | m_ref |
QCString | m_anchor |
QCString | m_text |
Node representing a reference to some item
在文件 docparser.h 第 891 行定义.
DocRef::DocRef | ( | DocParser & | parser, |
DocNode * | parent, | ||
const QCString & | target, | ||
const QCString & | context | ||
) |
在文件 docparser.cpp 第 2386 行定义.
引用了 Anchor, DocNode::Anchor, anchor(), ASSERT, DocParser::context, Definition::definitionType(), FALSE, SectionInfo::fileName(), DocParserContext::fileName, LinkedMap< T, Hash, KeyEqual, Map >::find(), MemberDef::getClassDef(), Definition::getLanguage(), getLanguageFromFileName(), DocTokenizer::getLineNr(), Definition::getOutputFileBase(), Definition::getReference(), Definition::getSourceFileBase(), PageDef::hasParentPage(), DocParserContext::inSeeBlock, SectionManager::instance(), QCString::isEmpty(), Definition::isLinkable(), MemberDef::isObjCMethod(), SectionInfo::label(), linkToText(), m_anchor, m_file, m_isSubPage, DocNode::m_parent, m_ref, m_refType, m_relPath, m_text, markdownFileNameToId(), DocParserContext::memberDef, MemberDef::objCMethodName(), Page, Doxygen::pageLinkedMap, DocNode::parent(), qPrint(), SectionInfo::ref(), DocParserContext::relPath, resolveLink(), DocNode::Section, SrcLangExt_Markdown, SrcLangExt_Unknown, stripKnownExtensions(), Table, DocNode::Table, SectionInfo::title(), toFileDef(), toGroupDef(), DocParser::tokenizer, toMemberDef(), TRUE, SectionInfo::type(), Definition::TypeFile, Definition::TypeGroup, Definition::TypeMember, Definition::TypePage , 以及 warn_doc_error().
|
inline |
|
inline |
在文件 docparser.h 第 897 行定义.
引用了 m_file.
被这些函数引用 HtmlDocVisitor::visitPost(), DocbookDocVisitor::visitPost(), LatexDocVisitor::visitPost(), RTFDocVisitor::visitPost(), XmlDocVisitor::visitPost(), HtmlDocVisitor::visitPre(), DocbookDocVisitor::visitPre(), LatexDocVisitor::visitPre(), RTFDocVisitor::visitPre() , 以及 XmlDocVisitor::visitPre().
|
inline |
|
inline |
|
inlineoverridevirtual |
Returns the kind of node. Provides runtime type information
实现了 DocNode.
在文件 docparser.h 第 896 行定义.
引用了 DocNode::Kind_Ref.
void DocRef::parse | ( | ) |
在文件 docparser.cpp 第 2504 行定义.
引用了 DocParser::context, DBG, DocParser::defaultHandleToken(), DocParser::errorHandleDefaultToken(), FALSE, flattenParagraphs(), DocParser::handlePendingStyleCommands(), DocParserContext::insideHtmlLink, DocParser::internalValidatingParseDoc(), QCString::isEmpty(), DocTokenizer::lex(), CompAccept< DocRef >::m_children, DocNode::m_parser, m_text, DocParser::popContext(), DocParser::pushContext(), TK_HTMLTAG, DocParser::tokenizer , 以及 TRUE.
被这些函数引用 DocPara::handleRef() , 以及 DocHtmlDescTitle::parse().
|
inline |
|
inline |
|
inline |
|
inline |
在文件 docparser.h 第 905 行定义.
引用了 m_refType , 以及 DocNode::Table.
被这些函数引用 LatexDocVisitor::visitPost() , 以及 LatexDocVisitor::visitPre().
|
inline |
|
inline |
|
private |
在文件 docparser.h 第 914 行定义.
|
private |
在文件 docparser.h 第 911 行定义.
|
private |
在文件 docparser.h 第 910 行定义.
被这些函数引用 DocRef() , 以及 isSubPage().
|
private |
在文件 docparser.h 第 913 行定义.
在文件 docparser.h 第 909 行定义.
被这些函数引用 DocRef(), refToAnchor(), refToSection() , 以及 refToTable().
|
private |
在文件 docparser.h 第 912 行定义.
|
private |
在文件 docparser.h 第 915 行定义.
被这些函数引用 DocRef(), parse() , 以及 targetTitle().