Doxygen
|
Node representing an internal reference to some item 更多...
#include <docparser.h>
Public 成员函数 | |
DocInternalRef (DocParser &parser, DocNode *parent, const QCString &target) | |
void | parse () |
Kind | kind () const override |
QCString | file () const |
QCString | relPath () const |
QCString | anchor () const |
Public 成员函数 继承自 CompAccept< DocInternalRef > | |
CompAccept (DocParser &parser) | |
void | accept (DocVisitor *v) override |
const DocNodeList & | children () const |
DocNodeList & | children () |
Public 成员函数 继承自 DocNode | |
DocNode (DocParser &parser) | |
virtual | ~DocNode () |
DocNode * | parent () const |
void | setParent (DocNode *parent) |
bool | isPreformatted () const |
Private 属性 | |
QCString | m_file |
QCString | m_relPath |
QCString | m_anchor |
Node representing an internal reference to some item
在文件 docparser.h 第 919 行定义.
在文件 docparser.cpp 第 2350 行定义.
引用了 QCString::find(), QCString::left(), QCString::length(), m_anchor, m_file, DocNode::m_parent, DocNode::parent() , 以及 QCString::right().
|
inline |
|
inline |
|
inlineoverridevirtual |
Returns the kind of node. Provides runtime type information
实现了 DocNode.
在文件 docparser.h 第 924 行定义.
引用了 DocNode::Kind_Ref.
void DocInternalRef::parse | ( | ) |
在文件 docparser.cpp 第 2366 行定义.
引用了 DBG, DocParser::defaultHandleToken(), DocParser::errorHandleDefaultToken(), DocParser::handlePendingStyleCommands(), DocTokenizer::lex(), CompAccept< DocInternalRef >::m_children, DocNode::m_parser , 以及 DocParser::tokenizer.
被这些函数引用 DocParser::defaultHandleToken() , 以及 DocPara::handleCommand().
|
inline |
|
private |
在文件 docparser.h 第 932 行定义.
被这些函数引用 anchor() , 以及 DocInternalRef().
|
private |
在文件 docparser.h 第 930 行定义.
被这些函数引用 DocInternalRef() , 以及 file().
|
private |
在文件 docparser.h 第 931 行定义.
被这些函数引用 relPath().