|
ISLEman
|
Class represeting the tree layout for the built-in class diagram. More...
Public Member Functions | |
| TreeDiagram (ClassDef *root, bool doBases) | |
| void | computeLayout () |
| uint | computeRows () |
| void | moveChildren (DiagramItem *root, int dx) |
| void | computeExtremes (uint *labelWidth, uint *xpos) |
| 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 (FTextStream &t, Image *image, bool doBase, bool bitmap, uint baseRows, uint superRows, uint cellWidth, uint cellheight) |
Public Member Functions inherited from QList< DiagramRow > | |
| QList (const QList< DiagramRow > &l) | |
| QList< DiagramRow > & | operator= (const QList< DiagramRow > &l) |
| bool | operator== (const QList< DiagramRow > &list) const |
| uint | count () const |
| bool | isEmpty () const |
| bool | insert (uint i, const DiagramRow *d) |
| void | inSort (const DiagramRow *d) |
| void | prepend (const DiagramRow *d) |
| void | append (const DiagramRow *d) |
| bool | remove (uint i) |
| bool | remove (const DiagramRow *d) |
| bool | removeRef (const DiagramRow *d) |
| bool | removeFirst () |
| bool | removeLast () |
| DiagramRow * | take (uint i) |
| void | clear () |
| void | sort () |
| int | find (const DiagramRow *d) const |
| int | findRef (const DiagramRow *d) const |
| uint | contains (const DiagramRow *d) const |
| uint | containsRef (const DiagramRow *d) const |
| DiagramRow * | at (uint i) const |
| DiagramRow * | getFirst () const |
| DiagramRow * | getLast () const |
| void | setAutoDelete (bool enable) |
Class represeting the tree layout for the built-in class diagram.
1.8.12