#include "qtbc.h"#include <stdio.h>#include <stdlib.h>#include <qlist.h>#include <qarray.h>#include <qtextstream.h>#include <qfile.h>#include "diagram.h"#include "image.h"#include "classdef.h"#include "config.h"#include "message.h"#include "util.h"#include "doxygen.h"#include "portable.h"Go to the source code of this file.
Functions | |
| void | clearVisitFlags () |
Variables | |
| const uint | maxTreeWidth = 8 |
| const int | gridWidth = 100 |
| const int | gridHeight = 100 |
| const uint | labelHorSpacing = 10 |
| const uint | labelVertSpacing = 32 |
| const uint | labelHorMargin = 6 |
| const uint | fontHeight = 12 |
| void clearVisitFlags | ( | ) |
Definition at line 930 of file diagram.cpp.
References Doxygen::classSDict, SDict< ClassDef >::Iterator, and ClassDef::visited.
Referenced by ClassDiagram::ClassDiagram().
| const uint fontHeight = 12 |
| const int gridHeight = 100 |
Definition at line 42 of file diagram.cpp.
Referenced by TreeDiagram::drawBoxes(), TreeDiagram::drawConnectors(), and DiagramRow::insertClass().
| const int gridWidth = 100 |
Definition at line 41 of file diagram.cpp.
Referenced by TreeDiagram::computeLayout(), TreeDiagram::drawBoxes(), TreeDiagram::drawConnectors(), DiagramRow::insertClass(), ClassDiagram::writeFigure(), and ClassDiagram::writeImage().
| const uint labelHorMargin = 6 |
| const uint labelHorSpacing = 10 |
Definition at line 44 of file diagram.cpp.
Referenced by TreeDiagram::drawBoxes(), TreeDiagram::drawConnectors(), and ClassDiagram::writeImage().
| const uint labelVertSpacing = 32 |
Definition at line 45 of file diagram.cpp.
Referenced by TreeDiagram::drawBoxes(), TreeDiagram::drawConnectors(), and ClassDiagram::writeImage().
| const uint maxTreeWidth = 8 |
1.5.1