ISLEman
Classes | Public Member Functions | List of all members
DotRunner Class Reference

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 CleanupItemcleanup () const
 

Detailed Description

Helper class to run dot from doxygen.

Constructor & Destructor Documentation

§ DotRunner()

DotRunner::DotRunner ( const QCString file,
const QCString fontPath,
bool  checkResult,
const QCString imageName = QCString() 
)

Creates a runner for a dot file.

Member Function Documentation

§ addJob()

void DotRunner::addJob ( const char *  format,
const char *  output 
)

Adds an additional job to the run.

Performing multiple jobs one file can be faster.

§ run()

bool DotRunner::run ( )

Runs dot for all jobs added.


The documentation for this class was generated from the following files: