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

Class representing a single node in the built-in class diagram. More...

Public Member Functions

 DiagramItem (DiagramItem *p, int number, ClassDef *cd, Protection prot, Specifier virt, const char *ts)
 
QCString label () const
 
QCString fileName () const
 
DiagramItemparentItem ()
 
DiagramItemListgetChildren ()
 
void move (int dx, int dy)
 
int xPos () const
 
int yPos () const
 
int avgChildPos () const
 
int numChildren () const
 
void addChild (DiagramItem *di)
 
int number () const
 
Protection protection () const
 
Specifier virtualness () const
 
void putInList ()
 
bool isInList () const
 
ClassDefgetClassDef () const
 

Detailed Description

Class representing a single node in the built-in class diagram.


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