diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2010-05-07 19:37:33 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2010-05-07 19:37:33 (GMT) |
commit | 0fb3f32dfd7ac31a2677d76647700cd3fb730ef6 (patch) | |
tree | 58636054e8f52c5851109b908053cc4da26b060a /src/diagram.h | |
parent | 600fbfb8b03442ff97f4fb94964b2e0e11d14bd4 (diff) | |
download | Doxygen-0fb3f32dfd7ac31a2677d76647700cd3fb730ef6.zip Doxygen-0fb3f32dfd7ac31a2677d76647700cd3fb730ef6.tar.gz Doxygen-0fb3f32dfd7ac31a2677d76647700cd3fb730ef6.tar.bz2 |
Release-1.6.3-20100507
Diffstat (limited to 'src/diagram.h')
-rw-r--r-- | src/diagram.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/diagram.h b/src/diagram.h index 96a0658..1d1bde9 100644 --- a/src/diagram.h +++ b/src/diagram.h @@ -25,6 +25,7 @@ class TreeDiagram; class ClassDiagram; class DiagramItemList; class Image; +class FTextStream; class DiagramItem { @@ -101,13 +102,13 @@ class TreeDiagram : public QList<DiagramRow> //uint computeCols(); void moveChildren(DiagramItem *root,int dx); void computeExtremes(uint *labelWidth,uint *xpos); - void drawBoxes(QTextStream &t,Image *image, + void drawBoxes(FTextStream &t,Image *image, bool doBase,bool bitmap, uint baseRows,uint superRows, uint cellWidth,uint cellHeight, QCString relPath="", bool generateMap=TRUE); - void drawConnectors(QTextStream &t,Image *image, + void drawConnectors(FTextStream &t,Image *image, bool doBase,bool bitmap, uint baseRows,uint superRows, uint cellWidth,uint cellheight); @@ -122,9 +123,9 @@ class ClassDiagram public: ClassDiagram(ClassDef *root); ~ClassDiagram(); - void writeFigure(QTextStream &t,const char *path, + void writeFigure(FTextStream &t,const char *path, const char *file) const; - void writeImage(QTextStream &t,const char *path,const char *relPath, + void writeImage(FTextStream &t,const char *path,const char *relPath, const char *file,bool generateMap=TRUE) const; private: TreeDiagram *base; |