Doxygen
|
Node representing a link to some item 更多...
#include <docparser.h>
Public 成员函数 | |
DocLink (DocParser &parser, DocNode *parent, const QCString &target) | |
QCString | parse (bool, bool isXmlLink=FALSE) |
Kind | kind () const override |
QCString | file () const |
QCString | relPath () const |
QCString | ref () const |
QCString | anchor () const |
![]() | |
CompAccept (DocParser &parser) | |
void | accept (DocVisitor *v) override |
const DocNodeList & | children () const |
DocNodeList & | children () |
![]() | |
DocNode (DocParser &parser) | |
virtual | ~DocNode () |
DocNode * | parent () const |
void | setParent (DocNode *parent) |
bool | isPreformatted () const |
Private 属性 | |
QCString | m_file |
QCString | m_relPath |
QCString | m_ref |
QCString | m_anchor |
QCString | m_refText |
Node representing a link to some item
在文件 docparser.h 第 871 行定义.
在文件 docparser.cpp 第 2579 行定义.
引用了 anchor(), QCString::at(), DocParserContext::context, DocParser::context, Definition::definitionType(), DocParserContext::fileName, DocTokenizer::getLineNr(), Definition::getOutputFileBase(), Definition::getReference(), Definition::getSourceFileBase(), DocParserContext::inSeeBlock, QCString::isEmpty(), Definition::isLinkable(), QCString::length(), m_anchor, m_file, DocNode::m_parent, m_ref, m_refText, m_relPath, DocNode::parent(), qPrint(), DocParserContext::relPath, resolveLink(), QCString::right(), stripKnownExtensions(), toFileDef(), DocParser::tokenizer, Definition::TypeFile , 以及 warn_doc_error().
|
inline |
|
inline |
|
inlineoverridevirtual |
Returns the kind of node. Provides runtime type information
实现了 DocNode.
在文件 docparser.h 第 876 行定义.
引用了 DocNode::Kind_Link.
在文件 docparser.cpp 第 2614 行定义.
引用了 CMD_ENDLINK, Mappers::cmdMapper, DocParser::context, DBG, DocParser::defaultHandleToken(), FALSE, DocParserContext::fileName, QCString::find(), DocTokenizer::getLineNr(), DocParser::handlePendingStyleCommands(), QCString::left(), QCString::length(), DocTokenizer::lex(), CompAccept< DocLink >::m_children, DocNode::m_parser, m_refText, TokenInfo::name, qPrint(), QCString::right(), TK_COMMAND_AT, TK_COMMAND_BS, TK_HTMLTAG, TK_LNKWORD, TK_SYMBOL, TK_WORD, DocParserContext::token, DocParser::tokenizer, DocTokenizer::tokToString() , 以及 warn_doc_error().
被这些函数引用 DocPara::handleHtmlStartTag(), DocPara::handleLink() , 以及 DocHtmlDescTitle::parse().
|
inline |
|
inline |
|
private |
在文件 docparser.h 第 886 行定义.
|
private |
在文件 docparser.h 第 883 行定义.
|
private |
在文件 docparser.h 第 885 行定义.
|
private |
在文件 docparser.h 第 887 行定义.
|
private |
在文件 docparser.h 第 884 行定义.