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

branch
eric7
changeset 10479
856476537696
parent 10428
a071d4065202
child 10684
58c7f23ae1cb
--- a/src/eric7/Documentation/Source/eric7.Graphics.UMLItem.html	Thu Jan 04 17:16:15 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.Graphics.UMLItem.html	Thu Jan 04 18:02:25 2024 +0100
@@ -7,19 +7,17 @@
 <body>
 <a NAME="top" ID="top"></a>
 <h1>eric7.Graphics.UMLItem</h1>
-
 <p>
 Module implementing the UMLItem base class.
 </p>
+
 <h3>Global Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Classes</h3>
-
 <table>
-
 <tr>
 <td><a href="#UMLItem">UMLItem</a></td>
 <td>Class implementing the UMLItem base class.</td>
@@ -29,39 +27,37 @@
 <td>Class implementing the UMLModel base class.</td>
 </tr>
 </table>
+
 <h3>Functions</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <hr />
 <hr />
 <a NAME="UMLItem" ID="UMLItem"></a>
 <h2>UMLItem</h2>
-
 <p>
     Class implementing the UMLItem base class.
 </p>
+
 <h3>Derived from</h3>
 QGraphicsRectItem
 <h3>Class Attributes</h3>
-
 <table>
 <tr><td>ItemType</td></tr>
 </table>
+
 <h3>Class Methods</h3>
-
 <table>
-
 <tr>
 <td><a href="#UMLItem.fromDict">fromDict</a></td>
 <td>Class method to create a generic UML item from persisted data.</td>
 </tr>
 </table>
+
 <h3>Methods</h3>
-
 <table>
-
 <tr>
 <td><a href="#UMLItem.__init__">UMLItem</a></td>
 <td>Constructor</td>
@@ -127,19 +123,20 @@
 <td>Public method to collect data to be persisted.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="UMLItem.fromDict" ID="UMLItem.fromDict"></a>
 <h4>UMLItem.fromDict (class method)</h4>
 <b>fromDict</b>(<i>data, colors=None</i>)
-
 <p>
         Class method to create a generic UML item from persisted data.
 </p>
+
 <dl>
 
 <dt><i>data</i> (dict)</dt>
