#include <dot.h>
Public Member Functions | |
| DotDirDeps (DirDef *dir) | |
| ~DotDirDeps () | |
| bool | isTrivial () const |
| QCString | writeGraph (QTextStream &out, GraphOutputFormat format, const char *path, const char *relPath, bool writeImageMap=TRUE) const |
Definition at line 238 of file dot.h.
| bool DotDirDeps::isTrivial | ( | ) | const |
Definition at line 2707 of file dot.cpp.
References DirDef::depGraphIsTrivial().
Referenced by DirDef::writeDocumentation().
| QCString DotDirDeps::writeGraph | ( | QTextStream & | out, | |
| GraphOutputFormat | format, | |||
| const char * | path, | |||
| const char * | relPath, | |||
| bool | writeImageMap = TRUE | |||
| ) | const |
Definition at line 2583 of file dot.cpp.
References DotRunner::addJob(), BITMAP, Config_getBool, Config_getEnum, convertToQCString(), DirDef::displayName(), EPS, err(), DirDef::getOutputFileBase(), MAP_CMD, portable_system(), DotRunner::run(), and DirDef::writeDepGraph().
Referenced by RTFGenerator::endDirDepGraph(), LatexGenerator::endDirDepGraph(), and HtmlGenerator::endDirDepGraph().
1.5.1