summaryrefslogtreecommitdiffstats
path: root/src/dot.h
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2001-07-15 17:11:26 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2001-07-15 17:11:26 (GMT)
commit89f2a610a5ca245dcc19dc7e95b49ff664c3b66a (patch)
treebc5400211360251f121d60efdd50b09f10db11d2 /src/dot.h
parentd5150cf4f1de010ad62f6de641532805ba81940a (diff)
downloadDoxygen-89f2a610a5ca245dcc19dc7e95b49ff664c3b66a.zip
Doxygen-89f2a610a5ca245dcc19dc7e95b49ff664c3b66a.tar.gz
Doxygen-89f2a610a5ca245dcc19dc7e95b49ff664c3b66a.tar.bz2
Release-1.2.8-20010715
Diffstat (limited to 'src/dot.h')
-rw-r--r--src/dot.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dot.h b/src/dot.h
index 296df0c..bfd518e 100644
--- a/src/dot.h
+++ b/src/dot.h
@@ -24,6 +24,7 @@ class ClassDef;
class FileDef;
class QTextStream;
class DotNodeList;
+class ClassSDict;
enum GraphOutputFormat { GIF , EPS };
@@ -105,6 +106,7 @@ class DotGfxHierarchyTable
private:
void addHierarchy(DotNode *n,ClassDef *cd,bool hide);
+ void addClassList(ClassSDict *cl);
QList<DotNode> *m_rootNodes;
QDict<DotNode> *m_usedNodes;