src/eric7/Documentation/Source/eric7.Graphics.ApplicationDiagramBuilder.html

branch
eric7
changeset 10259
b51dfacef37f
parent 10070
9f5758c0fec1
child 10479
856476537696
--- a/src/eric7/Documentation/Source/eric7.Graphics.ApplicationDiagramBuilder.html	Fri Oct 27 14:07:03 2023 +0200
+++ b/src/eric7/Documentation/Source/eric7.Graphics.ApplicationDiagramBuilder.html	Fri Oct 27 14:09:40 2023 +0200
@@ -84,11 +84,11 @@
 </tr>
 <tr>
 <td><a href="#ApplicationDiagramBuilder.fromDict">fromDict</a></td>
-<td></td>
+<td>Public method to populate the class with data persisted by 'toDict()'.</td>
 </tr>
 <tr>
 <td><a href="#ApplicationDiagramBuilder.parsePersistenceData">parsePersistenceData</a></td>
-<td></td>
+<td>Public method to parse persisted data.</td>
 </tr>
 <tr>
 <td><a href="#ApplicationDiagramBuilder.toDict">toDict</a></td>
@@ -256,10 +256,63 @@
 <h4>ApplicationDiagramBuilder.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>
+tuple containing a flag indicating success and an info
+            message in case the diagram belongs to a different project
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+tuple of (bool, str)
+</dd>
+</dl>
 <a NAME="ApplicationDiagramBuilder.parsePersistenceData" ID="ApplicationDiagramBuilder.parsePersistenceData"></a>
 <h4>ApplicationDiagramBuilder.parsePersistenceData</h4>
 <b>parsePersistenceData</b>(<i>version, data</i>)
 
+<p>
+        Public method to parse persisted data.
+</p>
+<dl>
+
+<dt><i>version</i> (str)</dt>
+<dd>
+version of the data
+</dd>
+<dt><i>data</i> (str)</dt>
+<dd>
+persisted data to be parsed
+</dd>
+</dl>
+<dl>
+<dt>Return:</dt>
+<dd>
+flag indicating success
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+bool
+</dd>
+</dl>
 <a NAME="ApplicationDiagramBuilder.toDict" ID="ApplicationDiagramBuilder.toDict"></a>
 <h4>ApplicationDiagramBuilder.toDict</h4>
 <b>toDict</b>(<i></i>)

eric ide

mercurial