The DocInternalRef
Class Reference
Node representing an internal reference to some item. More...
Declaration
Included Headers
Base class
class | DocCompoundNode |
Base class for nodes with children. More... | |
Public Constructors Index
DocInternalRef (DocParser *parser, DocNodeVariant *parent, const QCString &target) | |
Public Member Functions Index
void | parse () |
QCString | file () const |
QCString | relPath () const |
QCString | anchor () const |
Private Member Attributes Index
QCString | m_file |
QCString | m_relPath |
QCString | m_anchor |
Description
Node representing an internal reference to some item.
Definition at line 806 of file docnode.h.
Public Constructors
DocInternalRef()
|
Declaration at line 809 of file docnode.h, definition at line 670 of file docnode.cpp.
References DocCompoundNode::DocCompoundNode, QCString::find, QCString::left, QCString::length, m_anchor, m_file, m_relPath, DocNode::parent, DocNode::parser, relPath and QCString::right.
Public Member Functions
anchor()
| inline |
Definition at line 813 of file docnode.h.
Reference m_anchor.
Referenced by DocbookDocVisitor::operator(), HtmlDocVisitor::operator(), LatexDocVisitor::operator(), PerlModDocVisitor::operator(), PrintDocVisitor::operator(), RTFDocVisitor::operator() and XmlDocVisitor::operator().
file()
| inline |
Definition at line 811 of file docnode.h.
Reference m_file.
Referenced by DocbookDocVisitor::operator(), HtmlDocVisitor::operator(), LatexDocVisitor::operator(), PerlModDocVisitor::operator(), PrintDocVisitor::operator(), RTFDocVisitor::operator() and XmlDocVisitor::operator().
parse()
|
Declaration at line 810 of file docnode.h, definition at line 685 of file docnode.cpp.
References AUTO_TRACE, DocCompoundNode::children, DocParser::errorHandleDefaultToken, DocParser::handlePendingStyleCommands, Token::is_any_of, DocTokenizer::lex, DocNode::parser, DocNode::thisVariant and DocParser::tokenizer.
relPath()
| inline |
Definition at line 812 of file docnode.h.
Reference m_relPath.
Referenced by DocInternalRef and HtmlDocVisitor::operator().
Private Member Attributes
m_anchor
|
m_file
|
m_relPath
The documentation for this class was generated from the following files:
Generated via doxygen2docusaurus by Doxygen 1.14.0.