|
Doxygen
|
Node representing a msc file 更多...
#include <docparser.h>
类 DocMscFile 继承关系图:
DocMscFile 的协作图:Public 成员函数 | |
| DocMscFile (DocParser &parser, DocNode *parent, const QCString &name, const QCString &context, const QCString &srcFile, int srcLine) | |
| Kind | kind () const override |
| bool | parse () |
Public 成员函数 继承自 DocDiagramFileBase< DocMscFile > | |
| DocDiagramFileBase (DocParser &parser, const QCString &name, const QCString &context, const QCString &srcFile, int srcLine) | |
| QCString | name () const |
| QCString | file () const |
| QCString | relPath () const |
| bool | hasCaption () const |
| QCString | width () const |
| QCString | height () const |
| QCString | context () const |
| QCString | srcFile () const |
| int | srcLine () const |
Public 成员函数 继承自 CompAccept< DocMscFile > | |
| 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 msc file
在文件 docparser.h 第 840 行定义.
| DocMscFile::DocMscFile | ( | DocParser & | parser, |
| DocNode * | parent, | ||
| const QCString & | name, | ||
| const QCString & | context, | ||
| const QCString & | srcFile, | ||
| int | srcLine | ||
| ) |
|
inlineoverridevirtual |
| bool DocMscFile::parse | ( | ) |
在文件 docparser.cpp 第 2754 行定义.
引用了 FileDef::absFilePath(), CMD_MSCFILE, DocParser::context, DocParser::defaultHandleTitleAndSize(), DocParserContext::fileName, findFileDef(), DocTokenizer::getLineNr(), CompAccept< DocMscFile >::m_children, DocDiagramFileBase< DocMscFile >::m_file, DocDiagramFileBase< DocMscFile >::m_height, DocDiagramFileBase< DocMscFile >::m_name, DocNode::m_parser, DocDiagramFileBase< DocMscFile >::m_width, Doxygen::mscFileNameLinkedMap, qPrint(), QCString::right(), showFileDefMatches(), DocParser::tokenizer , 以及 warn_doc_error().