[Uml-devel] branches/KDE/3.5/kdesdk/umbrello/umbrello

Oliver Kellogg okellogg at users.sourceforge.net
Sun Dec 3 17:53:02 UTC 2006


SVN commit 610188 by okellogg:

fix doc

 M  +6 -6      umlview.h  


--- branches/KDE/3.5/kdesdk/umbrello/umbrello/umlview.h #610187:610188
@@ -46,12 +46,12 @@
 class ToolBarState;
 class ToolBarStateFactory;
 
-/** The UMLView class provides the view widget for the UMLApp
- * instance.  The View instance inherits QWidget as a base class and
- * represents the view object of a KMainWindow. As UMLView is part of
- * the document-view model, it needs a reference to the document
- * object connected with it by the UMLApp class to manipulate and
- * display the document structure provided by the UMLDoc class.
+/**
+ * UMLView instances represent diagrams.
+ * The UMLApp instance manages a QWidgetStack of UMLView instances.
+ * The visible diagram is at the top of stack.
+ * The UMLView class inherits from QCanvasView and it owns the
+ * objects displayed on its related QCanvas (see m_WidgetList.)
  *
  * @author Paul Hensgen <phensgen at techie.com>
  * Bugs and comments to uml-devel at lists.sf.net or http://bugs.kde.org




More information about the umbrello-devel mailing list