diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2001-06-17 15:02:31 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2001-06-17 15:02:31 (GMT) |
commit | d5150cf4f1de010ad62f6de641532805ba81940a (patch) | |
tree | 4174efd197ffb98e336e31881c5c95fa3e09cbcc /src/dot.h | |
parent | df80e2787c543a3b48f775fbd5c18723abe64a07 (diff) | |
download | Doxygen-d5150cf4f1de010ad62f6de641532805ba81940a.zip Doxygen-d5150cf4f1de010ad62f6de641532805ba81940a.tar.gz Doxygen-d5150cf4f1de010ad62f6de641532805ba81940a.tar.bz2 |
Release-1.2.8-20010617
Diffstat (limited to 'src/dot.h')
-rw-r--r-- | src/dot.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -119,7 +119,7 @@ class DotClassGraph DotClassGraph(ClassDef *cd,GraphType t,int maxRecusionDepth=1000); ~DotClassGraph(); bool isTrivial() const; - void writeGraph(QTextStream &t,GraphOutputFormat f,const char *path, + QCString writeGraph(QTextStream &t,GraphOutputFormat f,const char *path, bool TBRank=TRUE,bool imageMap=TRUE); QCString diskName() const; @@ -142,7 +142,7 @@ class DotInclDepGraph public: DotInclDepGraph(FileDef *fd,bool inverse=FALSE); ~DotInclDepGraph(); - void writeGraph(QTextStream &t, GraphOutputFormat f,const char *path, + QCString writeGraph(QTextStream &t, GraphOutputFormat f,const char *path, bool writeImageMap=TRUE); bool isTrivial() const; QCString diskName() const; |