|
Doxygen
|
Node representing a reference to a section. More...
#include <src/docnode.h>
Public Member Functions | |
| DocSecRefItem (DocParser *parser, DocNodeVariant *parent, const QCString &target) | |
| QCString | target () const |
| QCString | file () const |
| QCString | anchor () const |
| QCString | relPath () const |
| QCString | ref () const |
| bool | refToTable () const |
| bool | isSubPage () const |
| void | parse () |
| 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 | |
| QCString | m_target |
| RefType | m_refType = Unknown |
| bool | m_isSubPage = false |
| QCString | m_file |
| QCString | m_relPath |
| QCString | m_ref |
| 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) |
| DocSecRefItem::DocSecRefItem | ( | DocParser * | parser, |
| DocNodeVariant * | parent, | ||
| const QCString & | target ) |
Definition at line 533 of file docnode.cpp.
References DocCompoundNode::DocCompoundNode(), m_relPath, m_target, DocNode::parent(), DocNode::parser(), relPath(), and target().
|
inline |
Definition at line 940 of file docnode.h.
References m_anchor.
Referenced by HtmlDocVisitor::operator()(), LatexDocVisitor::operator()(), PerlModDocVisitor::operator()(), and XmlDocVisitor::operator()().
|
inline |
Definition at line 939 of file docnode.h.
References m_file.
Referenced by HtmlDocVisitor::operator()(), LatexDocVisitor::operator()(), PerlModDocVisitor::operator()(), and XmlDocVisitor::operator()().
|
inline |
Definition at line 944 of file docnode.h.
References m_isSubPage.
Referenced by HtmlDocVisitor::operator()(), and LatexDocVisitor::operator()().
| void DocSecRefItem::parse | ( | ) |
Definition at line 538 of file docnode.cpp.
References DocNode::Anchor, SectionType::Anchor, AUTO_TRACE, DocCompoundNode::children(), DocParser::errorHandleDefaultToken(), SectionInfo::fileName(), LinkedMap< T, Hash, KeyEqual, Map >::find(), DocParser::handlePendingStyleCommands(), PageDef::hasParentPage(), SectionManager::instance(), Token::is_any_of(), SectionInfo::label(), SectionType::level(), DocTokenizer::lex(), m_anchor, m_file, m_isSubPage, m_ref, m_refType, m_target, markdownFileNameToId(), SectionType::Page, Doxygen::pageLinkedMap, DocNode::parser(), SectionInfo::ref(), DocNode::Section, DocTokenizer::setStatePara(), DocTokenizer::setStateTitle(), stripKnownExtensions(), DocNode::Table, SectionType::Table, DocNode::thisVariant(), DocParser::tokenizer, SectionInfo::type(), and warn_doc_error.
|
inline |
Definition at line 942 of file docnode.h.
References m_ref.
Referenced by HtmlDocVisitor::operator()(), and LatexDocVisitor::operator()().
|
inline |
Definition at line 943 of file docnode.h.
References m_refType, and DocNode::Table.
Referenced by LatexDocVisitor::operator()().
|
inline |
Definition at line 941 of file docnode.h.
References m_relPath.
Referenced by DocSecRefItem(), and HtmlDocVisitor::operator()().
|
inline |
Definition at line 938 of file docnode.h.
References m_target.
Referenced by DocSecRefItem(), and PrintDocVisitor::operator()().
|
private |
|
private |
|
private |
Definition at line 950 of file docnode.h.
Referenced by isSubPage(), and parse().
|
private |
Definition at line 949 of file docnode.h.
Referenced by parse(), and refToTable().
|
private |
Definition at line 952 of file docnode.h.
Referenced by DocSecRefItem(), and relPath().
|
private |
Definition at line 948 of file docnode.h.
Referenced by DocSecRefItem(), parse(), and target().