Doxygen
|
Node representing a separator between two simple sections of the same type. 更多...
#include <docparser.h>
Public 成员函数 | |
DocSimpleSectSep (DocParser &parser, DocNode *parent) | |
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 |
Node representing a separator between two simple sections of the same type.
在文件 docparser.h 第 1139 行定义.
在文件 docparser.h 第 1142 行定义.
引用了 DocNode::m_parent , 以及 DocNode::parent().
|
inlineoverridevirtual |
Acceptor function for node visitors. Part of the visitor pattern.
v | Abstract visitor. |
实现了 DocNode.
在文件 docparser.h 第 1144 行定义.
引用了 DocVisitor::visit().
|
inlineoverridevirtual |
Returns the kind of node. Provides runtime type information
实现了 DocNode.
在文件 docparser.h 第 1143 行定义.