#include <docparser.h>
Inheritance diagram for DocSecRefItem:

Public Member Functions | |
| DocSecRefItem (DocNode *parent, const QString &target) | |
| Kind | kind () const |
| QString | target () const |
| QString | file () const |
| QString | anchor () const |
| DocNode * | parent () const |
| void | accept (DocVisitor *v) |
| void | parse () |
Definition at line 826 of file docparser.h.
| DocSecRefItem::DocSecRefItem | ( | DocNode * | parent, | |
| const QString & | target | |||
| ) | [inline] |
Definition at line 829 of file docparser.h.
| Kind DocSecRefItem::kind | ( | ) | const [inline, virtual] |
Returns the kind of node. Provides runtime type information
Implements DocNode.
Definition at line 831 of file docparser.h.
References DocNode::Kind_SecRefItem.
| QString DocSecRefItem::target | ( | ) | const [inline] |
| QString DocSecRefItem::file | ( | ) | const [inline] |
Definition at line 833 of file docparser.h.
Referenced by LatexDocVisitor::visitPost(), XmlDocVisitor::visitPre(), and HtmlDocVisitor::visitPre().
| QString DocSecRefItem::anchor | ( | ) | const [inline] |
Definition at line 834 of file docparser.h.
Referenced by LatexDocVisitor::visitPost(), XmlDocVisitor::visitPre(), and HtmlDocVisitor::visitPre().
| DocNode* DocSecRefItem::parent | ( | ) | const [inline, virtual] |
Returns the parent of this node or 0 for the root node.
Implements DocNode.
Definition at line 835 of file docparser.h.
| void DocSecRefItem::accept | ( | DocVisitor * | v | ) | [inline, virtual] |
Acceptor function for node visitors. Part of the visitor pattern.
| v | Abstract visitor. |
Implements DocNode.
Definition at line 836 of file docparser.h.
References CompAccept< T >::accept().
| void DocSecRefItem::parse | ( | ) |
Definition at line 1880 of file docparser.cpp.
References DBG, doctokenizerYYlex(), doctokenizerYYlineno, doctokenizerYYsetStatePara(), doctokenizerYYsetStateTitle(), g_token, CompAccept< DocSecRefItem >::m_children, TokenInfo::name, Doxygen::sectionDict, TK_COMMAND, TK_SYMBOL, tokToString(), and warn_doc_error().
Referenced by DocSecRefList::parse().
1.5.1