My Project
|
#include <docparser.h>
Public Member Functions | |
DocInternalRef (DocNode *parent, const QCString &target) | |
void | parse () |
Kind | kind () const |
QCString | file () const |
QCString | relPath () const |
QCString | anchor () const |
void | accept (DocVisitor *v) |
Public Member Functions inherited from CompAccept< DocInternalRef > | |
CompAccept () | |
virtual | ~CompAccept () |
void | accept (DocInternalRef *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 |
Private Attributes | |
QCString | m_file |
QCString | m_relPath |
QCString | m_anchor |
Node representing an internal reference to some item
Definition at line 851 of file docparser.h.
DocInternalRef::DocInternalRef | ( | DocNode * | parent, |
const QCString & | target | ||
) |
Definition at line 2395 of file docparser.cpp.
References m_anchor, m_file, 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 860 of file docparser.h.
References CompAccept< T >::accept().
|
inline |
Definition at line 859 of file docparser.h.
References m_anchor.
Referenced by LatexDocVisitor::visitPost(), DocbookDocVisitor::visitPre(), RTFDocVisitor::visitPre(), HtmlDocVisitor::visitPre(), LatexDocVisitor::visitPre(), XmlDocVisitor::visitPre(), PerlModDocVisitor::visitPre(), and PrintDocVisitor::visitPre().
|
inline |
Definition at line 857 of file docparser.h.
References m_file.
Referenced by LatexDocVisitor::visitPost(), DocbookDocVisitor::visitPre(), RTFDocVisitor::visitPre(), HtmlDocVisitor::visitPre(), LatexDocVisitor::visitPre(), XmlDocVisitor::visitPre(), PerlModDocVisitor::visitPre(), and PrintDocVisitor::visitPre().
|
inlinevirtual |
Returns the kind of node. Provides runtime type information
Implements DocNode.
Definition at line 856 of file docparser.h.
References DocNode::Kind_Ref.
void DocInternalRef::parse | ( | ) |
Definition at line 2411 of file docparser.cpp.
References DBG, defaultHandleToken(), doctokenizerYYlex(), doctokenizerYYlineno, g_fileName, g_nodeStack, g_token, handlePendingStyleCommands(), CompAccept< DocInternalRef >::m_children, TokenInfo::name, TK_COMMAND, TK_SYMBOL, tokToString(), and warn_doc_error().
Referenced by defaultHandleToken(), and DocPara::handleCommand().
|
inline |
Definition at line 858 of file docparser.h.
References m_relPath.
Referenced by HtmlDocVisitor::visitPre().
|
private |
Definition at line 865 of file docparser.h.
Referenced by anchor(), and DocInternalRef().
|
private |
Definition at line 863 of file docparser.h.
Referenced by DocInternalRef(), and file().
|
private |
Definition at line 864 of file docparser.h.
Referenced by relPath().