#include <docparser.h>
Inheritance diagram for DocCopy:
Public Member Functions | |
DocCopy (DocNode *parent, const QString &link) | |
Kind | kind () const |
QString | link () const |
DocNode * | parent () const |
void | accept (DocVisitor *v) |
void | parse () |
Definition at line 504 of file docparser.h.
DocCopy::DocCopy | ( | DocNode * | parent, | |
const QString & | link | |||
) | [inline] |
Definition at line 507 of file docparser.h.
Kind DocCopy::kind | ( | ) | const [inline, virtual] |
Returns the kind of node. Provides runtime type information
Implements DocNode.
Definition at line 509 of file docparser.h.
References DocNode::Kind_IndexEntry.
QString DocCopy::link | ( | ) | const [inline] |
Definition at line 510 of file docparser.h.
Referenced by XmlDocVisitor::visitPre(), and PrintDocVisitor::visitPre().
DocNode* DocCopy::parent | ( | ) | const [inline, virtual] |
Returns the parent of this node or 0 for the root node.
Implements DocNode.
Definition at line 511 of file docparser.h.
void DocCopy::accept | ( | DocVisitor * | v | ) | [inline, virtual] |
Acceptor function for node visitors. Part of the visitor pattern.
v | Abstract visitor. |
Implements DocNode.
Definition at line 512 of file docparser.h.
References CompAccept< T >::accept().
void DocCopy::parse | ( | ) |
Definition at line 1738 of file docparser.cpp.
References doctokenizerYYlineno, CompAccept< DocCopy >::m_children, DefinitionIntf::TypeMember, and warn_doc_error().
Referenced by DocPara::handleCommand().