|
Doxygen
|
#include <map>#include "qcstring.h"#include "dotgraph.h"#include "dotfilepatcher.h"#include "dotrunner.h"
dot.h 的引用(Include)关系图:
此图展示该文件直接或间接的被哪些文件引用了:类 | |
| class | DotManager |
| Singleton that manages parallel dot invocations and patching files for embedding image maps 更多... | |
函数 | |
| void | writeDotGraphFromFile (const QCString &inFile, const QCString &outDir, const QCString &outFile, GraphOutputFormat format, const QCString &srcFile, int srcLine) |
| void | writeDotImageMapFromFile (TextStream &t, const QCString &inFile, const QCString &outDir, const QCString &relPath, const QCString &baseName, const QCString &context, int graphId, const QCString &srcFile, int srcLine) |
| void writeDotGraphFromFile | ( | const QCString & | inFile, |
| const QCString & | outDir, | ||
| const QCString & | outFile, | ||
| GraphOutputFormat | format, | ||
| const QCString & | srcFile, | ||
| int | srcLine | ||
| ) |
引用了 Dir::absPath(), IndexList::addImageFile(), DotRunner::addJob(), Config_getBool, Config_getEnumAsString, Dir::exists(), getDotImageExtension(), GOF_BITMAP, Doxygen::indexList, DotRunner::preventCleanUp(), qPrint(), DotRunner::run(), QCString::str() , 以及 term().
被这些函数引用 DocbookDocVisitor::startDotFile(), LatexDocVisitor::startDotFile(), HtmlDocVisitor::writeDotFile(), RTFDocVisitor::writeDotFile() , 以及 DocbookDocVisitor::writeDotFile().
| void writeDotImageMapFromFile | ( | TextStream & | t, |
| const QCString & | inFile, | ||
| const QCString & | outDir, | ||
| const QCString & | relPath, | ||
| const QCString & | baseName, | ||
| const QCString & | context, | ||
| int | graphId, | ||
| const QCString & | srcFile, | ||
| int | srcLine | ||
| ) |
Writes user defined image map to the output.
| t | text stream to write to |
| inFile | just the basename part of the filename |
| outDir | output directory |
| relPath | relative path the to root of the output dir |
| baseName | the base name of the output files |
| context | the scope in which this graph is found (for resolving links) |
| graphId | a unique id for this graph, use for dynamic sections |
| srcFile | the source file |
| srcLine | the line number in the source file |
引用了 Dir::absPath(), DotRunner::addJob(), DotFilePatcher::addSVGConversion(), DotFilePatcher::convertMapFile(), TextStream::empty(), Dir::exists(), getDotImageExtension(), MAP_CMD, DotRunner::preventCleanUp(), qPrint(), Dir::remove(), DotFilePatcher::run(), DotRunner::run(), TextStream::str(), QCString::str(), term(), TRUE , 以及 DotFilePatcher::writeSVGFigureLink().
被这些函数引用 HtmlDocVisitor::writeDotFile().