--- a/eric6/Documentation/Source/eric6.Graphics.UMLGraphicsView.html Thu May 06 19:45:45 2021 +0200 +++ b/eric6/Documentation/Source/eric6.Graphics.UMLGraphicsView.html Thu May 06 19:46:00 2021 +0200 @@ -206,6 +206,10 @@ <td>Public slot to set the diagram name.</td> </tr> <tr> +<td><a href="#UMLGraphicsView.toDict">toDict</a></td> +<td>Public method to collect data to be persisted.</td> +</tr> +<tr> <td><a href="#UMLGraphicsView.wheelEvent">wheelEvent</a></td> <td>Protected method to handle wheel events.</td> </tr> @@ -674,6 +678,25 @@ diagram name </dd> </dl> +<a NAME="UMLGraphicsView.toDict" ID="UMLGraphicsView.toDict"></a> +<h4>UMLGraphicsView.toDict</h4> +<b>toDict</b>(<i></i>) + +<p> + Public method to collect data to be persisted. +</p> +<dl> +<dt>Return:</dt> +<dd> +dictionary containing data to be persisted +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +dict +</dd> +</dl> <a NAME="UMLGraphicsView.wheelEvent" ID="UMLGraphicsView.wheelEvent"></a> <h4>UMLGraphicsView.wheelEvent</h4> <b>wheelEvent</b>(<i>evt</i>)