[Uml-devel] branches/KDE/3.5/kdesdk/umbrello/umbrello
Oliver Kellogg
okellogg at users.sourceforge.net
Mon Oct 10 23:13:40 UTC 2005
SVN commit 469448 by okellogg:
{Package,Node}Widget: Inherit from ResizableWidget.
UMLWidget::onWidget(): Return an integer value proportional to the size
of the widget.
Fine tune the Z values: BoxWidget=0, {Package,Node}Widget=1, all other
UMLWidgets=2. This ensures that UMLWidgets embedded in the body of
{Package,Node}Widget are visible.
ResizableWidget::calcMinWidthAndHeight(): New. To be reimplemented by
inheriting classes instead of constrain().
M +1 -8 boxwidget.cpp
M +0 -5 boxwidget.h
M +6 -6 messagewidget.cpp
M +5 -2 messagewidget.h
M +1 -9 nodewidget.cpp
M +6 -10 nodewidget.h
M +15 -5 packagewidget.cpp
M +11 -2 packagewidget.h
M +12 -1 resizablewidget.cpp
M +17 -2 resizablewidget.h
M +6 -6 seqlinewidget.cpp
M +2 -2 seqlinewidget.h
M +18 -40 toolbarstate.cpp
M +10 -4 umlview.cpp
M +1 -0 umlview.h
M +14 -6 umlwidget.cpp
M +6 -4 umlwidget.h
More information about the umbrello-devel
mailing list