#include <docparser.h>
Inheritance diagram for DocAnchor:
Public Member Functions | |
DocAnchor (DocNode *parent, const QString &id, bool newAnchor) | |
Kind | kind () const |
DocNode * | parent () const |
QString | anchor () const |
QString | file () const |
void | accept (DocVisitor *v) |
Definition at line 277 of file docparser.h.
DocAnchor::DocAnchor | ( | DocNode * | parent, | |
const QString & | id, | |||
bool | newAnchor | |||
) |
Definition at line 1545 of file docparser.cpp.
References doctokenizerYYlineno, SectionInfo::fileName, SectionInfo::label, Doxygen::sectionDict, and warn_doc_error().
Kind DocAnchor::kind | ( | ) | const [inline, virtual] |
Returns the kind of node. Provides runtime type information
Implements DocNode.
Definition at line 281 of file docparser.h.
References DocNode::Kind_Anchor.
DocNode* DocAnchor::parent | ( | ) | const [inline, virtual] |
Returns the parent of this node or 0 for the root node.
Implements DocNode.
Definition at line 282 of file docparser.h.
QString DocAnchor::anchor | ( | ) | const [inline] |
Definition at line 283 of file docparser.h.
Referenced by XmlDocVisitor::visit(), RTFDocVisitor::visit(), PrintDocVisitor::visit(), PerlModDocVisitor::visit(), LatexDocVisitor::visit(), and HtmlDocVisitor::visit().
QString DocAnchor::file | ( | ) | const [inline] |
Definition at line 284 of file docparser.h.
Referenced by XmlDocVisitor::visit(), RTFDocVisitor::visit(), PerlModDocVisitor::visit(), and LatexDocVisitor::visit().
void DocAnchor::accept | ( | DocVisitor * | v | ) | [inline, virtual] |
Acceptor function for node visitors. Part of the visitor pattern.
v | Abstract visitor. |
Implements DocNode.
Definition at line 285 of file docparser.h.
References DocVisitor::visit().