diff -r 72557ef75de1 -r fa41ccd7f7bc Documentation/Source/eric5.Graphics.UMLGraphicsView.html --- a/Documentation/Source/eric5.Graphics.UMLGraphicsView.html Tue Sep 11 18:46:46 2012 +0200 +++ b/Documentation/Source/eric5.Graphics.UMLGraphicsView.html Wed Sep 12 19:41:50 2012 +0200 @@ -99,7 +99,10 @@ <td>Private slot to generate a print preview.</td> </tr><tr> <td><a href="#UMLGraphicsView.__relayout">__relayout</a></td> -<td>Private method to handle the re-layout context menu entry.</td> +<td>Private slot to handle the re-layout context menu entry.</td> +</tr><tr> +<td><a href="#UMLGraphicsView.__rescan">__rescan</a></td> +<td>Private slot to handle the re-scan context menu entry.</td> </tr><tr> <td><a href="#UMLGraphicsView.__sceneChanged">__sceneChanged</a></td> <td>Private slot called when the scene changes.</td> @@ -122,6 +125,9 @@ <td><a href="#UMLGraphicsView.findItem">findItem</a></td> <td>Public method to find an UML item based on the ID.</td> </tr><tr> +<td><a href="#UMLGraphicsView.findItemByName">findItemByName</a></td> +<td>Public method to find an UML item based on it's name.</td> +</tr><tr> <td><a href="#UMLGraphicsView.gestureEvent">gestureEvent</a></td> <td>Protected method handling gesture events.</td> </tr><tr> @@ -248,7 +254,12 @@ <h4>UMLGraphicsView.__relayout</h4> <b>__relayout</b>(<i></i>) <p> - Private method to handle the re-layout context menu entry. + Private slot to handle the re-layout context menu entry. +</p><a NAME="UMLGraphicsView.__rescan" ID="UMLGraphicsView.__rescan"></a> +<h4>UMLGraphicsView.__rescan</h4> +<b>__rescan</b>(<i></i>) +<p> + Private slot to handle the re-scan context menu entry. </p><a NAME="UMLGraphicsView.__sceneChanged" ID="UMLGraphicsView.__sceneChanged"></a> <h4>UMLGraphicsView.__sceneChanged</h4> <b>__sceneChanged</b>(<i>areas</i>) @@ -329,6 +340,21 @@ <dd> item found (UMLItem) or None </dd> +</dl><a NAME="UMLGraphicsView.findItemByName" ID="UMLGraphicsView.findItemByName"></a> +<h4>UMLGraphicsView.findItemByName</h4> +<b>findItemByName</b>(<i>name</i>) +<p> + Public method to find an UML item based on it's name. +</p><dl> +<dt><i>name</i></dt> +<dd> +name to look for (string) +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +item found (UMLItem) or None +</dd> </dl><a NAME="UMLGraphicsView.gestureEvent" ID="UMLGraphicsView.gestureEvent"></a> <h4>UMLGraphicsView.gestureEvent</h4> <b>gestureEvent</b>(<i>evt</i>)