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

branch
eric7
changeset 10684
58c7f23ae1cb
parent 10479
856476537696
--- a/src/eric7/Documentation/Source/eric7.Graphics.UMLItem.html	Sat Apr 20 18:01:36 2024 +0200
+++ b/src/eric7/Documentation/Source/eric7.Graphics.UMLItem.html	Sat Apr 20 18:02:35 2024 +0200
@@ -323,7 +323,7 @@
 </dl>
 <a NAME="UMLItem.paint" ID="UMLItem.paint"></a>
 <h4>UMLItem.paint</h4>
-<b>paint</b>(<i>painter, option, widget=None</i>)
+<b>paint</b>(<i>painter, option, _widget=None</i>)
 <p>
         Public method to paint the item in local coordinates.
 </p>
@@ -338,27 +338,27 @@
 <dd>
 style options
 </dd>
-<dt><i>widget</i> (QWidget)</dt>
+<dt><i>_widget</i> (QWidget)</dt>
 <dd>
-optional reference to the widget painted on
+optional reference to the widget painted on (unused)
 </dd>
 </dl>
 <a NAME="UMLItem.parseItemDataString" ID="UMLItem.parseItemDataString"></a>
 <h4>UMLItem.parseItemDataString</h4>
-<b>parseItemDataString</b>(<i>version, data</i>)
+<b>parseItemDataString</b>(<i>_version, _data</i>)
 <p>
         Public method to parse the given persistence data.
 </p>
 
 <dl>
 
-<dt><i>version</i> (str)</dt>
+<dt><i>_version</i> (str)</dt>
 <dd>
-version of the data
+version of the data (unused)
 </dd>
-<dt><i>data</i> (str)</dt>
+<dt><i>_data</i> (str)</dt>
 <dd>
-persisted data to be parsed
+persisted data to be parsed (unused)
 </dd>
 </dl>
 <dl>

eric ide

mercurial