My Project
|
#include <docparser.h>
Public Member Functions | |
DocSecRefList (DocNode *parent) | |
void | parse () |
Kind | kind () const |
void | accept (DocVisitor *v) |
Public Member Functions inherited from CompAccept< DocSecRefList > | |
CompAccept () | |
virtual | ~CompAccept () |
void | accept (DocSecRefList *obj, DocVisitor *v) |
const QList< DocNode > & | children () const |
QList< DocNode > & | children () |
Public Member Functions inherited from DocNode | |
DocNode () | |
virtual | ~DocNode () |
DocNode * | parent () const |
void | setParent (DocNode *parent) |
bool | isPreformatted () const |
Node representing a list of section references
Definition at line 978 of file docparser.h.
|
inline |
Definition at line 981 of file docparser.h.
References DocNode::m_parent, and DocNode::parent().
|
inlinevirtual |
Acceptor function for node visitors. Part of the visitor pattern.
v | Abstract visitor. |
Implements DocNode.
Definition at line 984 of file docparser.h.
References CompAccept< T >::accept().
|
inlinevirtual |
Returns the kind of node. Provides runtime type information
Implements DocNode.
Definition at line 983 of file docparser.h.
References DocNode::Kind_SecRefList.
void DocSecRefList::parse | ( | ) |
Definition at line 2330 of file docparser.cpp.
References CMD_ENDSECREFLIST, CMD_SECREFITEM, Mappers::cmdMapper, DBG, doctokenizerYYlex(), doctokenizerYYlineno, g_fileName, g_nodeStack, g_token, CompAccept< DocSecRefList >::m_children, TokenInfo::name, DocSecRefItem::parse(), TK_COMMAND, TK_LNKWORD, TK_NEWPARA, TK_WHITESPACE, TK_WORD, tokToString(), and warn_doc_error().
Referenced by DocPara::handleCommand().