[Uml-devel] branches/KDE/3.5/kdesdk/umbrello
Oliver Kellogg
okellogg at users.sourceforge.net
Sun Sep 11 06:46:03 UTC 2005
SVN commit 459578 by okellogg:
WidgetBase::{setLineColor,setLineWidth,init,saveToXMI,loadFromXMI}: New.
UMLWidget::{set,get}LineColour(): Rename to {set,get}LineColor.
UMLWidget::getLine{Color,Width}: Move to WidgetBase.
UMLWidget::{set,get}UsesDiagramLine{Colour,Width}: Likewise.
LinePath::setLine{Color,Width}: Move to public operations.
ObjectWidget::slotColorChanged(): Fix setting of colors.
UMLView::selectionSetLine{Color,Width}: Apply to selected assocs.
UMLView::getSelectedAssocs(): Return the AssociationWidgetList.
BUG:67120
M +3 -3 ChangeLog
M +3 -3 umbrello/activitywidget.cpp
M +25 -3 umbrello/associationwidget.cpp
M +11 -1 umbrello/associationwidget.h
M +1 -3 umbrello/clipboard/umlclipboard.cpp
M +2 -2 umbrello/dialogs/umlwidgetcolorpage.cpp
M +9 -9 umbrello/linepath.h
M +5 -0 umbrello/listpopupmenu.cpp
M +3 -3 umbrello/objectwidget.cpp
M +3 -3 umbrello/seqlinewidget.cpp
M +3 -3 umbrello/statewidget.cpp
M +19 -12 umbrello/umlview.cpp
M +2 -2 umbrello/umlview.h
M +6 -40 umbrello/umlwidget.cpp
M +6 -63 umbrello/umlwidget.h
M +64 -2 umbrello/widgetbase.cpp
M +85 -0 umbrello/widgetbase.h
More information about the umbrello-devel
mailing list