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

branch
eric7
changeset 10070
9f5758c0fec1
parent 9209
b99e7fd55fd3
child 10259
b51dfacef37f
diff -r 435cc5875135 -r 9f5758c0fec1 src/eric7/Documentation/Source/eric7.Graphics.ApplicationDiagramBuilder.html
--- a/src/eric7/Documentation/Source/eric7.Graphics.ApplicationDiagramBuilder.html	Thu May 25 19:51:47 2023 +0200
+++ b/src/eric7/Documentation/Source/eric7.Graphics.ApplicationDiagramBuilder.html	Thu May 25 19:52:31 2023 +0200
@@ -84,11 +84,11 @@
 </tr>
 <tr>
 <td><a href="#ApplicationDiagramBuilder.fromDict">fromDict</a></td>
-<td>Public method to populate the class with data persisted by 'toDict()'.</td>
+<td></td>
 </tr>
 <tr>
 <td><a href="#ApplicationDiagramBuilder.parsePersistenceData">parsePersistenceData</a></td>
-<td>Public method to parse persisted data.</td>
+<td></td>
 </tr>
 <tr>
 <td><a href="#ApplicationDiagramBuilder.toDict">toDict</a></td>
@@ -256,63 +256,10 @@
 <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