My Project
|
#include <docparser.h>
Public Member Functions | |
DocIndexEntry (DocNode *parent, Definition *scope, MemberDef *md) | |
Kind | kind () const |
int | parse () |
Definition * | scope () const |
MemberDef * | member () const |
QCString | entry () 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_entry |
Definition * | m_scope |
MemberDef * | m_member |
Node representing an entry in the index.
Definition at line 577 of file docparser.h.
|
inline |
Definition at line 580 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 587 of file docparser.h.
References DocVisitor::visit().
|
inline |
Definition at line 586 of file docparser.h.
References m_entry.
Referenced by DocbookDocVisitor::visit(), RTFDocVisitor::visit(), XmlDocVisitor::visit(), LatexDocVisitor::visit(), HtmlDocVisitor::visit(), and PrintDocVisitor::visit().
|
inlinevirtual |
Returns the kind of node. Provides runtime type information
Implements DocNode.
Definition at line 582 of file docparser.h.
References DocNode::Kind_IndexEntry.
|
inline |
Definition at line 585 of file docparser.h.
References m_member.
Referenced by HtmlDocVisitor::visit().
int DocIndexEntry::parse | ( | ) |
Definition at line 3190 of file docparser.cpp.
References CMD_AMP, CMD_AT, CMD_BSLASH, CMD_DCOLON, CMD_DOLLAR, CMD_GREATER, CMD_HASH, CMD_LESS, CMD_MDASH, CMD_MINUS, CMD_NDASH, CMD_PERCENT, CMD_PLUS, CMD_PUNT, CMD_QUOTE, Mappers::cmdMapper, DBG, DocSymbol::decodeSymbol(), doctokenizerYYlex(), doctokenizerYYlineno, doctokenizerYYsetStatePara(), doctokenizerYYsetStateTitle(), g_fileName, g_nodeStack, g_token, m_entry, TokenInfo::name, RetVal_OK, DocSymbol::Sym_Amp, DocSymbol::Sym_apos, DocSymbol::Sym_At, DocSymbol::Sym_BSlash, DocSymbol::Sym_Dollar, DocSymbol::Sym_Greater, DocSymbol::Sym_Hash, DocSymbol::Sym_ldquo, DocSymbol::Sym_Less, DocSymbol::Sym_lsquo, DocSymbol::Sym_mdash, DocSymbol::Sym_ndash, DocSymbol::Sym_Percent, DocSymbol::Sym_Quot, DocSymbol::Sym_rdquo, DocSymbol::Sym_rsquo, TK_COMMAND, TK_LNKWORD, TK_SYMBOL, TK_WHITESPACE, TK_WORD, tokToString(), and warn_doc_error().
Referenced by DocPara::handleCommand().
|
inline |
Definition at line 584 of file docparser.h.
References m_scope.
Referenced by HtmlDocVisitor::visit().
|
private |
Definition at line 590 of file docparser.h.
|
private |
Definition at line 592 of file docparser.h.
Referenced by member().
|
private |
Definition at line 591 of file docparser.h.
Referenced by scope().