|
Doxygen
|
Node representing a HTML table caption. More...
#include <src/docnode.h>
Public Member Functions | |
| DocHtmlCaption (DocParser *parser, DocNodeVariant *parent, const HtmlAttribList &attribs) | |
| const HtmlAttribList & | attribs () const |
| Token | parse () |
| bool | hasCaptionId () const |
| QCString | file () const |
| QCString | anchor () const |
| Public Member Functions inherited from DocCompoundNode | |
| DocCompoundNode (DocParser *parser, DocNodeVariant *parent) | |
| DocNodeList & | children () |
| const DocNodeList & | children () const |
| Public Member Functions inherited from DocNode | |
| DocNode (DocParser *parser, DocNodeVariant *parent) | |
| ~DocNode ()=default | |
| DocNodeVariant * | parent () |
| const DocNodeVariant * | parent () const |
| DocNodeVariant * | thisVariant () |
| const DocNodeVariant * | thisVariant () const |
| void | setThisVariant (DocNodeVariant *thisVariant) |
| DocParser * | parser () |
| const DocParser * | parser () const |
| void | setParent (DocNodeVariant *parent) |
| bool | isPreformatted () const |
Private Attributes | |
| HtmlAttribList | m_attribs |
| bool | m_hasCaptionId = false |
| QCString | m_file |
| QCString | m_anchor |
Additional Inherited Members | |
| Protected Types inherited from DocNode | |
| enum | RefType { Unknown , Anchor , Section , Table } |
| Protected Member Functions inherited from DocNode | |
| void | setInsidePreformatted (bool p) |
| DocHtmlCaption::DocHtmlCaption | ( | DocParser * | parser, |
| DocNodeVariant * | parent, | ||
| const HtmlAttribList & | attribs ) |
Definition at line 1707 of file docnode.cpp.
References attribs(), DocCompoundNode::DocCompoundNode(), FALSE, SectionInfo::fileName(), LinkedMap< T, Hash, KeyEqual, Map >::find(), SectionManager::instance(), SectionInfo::label(), m_anchor, m_attribs, m_file, m_hasCaptionId, DocNode::parent(), DocNode::parser(), TRUE, and warn_doc_error.
|
inline |
Definition at line 1235 of file docnode.h.
References m_anchor.
Referenced by DocbookDocVisitor::operator()(), LatexDocVisitor::operator()(), RTFDocVisitor::operator()(), and XmlDocVisitor::operator()().
|
inline |
Definition at line 1231 of file docnode.h.
References m_attribs.
Referenced by DocHtmlCaption(), and HtmlDocVisitor::operator()().
|
inline |
Definition at line 1234 of file docnode.h.
References m_file.
Referenced by DocbookDocVisitor::operator()(), LatexDocVisitor::operator()(), RTFDocVisitor::operator()(), and XmlDocVisitor::operator()().
|
inline |
| Token DocHtmlCaption::parse | ( | ) |
Definition at line 1735 of file docnode.cpp.
References AUTO_TRACE, DocCompoundNode::children(), DocParser::errorHandleDefaultToken(), DocParser::handlePendingStyleCommands(), HTML_CAPTION, Mappers::htmlTagMapper, Token::is_any_of(), DocTokenizer::lex(), DocNode::parser(), DocNode::thisVariant(), DocParser::tokenizer, Token::value(), and warn_doc_error.
|
private |
Definition at line 1241 of file docnode.h.
Referenced by anchor(), and DocHtmlCaption().
|
private |
Definition at line 1238 of file docnode.h.
Referenced by attribs(), and DocHtmlCaption().
|
private |
Definition at line 1240 of file docnode.h.
Referenced by DocHtmlCaption(), and file().
|
private |
Definition at line 1239 of file docnode.h.
Referenced by DocHtmlCaption(), and hasCaptionId().