|
My Project
|
#include <docparser.h>
Public Member Functions | |
| DocAnchor (DocNode *parent, const QCString &id, bool newAnchor) | |
| Kind | kind () const |
| QCString | anchor () const |
| QCString | file () const |
| void | accept (DocVisitor *v) |
Public Member Functions inherited from DocNode | |
| DocNode () | |
| virtual | ~DocNode () |
| DocNode * | parent () const |
| void | setParent (DocNode *parent) |
| bool | isPreformatted () const |
Private Attributes | |
| QCString | m_anchor |
| QCString | m_file |
Node representing an anchor
Definition at line 272 of file docparser.h.
| DocAnchor::DocAnchor | ( | DocNode * | parent, |
| const QCString & | id, | ||
| bool | newAnchor | ||
| ) |
Definition at line 1845 of file docparser.cpp.
References CiteConsts::anchorPrefix, SDict< T >::append(), Doxygen::citeDict, convertNameToFile(), doctokenizerYYlineno, CiteConsts::fileName, SectionInfo::fileName, CiteDict::find(), SDict< T >::find(), g_fileName, SectionInfo::label, m_anchor, m_file, DocNode::m_parent, DocNode::parent(), Doxygen::sectionDict, and warn_doc_error().
|
inlinevirtual |
Acceptor function for node visitors. Part of the visitor pattern.
| v | Abstract visitor. |
Implements DocNode.
Definition at line 279 of file docparser.h.
References DocVisitor::visit().
|
inline |
Definition at line 277 of file docparser.h.
References m_anchor.
Referenced by DocbookDocVisitor::visit(), RTFDocVisitor::visit(), XmlDocVisitor::visit(), HtmlDocVisitor::visit(), LatexDocVisitor::visit(), PrintDocVisitor::visit(), and PerlModDocVisitor::visit().
|
inline |
Definition at line 278 of file docparser.h.
References m_file.
Referenced by DocbookDocVisitor::visit(), RTFDocVisitor::visit(), XmlDocVisitor::visit(), LatexDocVisitor::visit(), and PerlModDocVisitor::visit().
|
inlinevirtual |
Returns the kind of node. Provides runtime type information
Implements DocNode.
Definition at line 276 of file docparser.h.
References DocNode::Kind_Anchor.
|
private |
Definition at line 282 of file docparser.h.
Referenced by anchor(), and DocAnchor().
|
private |
Definition at line 283 of file docparser.h.
Referenced by DocAnchor(), and file().