eric6/Documentation/Source/eric6.Graphics.UMLGraphicsView.html

changeset 8296
14f33eededf7
parent 8294
cb4e5bbf3a2c
--- a/eric6/Documentation/Source/eric6.Graphics.UMLGraphicsView.html	Sat May 08 18:34:08 2021 +0200
+++ b/eric6/Documentation/Source/eric6.Graphics.UMLGraphicsView.html	Sat May 08 18:35:00 2021 +0200
@@ -158,6 +158,10 @@
 <td>Public method to find an UML item based on its name.</td>
 </tr>
 <tr>
+<td><a href="#UMLGraphicsView.fromDict">fromDict</a></td>
+<td>Public method to populate the class with data persisted by 'toDict()'.</td>
+</tr>
+<tr>
 <td><a href="#UMLGraphicsView.gestureEvent">gestureEvent</a></td>
 <td>Protected method handling gesture events.</td>
 </tr>
@@ -206,6 +210,10 @@
 <td>Public slot to set the diagram name.</td>
 </tr>
 <tr>
+<td><a href="#UMLGraphicsView.setLayoutActionsEnabled">setLayoutActionsEnabled</a></td>
+<td>Public method to enable or disable the layout related actions.</td>
+</tr>
+<tr>
 <td><a href="#UMLGraphicsView.toDict">toDict</a></td>
 <td>Public method to collect data to be persisted.</td>
 </tr>
@@ -499,6 +507,36 @@
 UMLItem
 </dd>
 </dl>
+<a NAME="UMLGraphicsView.fromDict" ID="UMLGraphicsView.fromDict"></a>
+<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>)
@@ -678,6 +716,20 @@
 diagram name
 </dd>
 </dl>
+<a NAME="UMLGraphicsView.setLayoutActionsEnabled" ID="UMLGraphicsView.setLayoutActionsEnabled"></a>
+<h4>UMLGraphicsView.setLayoutActionsEnabled</h4>
+<b>setLayoutActionsEnabled</b>(<i>enable</i>)
+
+<p>
+        Public method to enable or disable the layout related actions.
+</p>
+<dl>
+
+<dt><i>enable</i> (bool)</dt>
+<dd>
+flag indicating the desired enable state
+</dd>
+</dl>
 <a NAME="UMLGraphicsView.toDict" ID="UMLGraphicsView.toDict"></a>
 <h4>UMLGraphicsView.toDict</h4>
 <b>toDict</b>(<i></i>)

eric ide

mercurial