|
Doxygen
|
Node representing a reference to a section 更多...
#include <docparser.h>
类 DocSecRefItem 继承关系图:
DocSecRefItem 的协作图:Public 成员函数 | |
| DocSecRefItem (DocParser &parser, DocNode *parent, const QCString &target) | |
| Kind | kind () const override |
| QCString | target () const |
| QCString | file () const |
| QCString | anchor () const |
| QCString | relPath () const |
| QCString | ref () const |
| bool | refToTable () const |
| bool | isSubPage () const |
| void | parse () |
Public 成员函数 继承自 CompAccept< DocSecRefItem > | |
| 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 属性 | |
| QCString | m_target |
| RefType | m_refType = Unknown |
| bool | m_isSubPage = false |
| QCString | m_file |
| QCString | m_relPath |
| QCString | m_ref |
| QCString | m_anchor |
Node representing a reference to a section
在文件 docparser.h 第 1023 行定义.
|
inline |
在文件 docparser.h 第 1030 行定义.
引用了 m_anchor.
被这些函数引用 LatexDocVisitor::visitPost(), HtmlDocVisitor::visitPre(), LatexDocVisitor::visitPre() , 以及 XmlDocVisitor::visitPre().
|
inline |
在文件 docparser.h 第 1029 行定义.
引用了 m_file.
被这些函数引用 HtmlDocVisitor::visitPost(), LatexDocVisitor::visitPost(), HtmlDocVisitor::visitPre(), LatexDocVisitor::visitPre() , 以及 XmlDocVisitor::visitPre().
|
inline |
在文件 docparser.h 第 1034 行定义.
引用了 m_isSubPage.
被这些函数引用 LatexDocVisitor::visitPost(), HtmlDocVisitor::visitPre() , 以及 LatexDocVisitor::visitPre().
|
inlineoverridevirtual |
Returns the kind of node. Provides runtime type information
实现了 DocNode.
在文件 docparser.h 第 1027 行定义.
| void DocSecRefItem::parse | ( | ) |
在文件 docparser.cpp 第 2212 行定义.
引用了 Anchor, DocNode::Anchor, DocParser::context, DBG, DocParser::defaultHandleToken(), DocParser::errorHandleDefaultToken(), SectionInfo::fileName(), DocParserContext::fileName, LinkedMap< T, Hash, KeyEqual, Map >::find(), getLanguageFromFileName(), DocTokenizer::getLineNr(), DocParser::handlePendingStyleCommands(), PageDef::hasParentPage(), SectionManager::instance(), QCString::isEmpty(), SectionInfo::label(), DocTokenizer::lex(), m_anchor, CompAccept< DocSecRefItem >::m_children, m_file, m_isSubPage, DocNode::m_parser, m_ref, m_refType, m_target, markdownFileNameToId(), Page, Doxygen::pageLinkedMap, qPrint(), SectionInfo::ref(), DocNode::Section, DocTokenizer::setStatePara(), DocTokenizer::setStateTitle(), SrcLangExt_Markdown, stripKnownExtensions(), Table, DocNode::Table, DocParser::tokenizer, SectionInfo::type() , 以及 warn_doc_error().
被这些函数引用 DocSecRefList::parse().
|
inline |
在文件 docparser.h 第 1032 行定义.
引用了 m_ref.
被这些函数引用 LatexDocVisitor::visitPost(), HtmlDocVisitor::visitPre() , 以及 LatexDocVisitor::visitPre().
|
inline |
在文件 docparser.h 第 1033 行定义.
引用了 m_refType , 以及 DocNode::Table.
被这些函数引用 LatexDocVisitor::visitPost() , 以及 LatexDocVisitor::visitPre().
|
inline |
|
inline |
|
private |
在文件 docparser.h 第 1044 行定义.
|
private |
在文件 docparser.h 第 1041 行定义.
|
private |
在文件 docparser.h 第 1040 行定义.
被这些函数引用 isSubPage() , 以及 parse().
|
private |
在文件 docparser.h 第 1043 行定义.
在文件 docparser.h 第 1039 行定义.
被这些函数引用 parse() , 以及 refToTable().
|
private |
在文件 docparser.h 第 1042 行定义.
被这些函数引用 relPath().
|
private |
在文件 docparser.h 第 1038 行定义.