|
Doxygen
|
#include <cassert>#include <cmath>#include <gunzip.hh>#include "dotrunner.h"#include "util.h"#include "portable.h"#include "dot.h"#include "message.h"#include "config.h"#include "dir.h"#include "doxygen.h"Go to the source code of this file.
Macros | |
| #define | MAX_LATEX_GRAPH_INCH 150 |
| #define | MAX_LATEX_GRAPH_SIZE (MAX_LATEX_GRAPH_INCH * 72) |
| #define | DBG(x) |
Functions | |
| static void | checkPngResult (const QCString &imgName) |
| static bool | resetPDFSize (const int width, const int height, const QCString &base) |
| QCString | getBaseNameOfOutput (const QCString &output) |
| #define DBG | ( | x | ) |
Definition at line 63 of file dotrunner.cpp.
Referenced by reg::Ex::match(), reg::Ex::Private::matchAt(), and DotRunner::readBoundingBox().
| #define MAX_LATEX_GRAPH_INCH 150 |
Definition at line 59 of file dotrunner.cpp.
Referenced by resetPDFSize().
| #define MAX_LATEX_GRAPH_SIZE (MAX_LATEX_GRAPH_INCH * 72) |
Definition at line 60 of file dotrunner.cpp.
Referenced by DotRunner::run().
|
static |
Definition at line 69 of file dotrunner.cpp.
References err, and Portable::fopen().
Referenced by DotRunner::run().
Definition at line 283 of file dotrunner.cpp.
References QCString::findRev(), and QCString::left().
Referenced by DotRunner::run().
|
static |
Definition at line 97 of file dotrunner.cpp.
References err, FALSE, MAX_LATEX_GRAPH_INCH, Portable::openInputStream(), Portable::openOutputStream(), Dir::remove(), Dir::rename(), QCString::str(), and TRUE.
Referenced by DotRunner::run().