Module implementing an UML like class widget.
ClassModel | Class implementing the class model. |
ClassWidget | Class implementing an UML like class widget. |
None |
Class implementing the class model.
ClassModel | Constructor |
addAttribute | Method to add an attribute to the class model. |
addMethod | Method to add a method to the class model. |
getAttributes | Method to retrieve the attributes of the class. |
getMethods | Method to retrieve the methods of the class. |
getName | Method to retrieve the class name. |
Constructor
Method to add an attribute to the class model.
Method to add a method to the class model.
Method to retrieve the attributes of the class.
Method to retrieve the methods of the class.
Method to retrieve the class name.
Class implementing an UML like class widget.
ClassWidget | Constructor |
calculateSize | Method to calculate the size of the class widget. |
drawShape | Overriden method to draw the shape. |
isExternal | Method returning the external state. |
setModel | Method to set the class model. |
Constructor
Method to calculate the size of the class widget.
Overriden method to draw the shape.
Method returning the external state.
Method to set the class model.