#include <dot.h>
Classes | |
| struct | CleanupItem |
Public Member Functions | |
| DotRunner (const QCString &file, const QCString &fontPath, bool checkResult, const QCString &imageName=QCString()) | |
| void | addJob (const char *format, const char *output) |
| void | addPostProcessing (const char *cmd, const char *args) |
| void | preventCleanUp () |
| bool | run () |
| const CleanupItem & | cleanup () const |
| DotRunner::DotRunner | ( | const QCString & | file, |
| const QCString & | fontPath, | ||
| bool | checkResult, | ||
| const QCString & | imageName = QCString() |
||
| ) |
| void DotRunner::addJob | ( | const char * | format, |
| const char * | output | ||
| ) |
Adds an additional job to the run. Performing multiple jobs one file can be faster.
Definition at line 807 of file dot.cpp.
| void DotRunner::addPostProcessing | ( | const char * | cmd, |
| const char * | args | ||
| ) |
|
inline |
| bool DotRunner::run | ( | ) |
Runs dot for all jobs added.
Definition at line 819 of file dot.cpp.
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
1.8.11