|
Doxygen
|
#include <cassert>#include "dotrunner.h"#include "util.h"#include "portable.h"#include "dot.h"#include "message.h"#include "config.h"#include "dir.h"
dotrunner.cpp 的引用(Include)关系图:宏定义 | |
| #define | MAX_LATEX_GRAPH_INCH 150 |
| #define | MAX_LATEX_GRAPH_SIZE (MAX_LATEX_GRAPH_INCH * 72) |
函数 | |
| static void | checkPngResult (const QCString &imgName) |
| static bool | resetPDFSize (const int width, const int height, const QCString &base) |
| QCString | getBaseNameOfOutput (const QCString &output) |
| #define MAX_LATEX_GRAPH_INCH 150 |
在文件 dotrunner.cpp 第 29 行定义.
| #define MAX_LATEX_GRAPH_SIZE (MAX_LATEX_GRAPH_INCH * 72) |
在文件 dotrunner.cpp 第 30 行定义.
|
static |
在文件 dotrunner.cpp 第 36 行定义.
引用了 err(), Portable::fclose(), Portable::fopen() , 以及 qPrint().
被这些函数引用 DotRunner::run().
在文件 dotrunner.cpp 第 165 行定义.
引用了 QCString::findRev() , 以及 QCString::left().
被这些函数引用 DotRunner::run().
|
static |
在文件 dotrunner.cpp 第 65 行定义.
引用了 err(), FALSE, MAX_LATEX_GRAPH_INCH, qPrint(), Dir::remove(), Dir::rename(), QCString::str() , 以及 TRUE.
被这些函数引用 DotRunner::run().