Doxygen
|
#include <cstdlib>
#include <cassert>
#include <sstream>
#include <algorithm>
#include "config.h"
#include "dot.h"
#include "dotrunner.h"
#include "dotfilepatcher.h"
#include "util.h"
#include "portable.h"
#include "message.h"
#include "doxygen.h"
#include "language.h"
#include "index.h"
#include "dir.h"
宏定义 | |
#define | MAP_CMD "cmapx" |
函数 | |
static void | setDotFontPath (const QCString &path) |
static void | unsetDotFontPath () |
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) |
变量 | |
static QCString | g_dotFontPath |
|
static |
|
static |
引用了 g_dotFontPath, QCString::isEmpty(), Portable::setenv() , 以及 Portable::unsetenv().
被这些函数引用 DotManager::run().
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().
|
static |
被这些函数引用 setDotFontPath() , 以及 unsetDotFontPath().