[Uml-devel] kdesdk/umbrello/umbrello
Oliver Kellogg
okellogg at users.sourceforge.net
Sun Dec 21 16:05:00 UTC 2003
CVS commit by okellogg:
UMLClassifier::find{Super,Sub}ClassConcepts: Remove the doc arg.
UMLClassifier::{loadFrom,saveTo}XMI: Made them non-abstract,
they can already implement the load/save of UMLInterfaces.
UMLCanvasObject::get{Super,Sub}Classes: Supplant getGeneralizations().
This prepares for implementing the uml13.dtd defined attribute
"generalization".
M +3 -8 class.cpp 1.25
M +106 -94 classifier.cpp 1.23
M +12 -16 classifier.h 1.19
M +0 -40 interface.cpp 1.13
M +2 -8 interface.h 1.13
M +44 -3 umlcanvasobject.cpp 1.15
M +15 -9 umlcanvasobject.h 1.12
M +5 -8 codegenerators/adawriter.cpp 1.16
M +3 -5 codegenerators/aswriter.cpp 1.10
M +4 -7 codegenerators/classifierinfo.cpp 1.4
M +1 -2 codegenerators/classifierinfo.h 1.3
M +1 -2 codegenerators/cppheaderclassdeclarationblock.cpp 1.10
M +1 -1 codegenerators/cppheadercodedocument.cpp 1.18
M +10 -25 codegenerators/cppwriter.cpp 1.16
M +9 -10 codegenerators/idlwriter.cpp 1.8
M +2 -2 codegenerators/javaclassdeclarationblock.cpp 1.10
M +1 -2 codegenerators/javawriter.cpp 1.17
M +5 -9 codegenerators/jswriter.cpp 1.10
M +4 -8 codegenerators/perlwriter.cpp 1.11
M +16 -20 codegenerators/phpwriter.cpp 1.13
M +6 -8 codegenerators/pythonwriter.cpp 1.9
M +6 -6 codegenerators/xmlschemawriter.cpp 1.13
M +2 -2 refactoring/refactoringassistant.cpp 1.19
More information about the umbrello-devel
mailing list