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