[Uml-devel] branches/KDE/3.5/kdesdk/umbrello/umbrello

Oliver Kellogg okellogg at users.sourceforge.net
Sat Aug 27 11:16:57 UTC 2005


SVN commit 454002 by okellogg:

UMLClassifier::m_List: Move to UMLCanvasObject and change type to
 UMLObjectList.
UMLCanvasObject::m_AssocsList: Remove, use m_List instead.
UMLCanvasObject::findChildObject(Uml::Object_Type, const QString&): Return
 UMLObject*.  The rationale is that only operations are permitted to have
 the same name.
UMLClassifier::findOperations(): New. Assumes the function of the former
 UMLClassifierListItemList findChildObject(t, n) with t = Uml::ot_Operation.
UMLCanvasObject::findAssoc(Uml::IDType): Rename to findChildObjectById.
UMLClassifier::findChildObject(Uml::IDType): Likewise.
UMLEntity::findChildObject(Uml::Object_Type, const QString&): Remove, use same
 method from UMLCanvasObject instead.
UMLEnum::findChildObject(Uml::Object_Type, const QString&): Likewise.
UMLListView::::m_bIgnoreChildCreationSignal: Remove, use m_bCreatingChildObject
 instead.


 M  +45 -47    classifier.cpp  
 M  +4 -13     classifier.h  
 M  +2 -2      dialogs/umlattributedialog.cpp  
 M  +2 -2      dialogs/umlentityattributedialog.cpp  
 M  +2 -2      dialogs/umltemplatedialog.cpp  
 M  +7 -25     entity.cpp  
 M  +3 -12     entity.h  
 M  +7 -24     enum.cpp  
 M  +1 -10     enum.h  
 M  +3 -3      import_utils.cpp  
 M  +2 -2      messagewidget.cpp  
 M  +1 -1      model_utils.cpp  
 M  +56 -36    umlcanvasobject.cpp  
 M  +10 -8     umlcanvasobject.h  
 M  +3 -4      umldoc.cpp  
 M  +7 -11     umllistview.cpp  
 M  +2 -2      umllistview.h  
 M  +5 -5      umllistviewitem.cpp  






More information about the umbrello-devel mailing list