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 1655 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(), qPrint(), TRUE, and warn_doc_error.
|
inline |
Definition at line 1215 of file docnode.h.
References m_anchor.
Referenced by DocbookDocVisitor::operator()(), LatexDocVisitor::operator()(), RTFDocVisitor::operator()(), and XmlDocVisitor::operator()().
|
inline |
Definition at line 1211 of file docnode.h.
References m_attribs.
Referenced by DocHtmlCaption(), and HtmlDocVisitor::operator()().
|
inline |
Definition at line 1214 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 1683 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(), qPrint(), DocNode::thisVariant(), DocParser::tokenizer, Token::value(), and warn_doc_error.
|
private |
Definition at line 1221 of file docnode.h.
Referenced by anchor(), and DocHtmlCaption().
|
private |
Definition at line 1218 of file docnode.h.
Referenced by attribs(), and DocHtmlCaption().
|
private |
Definition at line 1220 of file docnode.h.
Referenced by DocHtmlCaption(), and file().
|
private |
Definition at line 1219 of file docnode.h.
Referenced by DocHtmlCaption(), and hasCaptionId().