diff -r b7ebfc2e47d4 -r 59579e8aff98 src/eric7/Documentation/Source/eric7.Graphics.UMLDialog.html --- a/src/eric7/Documentation/Source/eric7.Graphics.UMLDialog.html Mon Feb 19 19:17:04 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.Graphics.UMLDialog.html Wed Feb 21 10:56:24 2024 +0100 @@ -82,10 +82,6 @@ <td>Private method to read an eric graphics file using the JSON based file format.</td> </tr> <tr> -<td><a href="#UMLDialog.__readLineBasedGraphicsFile">__readLineBasedGraphicsFile</a></td> -<td>Private method to read an eric graphics file using the old line based file format.</td> -</tr> -<tr> <td><a href="#UMLDialog.__relayout">__relayout</a></td> <td>Private method to re-layout the diagram.</td> </tr> @@ -257,33 +253,6 @@ bool </dd> </dl> -<a NAME="UMLDialog.__readLineBasedGraphicsFile" ID="UMLDialog.__readLineBasedGraphicsFile"></a> -<h4>UMLDialog.__readLineBasedGraphicsFile</h4> -<b>__readLineBasedGraphicsFile</b>(<i>filename</i>) -<p> - Private method to read an eric graphics file using the old line - based file format. -</p> - -<dl> - -<dt><i>filename</i> (str)</dt> -<dd> -name of the file to be read -</dd> -</dl> -<dl> -<dt>Return:</dt> -<dd> -flag indicating success -</dd> -</dl> -<dl> -<dt>Return Type:</dt> -<dd> -bool -</dd> -</dl> <a NAME="UMLDialog.__relayout" ID="UMLDialog.__relayout"></a> <h4>UMLDialog.__relayout</h4> <b>__relayout</b>(<i></i>) @@ -314,7 +283,7 @@ </dl> <a NAME="UMLDialog.__showInvalidDataMessage" ID="UMLDialog.__showInvalidDataMessage"></a> <h4>UMLDialog.__showInvalidDataMessage</h4> -<b>__showInvalidDataMessage</b>(<i>filename, linenum=-1</i>) +<b>__showInvalidDataMessage</b>(<i>filename</i>) <p> Private slot to show a message dialog indicating an invalid data file. </p> @@ -325,10 +294,6 @@ <dd> name of the file containing the invalid data </dd> -<dt><i>linenum</i> (int)</dt> -<dd> -number of the invalid line -</dd> </dl> <a NAME="UMLDialog.__writeJsonGraphicsFile" ID="UMLDialog.__writeJsonGraphicsFile"></a> <h4>UMLDialog.__writeJsonGraphicsFile</h4>