ISLEman
Public Member Functions | List of all members
TreeDiagram Class Reference

Class represeting the tree layout for the built-in class diagram. More...

Inheritance diagram for TreeDiagram:
QList< DiagramRow > QGList

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 ()
 
DiagramRowtake (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
 
DiagramRowat (uint i) const
 
DiagramRowgetFirst () const
 
DiagramRowgetLast () const
 
void setAutoDelete (bool enable)
 

Detailed Description

Class represeting the tree layout for the built-in class diagram.


The documentation for this class was generated from the following file: