doxygen
|
Representation of a class inheritance or dependency graph. More...
#include <dotclassgraph.h>
Public Member Functions | |
DotClassGraph (const ClassDef *cd, GraphType t) | |
bool | isTrivial () const |
bool | isTooBig () const |
int | numNodes () const |
QCString | writeGraph (TextStream &t, GraphOutputFormat gf, EmbeddedOutputFormat ef, const QCString &path, const QCString &fileName, const QCString &relPath, bool TBRank=TRUE, bool imageMap=TRUE, int graphId=-1) |
void | writeXML (TextStream &t) |
void | writeDocbook (TextStream &t) |
void | writeDEF (TextStream &t) |
Protected Member Functions | |
virtual QCString | getBaseName () const |
virtual QCString | getMapLabel () const |
virtual void | computeTheGraph () |
virtual QCString | getImgAltText () const |
![]() | |
int | getNextNodeNumber () |
returns the node number. More... | |
int | getNextEdgeNumber () |
returns the edge number. More... | |
QCString | writeGraph (TextStream &t, GraphOutputFormat gf, EmbeddedOutputFormat ef, const QCString &path, const QCString &fileName, const QCString &relPath, bool writeImageMap=TRUE, int graphId=-1) |
virtual QCString | absMapName () const |
QCString | absBaseName () const |
QCString | absDotName () const |
QCString | imgName () const |
QCString | absImgName () const |
QCString | relImgName () const |
Additional Inherited Members | |
![]() | |
static void | writeGraphHeader (TextStream &t, const QCString &title=QCString()) |
static void | writeGraphFooter (TextStream &t) |
static void | computeGraph (DotNode *root, GraphType gt, GraphOutputFormat format, const QCString &rank, bool renderParents, bool backArrows, const QCString &title, QCString &graphStr) |
![]() | |
GraphOutputFormat | m_graphFormat = GOF_BITMAP |
EmbeddedOutputFormat | m_textFormat = EOF_Html |
Dir | m_dir |
QCString | m_fileName |
QCString | m_relPath |
bool | m_generateImageMap = false |
int | m_graphId = 0 |
QCString | m_absPath |
QCString | m_baseName |
QCString | 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 class inheritance or dependency graph.