Doxygen
|
Node representing a word 更多...
#include <docparser.h>
Public 成员函数 | |
DocWord (DocParser &parser, DocNode *parent, const QCString &word) | |
QCString | word () const |
Kind | kind () const override |
void | accept (DocVisitor *v) override |
Public 成员函数 继承自 DocNode | |
DocNode (DocParser &parser) | |
virtual | ~DocNode () |
DocNode * | parent () const |
void | setParent (DocNode *parent) |
bool | isPreformatted () const |
Private 属性 | |
QCString | m_word |
Node representing a word
在文件 docparser.h 第 217 行定义.
|
inlineoverridevirtual |
Acceptor function for node visitors. Part of the visitor pattern.
v | Abstract visitor. |
实现了 DocNode.
在文件 docparser.h 第 223 行定义.
引用了 DocVisitor::visit().
|
inlineoverridevirtual |
Returns the kind of node. Provides runtime type information
实现了 DocNode.
在文件 docparser.h 第 222 行定义.
引用了 DocNode::Kind_Word.
|
inline |
|
private |
在文件 docparser.h 第 226 行定义.
被这些函数引用 word().