|
ISLEman
|
Helper class to run dot from doxygen. More...
#include <dot.h>
Classes | |
| struct | CleanupItem |
Public Member Functions | |
| DotRunner (const QCString &file, const QCString &fontPath, bool checkResult, const QCString &imageName=QCString()) | |
| Creates a runner for a dot file. More... | |
| void | addJob (const char *format, const char *output) |
| Adds an additional job to the run. More... | |
| void | addPostProcessing (const char *cmd, const char *args) |
| void | preventCleanUp () |
| bool | run () |
| Runs dot for all jobs added. More... | |
| const CleanupItem & | cleanup () const |
Helper class to run dot from doxygen.
| DotRunner::DotRunner | ( | const QCString & | file, |
| const QCString & | fontPath, | ||
| bool | checkResult, | ||
| const QCString & | imageName = QCString() |
||
| ) |
Creates a runner for a dot file.
| void DotRunner::addJob | ( | const char * | format, |
| const char * | output | ||
| ) |
Adds an additional job to the run.
Performing multiple jobs one file can be faster.
| bool DotRunner::run | ( | ) |
Runs dot for all jobs added.
1.8.12