umbrello/petaltree2uml.cpp
- In function handleAssocView(), - Add support for attribute "roleview_list"; - Produce precise uError() message on errors decoding supplier/client. - In function umbrellify(), - At objType "Class_Category" add missing parentPkg->addObject(o). - At objTypes "Class" and "UseCase", - Use Object_Factory instead of Import_Utils for createUMLObject(); - Add missing parentPkg->addObject(o). - At objType "Association" add missing assoc->setUMLPackage(parentPkg). - At objTypes "ClassDiagram" and "UseCaseDiagram" loop over `atts', - At objTypes "CategoryView" / "ClassView" / "UseCaseView" use default values for attributes "width" and "height" when not found; - Support objType "AssociationViewNew"; - At objType "NoteView" add an artificial "quidu" attribute onto `attr'. - In function petalTree2Uml() use Object_Factory instead of Import_Utils for createUMLObject().
Please register or sign in to comment