Doxygen
|
Node representing a HTML table caption 更多...
#include <docparser.h>
Public 成员函数 | |
DocHtmlCaption (DocParser &parser, DocNode *parent, const HtmlAttribList &attribs) | |
Kind | kind () const override |
const HtmlAttribList & | attribs () const |
int | parse () |
bool | hasCaptionId () const |
QCString | file () const |
QCString | anchor () const |
Public 成员函数 继承自 CompAccept< DocHtmlCaption > | |
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 属性 | |
HtmlAttribList | m_attribs |
bool | m_hasCaptionId = false |
QCString | m_file |
QCString | m_anchor |
Node representing a HTML table caption
在文件 docparser.h 第 1352 行定义.
DocHtmlCaption::DocHtmlCaption | ( | DocParser & | parser, |
DocNode * | parent, | ||
const HtmlAttribList & | attribs | ||
) |
在文件 docparser.cpp 第 3196 行定义.
引用了 attribs(), DocParser::context, FALSE, SectionInfo::fileName(), DocParserContext::fileName, LinkedMap< T, Hash, KeyEqual, Map >::find(), DocTokenizer::getLineNr(), SectionManager::instance(), SectionInfo::label(), m_anchor, m_attribs, m_file, m_hasCaptionId, DocNode::m_parent, DocNode::parent(), qPrint(), DocParser::tokenizer, TRUE , 以及 warn_doc_error().
|
inline |
在文件 docparser.h 第 1361 行定义.
引用了 m_anchor.
被这些函数引用 HtmlDocVisitor::visitPre() , 以及 LatexDocVisitor::visitPre().
|
inline |
在文件 docparser.h 第 1357 行定义.
引用了 m_attribs.
被这些函数引用 DocHtmlCaption() , 以及 HtmlDocVisitor::visitPre().
|
inline |
|
inline |
|
inlineoverridevirtual |
Returns the kind of node. Provides runtime type information
实现了 DocNode.
在文件 docparser.h 第 1356 行定义.
int DocHtmlCaption::parse | ( | ) |
在文件 docparser.cpp 第 3225 行定义.
引用了 DocParser::context, DBG, DocParser::defaultHandleToken(), TokenInfo::endTag, DocParser::errorHandleDefaultToken(), DocParserContext::fileName, DocTokenizer::getLineNr(), DocParser::handlePendingStyleCommands(), HTML_CAPTION, Mappers::htmlTagMapper, DocTokenizer::lex(), CompAccept< DocHtmlCaption >::m_children, DocNode::m_parser, Mapper::map(), TokenInfo::name, qPrint(), RetVal_OK, TK_HTMLTAG, DocParserContext::token, DocParser::tokenizer , 以及 warn_doc_error().
被这些函数引用 DocHtmlTable::parse().
|
private |
在文件 docparser.h 第 1367 行定义.
被这些函数引用 anchor() , 以及 DocHtmlCaption().
|
private |
在文件 docparser.h 第 1364 行定义.
被这些函数引用 attribs() , 以及 DocHtmlCaption().
|
private |
在文件 docparser.h 第 1366 行定义.
被这些函数引用 DocHtmlCaption() , 以及 file().
|
private |
在文件 docparser.h 第 1365 行定义.
被这些函数引用 DocHtmlCaption() , 以及 hasCaptionId().