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

Oliver Kellogg okellogg at users.sourceforge.net
Thu Oct 26 18:53:06 UTC 2006


SVN commit 599341 by okellogg:

findView(): Make public in preparation of bugs.kde.org/136288 fix.

 M  +7 -7      umllistview.h  


--- branches/KDE/3.5/kdesdk/umbrello/umbrello/umllistview.h #599340:599341
@@ -183,6 +183,13 @@
     UMLListViewItem * findUMLObject(const UMLObject *p) const;
 
     /**
+     * Searches through the tree for the item which represents the diagram given
+     * @param the diagram to search for
+     * @return the item which represents the diagram
+     */
+    UMLListViewItem * findView(UMLView *v);
+
+    /**
      * Searches through the tree for the item with the given ID.
      *
      * @param id                The ID to search for.
@@ -325,13 +332,6 @@
     UMLListViewItem * findUMLObjectInFolder(UMLListViewItem *item, UMLObject *o);
 
     /**
-     * Searches through the tree for the item which represents the diagram given
-     * @param the diagram to search for
-     * @return the item which represents the diagram
-     */
-    UMLListViewItem * findView(UMLView *v);
-
-    /**
      * Return true if the given list view type can be expanded/collapsed.
      */
     static bool isExpandable(Uml::ListView_Type lvt);




More information about the umbrello-devel mailing list