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