[Uml-devel] branches/work/soc-umbrello/umbrello
Gopala Krishna A
krishna.ggk at gmail.com
Wed Nov 12 15:55:51 UTC 2008
SVN commit 883297 by gopala:
* New::LinePath is renamed to New::AssociationLine as it is tied to
New::AssociationWidget.
* New::AssociationLine is no more a QGraphicsItem. Instead it simply
provides all the methods like paint(), boundingRect(), mouse*Event()
etc.
* New::AssociationWidget simply forwards all the above mentioned
methods to that of New::AssociationLine.
The main idea is to avoid an embedded item again which results in
further confusions and complications. Also by separating the above
methods into the class AssociationLine, AssociatioWidget code looks clean
from line handling and other code.
M +78 -2 newassociationwidget.cpp
M +28 -2 newassociationwidget.h
M +101 -199 newlinepath.cpp
M +23 -29 newlinepath.h
M +14 -11 test.cpp
M +16 -0 umlnamespace.h
More information about the umbrello-devel
mailing list