Doxygen
|
Node representing a list of section references 更多...
#include <docparser.h>
Public 成员函数 | |
DocSecRefList (DocParser &parser, DocNode *parent) | |
void | parse () |
Kind | kind () const override |
Public 成员函数 继承自 CompAccept< DocSecRefList > | |
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 |
Node representing a list of section references
在文件 docparser.h 第 1048 行定义.
|
inlineoverridevirtual |
Returns the kind of node. Provides runtime type information
实现了 DocNode.
在文件 docparser.h 第 1053 行定义.
void DocSecRefList::parse | ( | ) |
在文件 docparser.cpp 第 2286 行定义.
引用了 CMD_ENDSECREFLIST, CMD_SECREFITEM, Mappers::cmdMapper, DocParser::context, DBG, DocParserContext::fileName, DocTokenizer::getLineNr(), DocTokenizer::lex(), CompAccept< DocSecRefList >::m_children, DocNode::m_parser, TokenInfo::name, DocSecRefItem::parse(), qPrint(), TK_COMMAND_AT, TK_COMMAND_BS, TK_LNKWORD, TK_NEWPARA, TK_WHITESPACE, TK_WORD, DocParserContext::token, DocParser::tokenizer, DocTokenizer::tokToString() , 以及 warn_doc_error().
被这些函数引用 DocPara::handleCommand().