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 53 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 49 of file dotrunner.cpp.
Referenced by resetPDFSize().
#define MAX_LATEX_GRAPH_SIZE (MAX_LATEX_GRAPH_INCH * 72) |
Definition at line 50 of file dotrunner.cpp.
Referenced by DotRunner::run().
|
static |
Definition at line 59 of file dotrunner.cpp.
References err, Portable::fopen(), and qPrint().
Referenced by DotRunner::run().
Definition at line 274 of file dotrunner.cpp.
References QCString::findRev(), and QCString::left().
Referenced by DotRunner::run().
|
static |
Definition at line 88 of file dotrunner.cpp.
References err, FALSE, MAX_LATEX_GRAPH_INCH, Portable::openInputStream(), Portable::openOutputStream(), qPrint(), Dir::remove(), Dir::rename(), QCString::str(), and TRUE.
Referenced by DotRunner::run().