#include <dot.h>
Public Member Functions | |
| DotInclDepGraph (FileDef *fd, bool inverse) | |
| ~DotInclDepGraph () | |
| QCString | writeGraph (QTextStream &t, GraphOutputFormat f, const char *path, const char *relPath, bool writeImageMap=TRUE) const |
| bool | isTrivial () const |
| bool | isTooBig () const |
| QCString | diskName () const |
| void | writeXML (QTextStream &t) |
Definition at line 186 of file dot.h.
| DotInclDepGraph::DotInclDepGraph | ( | FileDef * | fd, | |
| bool | inverse | |||
| ) |
Definition at line 2100 of file dot.cpp.
References FileDef::absFilePath(), Config_getInt, FileDef::docName(), FileDef::getFileBase(), Definition::getReference(), and DotNode::setDistance().
| QCString DotInclDepGraph::writeGraph | ( | QTextStream & | t, | |
| GraphOutputFormat | f, | |||
| const char * | path, | |||
| const char * | relPath, | |||
| bool | writeImageMap = TRUE | |||
| ) | const |
Definition at line 2146 of file dot.cpp.
References DotRunner::addJob(), BITMAP, Config_getBool, Config_getEnum, convertNameToFile(), convertToQCString(), DotNode::Dependency, EPS, err(), DotNode::m_label, MAP_CMD, portable_system(), and DotRunner::run().
Referenced by RTFGenerator::endInclDepGraph(), LatexGenerator::endInclDepGraph(), and HtmlGenerator::endInclDepGraph().
| bool DotInclDepGraph::isTrivial | ( | ) | const |
Definition at line 2268 of file dot.cpp.
References DotNode::m_children.
Referenced by FileDef::writeDocumentation().
| bool DotInclDepGraph::isTooBig | ( | ) | const |
Definition at line 2273 of file dot.cpp.
References Config_getInt, and DotNode::m_children.
Referenced by FileDef::writeDocumentation().
| QCString DotInclDepGraph::diskName | ( | ) | const |
| void DotInclDepGraph::writeXML | ( | QTextStream & | t | ) |
1.5.1