|
Doxygen
|
Node representing a parameter section 更多...
#include <docparser.h>
类 DocParamSect 继承关系图:
DocParamSect 的协作图:Public 成员函数 | |
| DocParamSect (DocParser &parser, DocNode *parent, Type t) | |
| int | parse (const QCString &cmdName, bool xmlContext, Direction d) |
| Kind | kind () const override |
| Type | type () const |
| bool | hasInOutSpecifier () const |
| bool | hasTypeSpecifier () const |
Public 成员函数 继承自 CompAccept< DocParamSect > | |
| 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 |
Private 属性 | |
| Type | m_type = Unknown |
| bool | m_hasInOutSpecifier = false |
| bool | m_hasTypeSpecifier = false |
友元 | |
| class | DocParamList |
额外继承的成员函数 | |
Protected 类型 继承自 DocNode | |
| enum | RefType { Unknown, Anchor, Section, Table } |
Protected 成员函数 继承自 DocNode | |
| void | setInsidePreformatted (bool p) |
Protected 属性 继承自 CompAccept< DocParamSect > | |
| DocNodeList | m_children |
Protected 属性 继承自 DocNode | |
| DocNode * | m_parent = 0 |
| DocParser & | m_parser |
Node representing a parameter section
在文件 docparser.h 第 1150 行定义.
| 枚举值 | |
|---|---|
| In | |
| Out | |
| InOut | |
| Unspecified | |
在文件 docparser.h 第 1158 行定义.
| enum DocParamSect::Type |
| 枚举值 | |
|---|---|
| Unknown | |
| Param | |
| RetVal | |
| Exception | |
| TemplateParam | |
在文件 docparser.h 第 1154 行定义.
在文件 docparser.h 第 1162 行定义.
引用了 DocNode::m_parent , 以及 DocNode::parent().
|
inline |
|
inline |
在文件 docparser.h 第 1169 行定义.
引用了 m_hasTypeSpecifier.
被这些函数引用 HtmlDocVisitor::visitPre(), DocbookDocVisitor::visitPre(), LatexDocVisitor::visitPre() , 以及 RTFDocVisitor::visitPre().
|
inlineoverridevirtual |
Returns the kind of node. Provides runtime type information
实现了 DocNode.
在文件 docparser.h 第 1166 行定义.
在文件 docparser.cpp 第 4672 行定义.
引用了 ASSERT, DBG, DocParamList, FALSE, DocNode::Kind_ParamList, CompAccept< DocParamSect >::m_children, m_hasInOutSpecifier, DocNode::m_parser, m_type, DocParamList::markFirst(), DocParamList::markLast(), DocParamList::parse(), DocParamList::parseXml(), RetVal_EndParBlock, RetVal_OK, TRUE , 以及 Unspecified.
被这些函数引用 DocPara::handleParamSection().
|
inline |
在文件 docparser.h 第 1167 行定义.
引用了 m_type.
被这些函数引用 LatexDocVisitor::visitPost(), RTFDocVisitor::visitPost(), HtmlDocVisitor::visitPre(), DocbookDocVisitor::visitPre(), LatexDocVisitor::visitPre(), RTFDocVisitor::visitPre(), ManDocVisitor::visitPre(), XmlDocVisitor::visitPre() , 以及 PerlModDocVisitor::visitPre().
|
friend |
在文件 docparser.h 第 1152 行定义.
被这些函数引用 parse().
|
private |
在文件 docparser.h 第 1173 行定义.
被这些函数引用 hasInOutSpecifier() , 以及 parse().
|
private |
在文件 docparser.h 第 1174 行定义.
被这些函数引用 hasTypeSpecifier().
在文件 docparser.h 第 1172 行定义.