The DotDirDeps
Class Reference
Representation of an directory dependency graph. More...
Declaration
Included Headers
Base class
class | DotGraph |
A dot graph. More... | |
Public Constructors Index
DotDirDeps (const DirDef *dir) | |
Public Destructor Index
~DotDirDeps () override | |
Public Member Functions Index
bool | isTrivial () const |
QCString | writeGraph (TextStream &out, GraphOutputFormat gf, EmbeddedOutputFormat ef, const QCString &path, const QCString &fileName, const QCString &relPath, bool writeImageMap=TRUE, int graphId=-1, bool linkRelations=TRUE) |
Protected Member Functions Index
QCString | getBaseName () const override |
QCString | getMapLabel () const override |
void | computeTheGraph () override |
QCString | getImgAltText () const override |
Private Member Attributes Index
const DirDef * | m_dir = nullptr |
bool | m_linkRelations = false |
Description
Representation of an directory dependency graph.
Definition at line 25 of file dotdirdeps.h.
Public Constructors
DotDirDeps()
|
Declaration at line 28 of file dotdirdeps.h, definition at line 403 of file dotdirdeps.cpp.
Reference m_dir.
Public Destructor
~DotDirDeps()
|
Declaration at line 29 of file dotdirdeps.h, definition at line 407 of file dotdirdeps.cpp.
Public Member Functions
isTrivial()
|
Declaration at line 32 of file dotdirdeps.h, definition at line 447 of file dotdirdeps.cpp.
Reference m_dir.
Referenced by DirDefImpl::writeDirectoryGraph.
writeGraph()
|
Declaration at line 33 of file dotdirdeps.h, definition at line 438 of file dotdirdeps.cpp.
References m_linkRelations, DotGraph::m_urlOnly, TRUE and DotGraph::writeGraph.
Referenced by DocbookGenerator::endDirDepGraph, HtmlGenerator::endDirDepGraph, LatexGenerator::endDirDepGraph and RTFGenerator::endDirDepGraph.
Protected Member Functions
computeTheGraph()
| protected virtual |
Declaration at line 46 of file dotdirdeps.h, definition at line 417 of file dotdirdeps.cpp.
References m_dir, m_linkRelations, DotGraph::m_theGraph, TextStream::str, writeDotDirDepGraph, DotGraph::writeGraphFooter and DotGraph::writeGraphHeader.
getBaseName()
| protected virtual |
Declaration at line 44 of file dotdirdeps.h, definition at line 411 of file dotdirdeps.cpp.
Reference m_dir.
getImgAltText()
| protected virtual |
Declaration at line 47 of file dotdirdeps.h, definition at line 433 of file dotdirdeps.cpp.
References convertToXML and m_dir.
getMapLabel()
| protected virtual |
Declaration at line 45 of file dotdirdeps.h, definition at line 428 of file dotdirdeps.cpp.
References escapeCharsInString, FALSE and DotGraph::m_baseName.
Private Member Attributes
m_dir
|
Definition at line 50 of file dotdirdeps.h.
Referenced by computeTheGraph, DotDirDeps, getBaseName, getImgAltText and isTrivial.
m_linkRelations
|
Definition at line 52 of file dotdirdeps.h.
Referenced by computeTheGraph and writeGraph.
The documentation for this class was generated from the following files:
Generated via doxygen2docusaurus by Doxygen 1.14.0.