|
Doxygen
|
Node representing an item of a cross-referenced list. More...
#include <src/docnode.h>
Public Member Functions | |
| DocXRefItem (DocParser *parser, DocNodeVariant *parent, int id, const QCString &key) | |
| QCString | file () const |
| QCString | anchor () const |
| QCString | title () const |
| QCString | relPath () const |
| QCString | key () const |
| bool | 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 | |
| int | m_id = 0 |
| QCString | m_key |
| QCString | m_file |
| QCString | m_anchor |
| QCString | m_title |
| QCString | m_relPath |
Additional Inherited Members | |
| Protected Types inherited from DocNode | |
| enum | RefType { Unknown , Anchor , Section , Table } |
| Protected Member Functions inherited from DocNode | |
| void | setInsidePreformatted (bool p) |
| DocXRefItem::DocXRefItem | ( | DocParser * | parser, |
| DocNodeVariant * | parent, | ||
| int | id, | ||
| const QCString & | key ) |
Definition at line 472 of file docnode.cpp.
References DocCompoundNode::DocCompoundNode(), key(), m_id, m_key, m_relPath, DocNode::parent(), DocNode::parser(), and relPath().
|
inline |
Definition at line 625 of file docnode.h.
References m_anchor.
Referenced by DocbookDocVisitor::operator()(), HtmlDocVisitor::operator()(), LatexDocVisitor::operator()(), PerlModDocVisitor::operator()(), PrintDocVisitor::operator()(), RTFDocVisitor::operator()(), and XmlDocVisitor::operator()().
|
inline |
Definition at line 624 of file docnode.h.
References m_file.
Referenced by DocbookDocVisitor::operator()(), HtmlDocVisitor::operator()(), LatexDocVisitor::operator()(), PerlModDocVisitor::operator()(), PrintDocVisitor::operator()(), RTFDocVisitor::operator()(), and XmlDocVisitor::operator()().
|
inline |
Definition at line 628 of file docnode.h.
References m_key.
Referenced by DocXRefItem(), and HtmlDocVisitor::operator()().
| bool DocXRefItem::parse | ( | ) |
Definition at line 477 of file docnode.cpp.
References RefItem::anchor(), ASSERT, DocCompoundNode::children(), FALSE, RefList::fileName(), LinkedMap< T, Hash, KeyEqual, Map >::find(), RefList::find(), RefListManager::instance(), DocParser::internalValidatingParseDoc(), QCString::isEmpty(), RefList::isEnabled(), m_anchor, m_file, m_id, m_key, m_title, DocNode::parser(), DocParser::popContext(), DocParser::pushContext(), RefList::sectionTitle(), RefItem::text(), DocNode::thisVariant(), and TRUE.
|
inline |
Definition at line 627 of file docnode.h.
References m_relPath.
Referenced by DocXRefItem(), and HtmlDocVisitor::operator()().
|
inline |
Definition at line 626 of file docnode.h.
References m_title.
Referenced by DocbookDocVisitor::operator()(), HtmlDocVisitor::operator()(), LatexDocVisitor::operator()(), ManDocVisitor::operator()(), PerlModDocVisitor::operator()(), PrintDocVisitor::operator()(), RTFDocVisitor::operator()(), and XmlDocVisitor::operator()().
|
private |
|
private |
|
private |
Definition at line 632 of file docnode.h.
Referenced by DocXRefItem(), and parse().
|
private |
Definition at line 633 of file docnode.h.
Referenced by DocXRefItem(), key(), and parse().
|
private |
Definition at line 637 of file docnode.h.
Referenced by DocXRefItem(), and relPath().
|
private |