|
Doxygen
|
Node representing a simple section 更多...
#include <docparser.h>
类 DocSimpleSect 继承关系图:
DocSimpleSect 的协作图:Public 成员函数 | |
| DocSimpleSect (DocParser &parser, DocNode *parent, Type t) | |
| virtual | ~DocSimpleSect () |
| Kind | kind () const override |
| Type | type () const |
| QCString | typeString () const |
| void | accept (DocVisitor *v) override |
| int | parse (bool userTitle, bool needsSeparator) |
| int | parseRcs () |
| int | parseXml () |
| void | appendLinkWord (const QCString &word) |
| bool | hasTitle () const |
Public 成员函数 继承自 CompAccept< DocSimpleSect > | |
| 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 |
| DocTitle * | m_title = 0 |
额外继承的成员函数 | |
Protected 类型 继承自 DocNode | |
| enum | RefType { Unknown, Anchor, Section, Table } |
Protected 成员函数 继承自 DocNode | |
| void | setInsidePreformatted (bool p) |
Protected 属性 继承自 CompAccept< DocSimpleSect > | |
| DocNodeList | m_children |
Protected 属性 继承自 DocNode | |
| DocNode * | m_parent = 0 |
| DocParser & | m_parser |
Node representing a simple section
在文件 docparser.h 第 1111 行定义.
| enum DocSimpleSect::Type |
| 枚举值 | |
|---|---|
| Unknown | |
| See | |
| Return | |
| Author | |
| Authors | |
| Version | |
| Since | |
| Date | |
| Note | |
| Warning | |
| Copyright | |
| Pre | |
| Post | |
| Invar | |
| Remark | |
| Attention | |
| User | |
| Rcs | |
在文件 docparser.h 第 1114 行定义.
|
virtual |
|
overridevirtual |
Acceptor function for node visitors. Part of the visitor pattern.
| v | Abstract visitor. |
实现了 DocNode.
在文件 docparser.cpp 第 4383 行定义.
引用了 CompAccept< T >::accept(), CompAccept< DocSimpleSect >::m_children, m_title, DocVisitor::visitPost() , 以及 DocVisitor::visitPre().
| void DocSimpleSect::appendLinkWord | ( | const QCString & | word | ) |
|
inline |
在文件 docparser.h 第 1129 行定义.
引用了 DocTitle::hasTitle() , 以及 m_title.
被这些函数引用 DocbookDocVisitor::visitPost() , 以及 DocbookDocVisitor::visitPre().
|
inlineoverridevirtual |
Returns the kind of node. Provides runtime type information
实现了 DocNode.
在文件 docparser.h 第 1121 行定义.
| int DocSimpleSect::parse | ( | bool | userTitle, |
| bool | needsSeparator | ||
| ) |
| int DocSimpleSect::parseRcs | ( | ) |
在文件 docparser.cpp 第 4425 行定义.
引用了 DocParser::context, DBG, DocParser::internalValidatingParseDoc(), CompAccept< DocSimpleSect >::m_children, DocNode::m_parser, m_title, TokenInfo::name, DocTitle::parseFromString(), DocParser::popContext(), DocParser::pushContext(), RetVal_OK, TokenInfo::text , 以及 DocParserContext::token.
被这些函数引用 DocPara::parse().
| int DocSimpleSect::parseXml | ( | ) |
|
inline |
在文件 docparser.h 第 1122 行定义.
引用了 m_type.
被这些函数引用 DocbookDocVisitor::visitPost(), LatexDocVisitor::visitPost(), RTFDocVisitor::visitPost(), PrintDocVisitor::visitPost(), DocbookDocVisitor::visitPre(), HtmlDocVisitor::visitPre(), LatexDocVisitor::visitPre(), RTFDocVisitor::visitPre(), ManDocVisitor::visitPre(), XmlDocVisitor::visitPre() , 以及 PerlModDocVisitor::visitPre().
| QCString DocSimpleSect::typeString | ( | ) | const |
|
private |
在文件 docparser.h 第 1133 行定义.
被这些函数引用 accept(), DocSimpleSect(), hasTitle(), parse(), parseRcs() , 以及 ~DocSimpleSect().
在文件 docparser.h 第 1132 行定义.
被这些函数引用 type() , 以及 typeString().