|
Doxygen
|
Node representing a separator 更多...
#include <docparser.h>
类 DocSeparator 继承关系图:
DocSeparator 的协作图:Public 成员函数 | |
| DocSeparator (DocParser &parser, DocNode *parent, const QCString &chars) | |
| Kind | kind () const override |
| QCString | chars () const |
| void | accept (DocVisitor *) override |
Public 成员函数 继承自 DocNode | |
| DocNode (DocParser &parser) | |
| virtual | ~DocNode () |
| DocNode * | parent () const |
| void | setParent (DocNode *parent) |
| bool | isPreformatted () const |
Private 属性 | |
| QCString | m_chars |
Node representing a separator
在文件 docparser.h 第 497 行定义.
在文件 docparser.h 第 500 行定义.
引用了 DocNode::m_parent , 以及 DocNode::parent().
|
inlineoverridevirtual |
Acceptor function for node visitors. Part of the visitor pattern.
| v | Abstract visitor. |
实现了 DocNode.
在文件 docparser.h 第 504 行定义.
|
inline |
|
inlineoverridevirtual |
Returns the kind of node. Provides runtime type information
实现了 DocNode.
在文件 docparser.h 第 502 行定义.
引用了 DocNode::Kind_Sep.
|
private |
在文件 docparser.h 第 506 行定义.
被这些函数引用 chars().