--- a/src/eric7/Documentation/Source/eric7.Graphics.UMLGraphicsView.html Fri Oct 27 14:07:03 2023 +0200 +++ b/src/eric7/Documentation/Source/eric7.Graphics.UMLGraphicsView.html Fri Oct 27 14:09:40 2023 +0200 @@ -145,7 +145,7 @@ </tr> <tr> <td><a href="#UMLGraphicsView.fromDict">fromDict</a></td> -<td></td> +<td>Public method to populate the class with data persisted by 'toDict()'.</td> </tr> <tr> <td><a href="#UMLGraphicsView.gestureEvent">gestureEvent</a></td> @@ -493,6 +493,32 @@ <h4>UMLGraphicsView.fromDict</h4> <b>fromDict</b>(<i>version, data</i>) +<p> + Public method to populate the class with data persisted by 'toDict()'. +</p> +<dl> + +<dt><i>version</i> (str)</dt> +<dd> +version of the data +</dd> +<dt><i>data</i> (dict)</dt> +<dd> +dictionary containing the persisted data +</dd> +</dl> +<dl> +<dt>Return:</dt> +<dd> +flag indicating success +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +bool +</dd> +</dl> <a NAME="UMLGraphicsView.gestureEvent" ID="UMLGraphicsView.gestureEvent"></a> <h4>UMLGraphicsView.gestureEvent</h4> <b>gestureEvent</b>(<i>evt</i>)