Doxygen
|
Node representing a word that can be linked to something 更多...
#include <docparser.h>
Public 成员函数 | |
DocLinkedWord (DocParser &parser, DocNode *parent, const QCString &word, const QCString &ref, const QCString &file, const QCString &anchor, const QCString &tooltip) | |
QCString | word () const |
Kind | kind () const override |
QCString | file () const |
QCString | relPath () const |
QCString | ref () const |
QCString | anchor () const |
QCString | tooltip () const |
void | accept (DocVisitor *v) override |
![]() | |
DocNode (DocParser &parser) | |
virtual | ~DocNode () |
DocNode * | parent () const |
void | setParent (DocNode *parent) |
bool | isPreformatted () const |
Private 属性 | |
QCString | m_word |
QCString | m_ref |
QCString | m_file |
QCString | m_relPath |
QCString | m_anchor |
QCString | m_tooltip |
Node representing a word that can be linked to something
在文件 docparser.h 第 231 行定义.
DocLinkedWord::DocLinkedWord | ( | DocParser & | parser, |
DocNode * | parent, | ||
const QCString & | word, | ||
const QCString & | ref, | ||
const QCString & | file, | ||
const QCString & | anchor, | ||
const QCString & | tooltip | ||
) |
|
inlineoverridevirtual |
Acceptor function for node visitors. Part of the visitor pattern.
v | Abstract visitor. |
实现了 DocNode.
在文件 docparser.h 第 244 行定义.
引用了 DocVisitor::visit().
|
inline |
在文件 docparser.h 第 242 行定义.
引用了 m_anchor.
被这些函数引用 HtmlDocVisitor::visit(), DocbookDocVisitor::visit(), LatexDocVisitor::visit(), RTFDocVisitor::visit(), XmlDocVisitor::visit() , 以及 PerlModDocVisitor::visit().
|
inline |
在文件 docparser.h 第 239 行定义.
引用了 m_file.
被这些函数引用 HtmlDocVisitor::visit(), DocbookDocVisitor::visit(), LatexDocVisitor::visit(), RTFDocVisitor::visit(), XmlDocVisitor::visit() , 以及 PerlModDocVisitor::visit().
|
inlineoverridevirtual |
|
inline |
在文件 docparser.h 第 241 行定义.
引用了 m_ref.
被这些函数引用 HtmlDocVisitor::visit(), LatexDocVisitor::visit(), RTFDocVisitor::visit(), XmlDocVisitor::visit() , 以及 PerlModDocVisitor::visit().
|
inline |
|
inline |
|
inline |
|
private |
在文件 docparser.h 第 251 行定义.
被这些函数引用 anchor().
|
private |
在文件 docparser.h 第 249 行定义.
被这些函数引用 file().
|
private |
在文件 docparser.h 第 248 行定义.
被这些函数引用 ref().
|
private |
在文件 docparser.h 第 250 行定义.
被这些函数引用 relPath().
|
private |
在文件 docparser.h 第 252 行定义.
被这些函数引用 tooltip().
|
private |
在文件 docparser.h 第 247 行定义.
被这些函数引用 word().