[Uml-devel] kdesdk/umbrello/umbrello

Luis De la Parra Blum lparrab at gmx.net
Tue Mar 4 16:28:09 UTC 2003


CVS commit by luis: 

One more...
(Integrate new diagram stuff)


  M +15 -0     umlnamespace.h   1.10


--- kdesdk/umbrello/umbrello/umlnamespace.h  #1.9:1.10
@@ -12,4 +12,19 @@
 
 
+namespace Umbrello
+{
+enum Visibility {Public = 200, Private, Protected };
+/*
+namespace rtti{
+enum type{ UMLObject=100, UMLActor, UMLUseCase, UMLPackage, UMLInterface,
+         UMLClass, UMLAssociation, UMLAttribute, UMLOperation, UMLTemplate,
+         UMLComponent,
+        UMLState, UMLActivity,
+        UMLWidget = 300, ActorWidget, UseCaseWidget, ClassWidget, ObjectWidget, NoteWidget, MessageWidget, ActivityWidget,
+        Diagram, DiagramView };}
+*/
+}
+
+
 /**
  *@author Paul Hensgen






More information about the umbrello-devel mailing list