@@ -167,10 +164,10 @@
 <a NAME="UMLItem.__init__" ID="UMLItem.__init__"></a>
 <h4>UMLItem (Constructor)</h4>
 <b>UMLItem</b>(<i>model=None, x=0, y=0, rounded=False, colors=None, parent=None</i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>model</i> (UMLModel)</dt>
@@ -201,10 +198,10 @@
 <a NAME="UMLItem.addAssociation" ID="UMLItem.addAssociation"></a>
 <h4>UMLItem.addAssociation</h4>
 <b>addAssociation</b>(<i>assoc</i>)
-
 <p>
         Public method to add an association to this widget.
 </p>
+
 <dl>
 
 <dt><i>assoc</i> (AssociationWidget)</dt>
@@ -215,17 +212,17 @@
 <a NAME="UMLItem.adjustAssociations" ID="UMLItem.adjustAssociations"></a>
 <h4>UMLItem.adjustAssociations</h4>
 <b>adjustAssociations</b>(<i></i>)
-
 <p>
         Public method to adjust the associations to widget movements.
 </p>
+
 <a NAME="UMLItem.getId" ID="UMLItem.getId"></a>
 <h4>UMLItem.getId</h4>
 <b>getId</b>(<i></i>)
-
 <p>
         Public method to get the item ID.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -241,10 +238,10 @@
 <a NAME="UMLItem.getItemType" ID="UMLItem.getItemType"></a>
 <h4>UMLItem.getItemType</h4>
 <b>getItemType</b>(<i></i>)
-
 <p>
         Public method to get the item's type.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -260,10 +257,10 @@
 <a NAME="UMLItem.getName" ID="UMLItem.getName"></a>
 <h4>UMLItem.getName</h4>
 <b>getName</b>(<i></i>)
-
 <p>
         Public method to retrieve the item name.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -279,10 +276,10 @@
 <a NAME="UMLItem.itemChange" ID="UMLItem.itemChange"></a>
 <h4>UMLItem.itemChange</h4>
 <b>itemChange</b>(<i>change, value</i>)
-
 <p>
         Public method called when an items state changes.
 </p>
+
 <dl>
 
 <dt><i>change</i> (QGraphicsItem.GraphicsItemChange)</dt>
@@ -309,10 +306,10 @@
 <a NAME="UMLItem.moveBy" ID="UMLItem.moveBy"></a>
 <h4>UMLItem.moveBy</h4>
 <b>moveBy</b>(<i>dx, dy</i>)
-
 <p>
         Public overriden method to move the widget relative.
 </p>
+
 <dl>
 
 <dt><i>dx</i> (float)</dt>
@@ -327,10 +324,10 @@
 <a NAME="UMLItem.paint" ID="UMLItem.paint"></a>
 <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>
@@ -349,10 +346,10 @@
 <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>
@@ -379,10 +376,10 @@
 <a NAME="UMLItem.removeAssociation" ID="UMLItem.removeAssociation"></a>
 <h4>UMLItem.removeAssociation</h4>
 <b>removeAssociation</b>(<i>assoc</i>)
-
 <p>
         Public method to remove an association to this widget.
 </p>
+
 <dl>
 
 <dt><i>assoc</i> (AssociationWidget)</dt>
@@ -393,17 +390,17 @@
 <a NAME="UMLItem.removeAssociations" ID="UMLItem.removeAssociations"></a>
 <h4>UMLItem.removeAssociations</h4>
 <b>removeAssociations</b>(<i></i>)
-
 <p>
         Public method to remove all associations of this widget.
 </p>
+
 <a NAME="UMLItem.setId" ID="UMLItem.setId"></a>
 <h4>UMLItem.setId</h4>
 <b>setId</b>(<i>itemId</i>)
-
 <p>
         Public method to assign an ID to the item.
 </p>
+
 <dl>
 
 <dt><i>itemId</i> (int)</dt>
@@ -414,10 +411,10 @@
 <a NAME="UMLItem.setPos" ID="UMLItem.setPos"></a>
 <h4>UMLItem.setPos</h4>
 <b>setPos</b>(<i>x, y</i>)
-
 <p>
         Public overriden method to set the items position.
 </p>
+
 <dl>
 
 <dt><i>x</i> (float)</dt>
@@ -432,10 +429,10 @@
 <a NAME="UMLItem.setSize" ID="UMLItem.setSize"></a>
 <h4>UMLItem.setSize</h4>
 <b>setSize</b>(<i>width, height</i>)
-
 <p>
         Public method to set the rectangles size.
 </p>
+
 <dl>
 
 <dt><i>width</i> (float)</dt>
@@ -450,10 +447,10 @@
 <a NAME="UMLItem.toDict" ID="UMLItem.toDict"></a>
 <h4>UMLItem.toDict</h4>
 <b>toDict</b>(<i></i>)
-
 <p>
         Public method to collect data to be persisted.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -471,26 +468,24 @@
 <hr />
 <a NAME="UMLModel" ID="UMLModel"></a>
 <h2>UMLModel</h2>
-
 <p>
     Class implementing the UMLModel base class.
 </p>
+
 <h3>Derived from</h3>
 None
 <h3>Class Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Class Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Methods</h3>
-
 <table>
-
 <tr>
 <td><a href="#UMLModel.__init__">UMLModel</a></td>
 <td>Constructor</td>
@@ -500,19 +495,20 @@
 <td>Public method to retrieve the model name.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="UMLModel.__init__" ID="UMLModel.__init__"></a>
 <h4>UMLModel (Constructor)</h4>
 <b>UMLModel</b>(<i>name</i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>name</i> (str)</dt>
@@ -523,10 +519,10 @@
 <a NAME="UMLModel.getName" ID="UMLModel.getName"></a>
 <h4>UMLModel.getName</h4>
 <b>getName</b>(<i></i>)
-
 <p>
         Public method to retrieve the model name.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -541,4 +537,4 @@
 </dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr />
-</body></html>
\ No newline at end of file
+</body></html>

eric ide

mercurial