Doxygen
|
Node representing a simple list 更多...
#include <docparser.h>
Public 成员函数 | |
DocSimpleList (DocParser &parser, DocNode *parent) | |
Kind | kind () const override |
int | parse () |
Public 成员函数 继承自 CompAccept< DocSimpleList > | |
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 |
Node representing a simple list
在文件 docparser.h 第 1082 行定义.
|
inlineoverridevirtual |
Returns the kind of node. Provides runtime type information
实现了 DocNode.
在文件 docparser.h 第 1086 行定义.
int DocSimpleList::parse | ( | ) |
在文件 docparser.cpp 第 4249 行定义.
引用了 CompAccept< DocSimpleList >::m_children, DocNode::m_parser, DocSimpleListItem::parse(), RetVal_ListItem, RetVal_OK , 以及 TK_NEWPARA.
被这些函数引用 DocPara::handleCommand().