--- a/src/eric7/Documentation/Source/eric7.Graphics.UMLItem.html Thu May 25 19:51:47 2023 +0200 +++ b/src/eric7/Documentation/Source/eric7.Graphics.UMLItem.html Thu May 25 19:52:31 2023 +0200 @@ -96,11 +96,11 @@ </tr> <tr> <td><a href="#UMLItem.paint">paint</a></td> -<td>Public method to paint the item in local coordinates.</td> +<td></td> </tr> <tr> <td><a href="#UMLItem.parseItemDataString">parseItemDataString</a></td> -<td>Public method to parse the given persistence data.</td> +<td></td> </tr> <tr> <td><a href="#UMLItem.removeAssociation">removeAssociation</a></td> @@ -322,54 +322,10 @@ <h4>UMLItem.paint</h4> <b>paint</b>(<i>painter, option, widget=None</i>) -<p> - Public method to paint the item in local coordinates. -</p> -<dl> - -<dt><i>painter</i> (QPainter)</dt> -<dd> -reference to the painter object -</dd> -<dt><i>option</i> (QStyleOptionGraphicsItem)</dt> -<dd> -style options -</dd> -<dt><i>widget</i> (QWidget)</dt> -<dd> -optional reference to the widget painted on -</dd> -</dl> <a NAME="UMLItem.parseItemDataString" ID="UMLItem.parseItemDataString"></a> <h4>UMLItem.parseItemDataString</h4> <b>parseItemDataString</b>(<i>version, data</i>) -<p> - Public method to parse the given persistence 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="UMLItem.removeAssociation" ID="UMLItem.removeAssociation"></a> <h4>UMLItem.removeAssociation</h4> <b>removeAssociation</b>(<i>assoc</i>)