[Uml-devel] branches/work/soc-umbrello/umbrello/widgets

Gopala Krishna A krishna.ggk at gmail.com
Sat Jul 4 18:30:49 UTC 2009


SVN commit 991369 by gopala:

Removed duplicated Region enum in New::AssociationWidget class.


 M  +0 -1      newassociationwidget.cpp  
 M  +0 -13     newassociationwidget.h  


--- branches/work/soc-umbrello/umbrello/widgets/newassociationwidget.cpp #991368:991369
@@ -29,7 +29,6 @@
     {
         multiplicityWidget = changeabilityWidget = roleWidget = 0;
         umlWidget = 0;
-        region = New::Left;
         visibility = Uml::Visibility::Public;
         changeability = Uml::chg_Changeable;
     }
--- branches/work/soc-umbrello/umbrello/widgets/newassociationwidget.h #991368:991369
@@ -24,17 +24,6 @@
 {
     class AssociationLine;
 
-    enum Region {
-        Left,
-        TopLeft,
-        Top,
-        TopRight,
-        Right,
-        BottomRight,
-        Bottom,
-        BottomLeft
-    };
-
     struct WidgetRole
     {
         FloatingTextWidget *multiplicityWidget;
@@ -43,8 +32,6 @@
 
         UMLWidget *umlWidget;
 
-        New::Region region;
-
         // The following are used only in case of absence of UMLObject
         Uml::Visibility visibility;
         Uml::Changeability_Type changeability;




More information about the umbrello-devel mailing list