|
Doxygen
|
Representation of a legend explaining the meaning of boxes, arrows, and colors. More...
#include <src/dotlegendgraph.h>
Public Member Functions | |
| void | writeGraph (const DString &path) |
| Public Member Functions inherited from DotGraph | |
| DotGraph () | |
| virtual | ~DotGraph ()=default |
Private Member Functions | |
| DString | getBaseName () const override |
| void | computeTheGraph () override |
| DString | getMapLabel () const override |
Additional Inherited Members | |
| Protected Member Functions inherited from DotGraph | |
| int | getNextNodeNumber () |
| returns the node number. | |
| int | getNextEdgeNumber () |
| returns the edge number. | |
| DString | writeGraph (TextStream &t, GraphOutputFormat gf, EmbeddedOutputFormat ef, const DString &path, const DString &fileName, const DString &relPath, bool writeImageMap=true, int graphId=-1) |
| virtual DString | absMapName () const |
| virtual DString | getImgAltText () const |
| DString | absBaseName () const |
| DString | absDotName () const |
| DString | imgName () const |
| DString | absImgName () const |
| DString | relImgName () const |
| Static Protected Member Functions inherited from DotGraph | |
| static void | writeGraphHeader (TextStream &t, const DString &title=DString()) |
| static void | writeGraphFooter (TextStream &t) |
| static void | computeGraph (DotNode *root, GraphType gt, GraphOutputFormat format, const DString &rank, bool renderParents, bool backArrows, const DString &title, DString &graphStr) |
| Protected Attributes inherited from DotGraph | |
| GraphOutputFormat | m_graphFormat = GraphOutputFormat::BITMAP |
| EmbeddedOutputFormat | m_textFormat = EmbeddedOutputFormat::Html |
| Dir | m_dir |
| DString | m_fileName |
| DString | m_relPath |
| bool | m_generateImageMap = false |
| int | m_graphId = 0 |
| DString | m_absPath |
| DString | m_baseName |
| DString | m_theGraph |
| bool | m_regenerate = false |
| bool | m_doNotAddImageToIndex = false |
| bool | m_noDivTag = false |
| bool | m_zoomable = true |
| bool | m_urlOnly = false |
Representation of a legend explaining the meaning of boxes, arrows, and colors.
Definition at line 23 of file dotlegendgraph.h.
|
overrideprivatevirtual |
Implements DotGraph.
Definition at line 46 of file dotlegendgraph.cpp.
References BITMAP, CallGraph, DotGraph::DotNode, DotGraph::m_theGraph, DotNode::placeholderUrl, TextStream::str(), theTranslator, Translator::trLegendTitle(), DotGraph::writeGraphFooter(), and DotGraph::writeGraphHeader().
|
overrideprivatevirtual |
Implements DotGraph.
Definition at line 41 of file dotlegendgraph.cpp.
|
overrideprivatevirtual |
| void DotLegendGraph::writeGraph | ( | const DString & | path | ) |
Definition at line 28 of file dotlegendgraph.cpp.
References DotGraph::absBaseName(), DotGraph::absImgName(), BITMAP, Config_getString, DString::DString(), getDotImageExtension(), Html, DotManager::instance(), and DotGraph::writeGraph().