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

branch
eric7
changeset 10479
856476537696
parent 10259
b51dfacef37f
child 10684
58c7f23ae1cb
--- a/src/eric7/Documentation/Source/eric7.Graphics.ClassItem.html	Thu Jan 04 17:16:15 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.Graphics.ClassItem.html	Thu Jan 04 18:02:25 2024 +0100
@@ -7,19 +7,17 @@
 <body>
 <a NAME="top" ID="top"></a>
 <h1>eric7.Graphics.ClassItem</h1>
-
 <p>
 Module implementing an UML like class item.
 </p>
+
 <h3>Global Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Classes</h3>
-
 <table>
-
 <tr>
 <td><a href="#ClassItem">ClassItem</a></td>
 <td>Class implementing an UML like class item.</td>
@@ -29,39 +27,37 @@
 <td>Class implementing the class model.</td>
 </tr>
 </table>
+
 <h3>Functions</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <hr />
 <hr />
 <a NAME="ClassItem" ID="ClassItem"></a>
 <h2>ClassItem</h2>
-
 <p>
     Class implementing an UML like class item.
 </p>
+
 <h3>Derived from</h3>
 UMLItem
 <h3>Class Attributes</h3>
-
 <table>
 <tr><td>ItemType</td></tr>
 </table>
+
 <h3>Class Methods</h3>
-
 <table>
-
 <tr>
 <td><a href="#ClassItem.fromDict">fromDict</a></td>
 <td>Class method to create a class item from persisted data.</td>
 </tr>
 </table>
+
 <h3>Methods</h3>
-
 <table>
-
 <tr>
 <td><a href="#ClassItem.__init__">ClassItem</a></td>
 <td>Constructor</td>
@@ -95,19 +91,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="ClassItem.fromDict" ID="ClassItem.fromDict"></a>
 <h4>ClassItem.fromDict (class method)</h4>
 <b>fromDict</b>(<i>data, colors=None</i>)
-
 <p>
         Class method to create a class item from persisted data.
 </p>
+
 <dl>
 
 <dt><i>data</i> (dict)</dt>
@@ -135,10 +132,10 @@
 <a NAME="ClassItem.__init__" ID="ClassItem.__init__"></a>
 <h4>ClassItem (Constructor)</h4>
 <b>ClassItem</b>(<i>model=None, external=False, x=0, y=0, rounded=False, noAttrs=False, colors=None, parent=None, scene=None, </i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>model</i> (ClassModel)</dt>
@@ -181,24 +178,24 @@
 <a NAME="ClassItem.__calculateSize" ID="ClassItem.__calculateSize"></a>
 <h4>ClassItem.__calculateSize</h4>
 <b>__calculateSize</b>(<i></i>)
-
 <p>
         Private method to calculate the size of the class item.
 </p>
+
 <a NAME="ClassItem.__createTexts" ID="ClassItem.__createTexts"></a>
 <h4>ClassItem.__createTexts</h4>
 <b>__createTexts</b>(<i></i>)
-
 <p>
         Private method to create the text items of the class item.
 </p>
+
 <a NAME="ClassItem.isExternal" ID="ClassItem.isExternal"></a>
 <h4>ClassItem.isExternal</h4>
 <b>isExternal</b>(<i></i>)
-
 <p>
         Public method returning the external state.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -214,10 +211,10 @@
 <a NAME="ClassItem.paint" ID="ClassItem.paint"></a>
 <h4>ClassItem.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>
@@ -236,10 +233,10 @@
 <a NAME="ClassItem.parseItemDataString" ID="ClassItem.parseItemDataString"></a>
 <h4>ClassItem.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>
@@ -266,10 +263,10 @@
 <a NAME="ClassItem.setModel" ID="ClassItem.setModel"></a>
 <h4>ClassItem.setModel</h4>
 <b>setModel</b>(<i>model</i>)
-
 <p>
         Public method to set the class model.
 </p>
+
 <dl>
 
 <dt><i>model</i> (ClassModel)</dt>
@@ -280,10 +277,10 @@
 <a NAME="ClassItem.toDict" ID="ClassItem.toDict"></a>
 <h4>ClassItem.toDict</h4>
 <b>toDict</b>(<i></i>)
-
 <p>
         Public method to collect data to be persisted.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -301,26 +298,24 @@
 <hr />
 <a NAME="ClassModel" ID="ClassModel"></a>
 <h2>ClassModel</h2>
-
 <p>
     Class implementing the class model.
 </p>
+
 <h3>Derived from</h3>
 UMLModel
 <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="#ClassModel.__init__">ClassModel</a></td>
 <td>Constructor</td>
@@ -350,19 +345,20 @@
 <td>Public method to retrieve the methods of the class.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="ClassModel.__init__" ID="ClassModel.__init__"></a>
 <h4>ClassModel (Constructor)</h4>
 <b>ClassModel</b>(<i>name, methods=None, instanceAttributes=None, classAttributes=None</i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>name</i> (str)</dt>
@@ -385,10 +381,10 @@
 <a NAME="ClassModel.addClassAttribute" ID="ClassModel.addClassAttribute"></a>
 <h4>ClassModel.addClassAttribute</h4>
 <b>addClassAttribute</b>(<i>attribute</i>)
-
 <p>
         Public method to add a class attribute to the class model.
 </p>
+
 <dl>
 
 <dt><i>attribute</i> (str)</dt>
@@ -399,10 +395,10 @@
 <a NAME="ClassModel.addInstanceAttribute" ID="ClassModel.addInstanceAttribute"></a>
 <h4>ClassModel.addInstanceAttribute</h4>
 <b>addInstanceAttribute</b>(<i>attribute</i>)
-
 <p>
         Public method to add an instance attribute to the class model.
 </p>
+
 <dl>
 
 <dt><i>attribute</i> (str)</dt>
@@ -413,10 +409,10 @@
 <a NAME="ClassModel.addMethod" ID="ClassModel.addMethod"></a>
 <h4>ClassModel.addMethod</h4>
 <b>addMethod</b>(<i>method</i>)
-
 <p>
         Public method to add a method to the class model.
 </p>
+
 <dl>
 
 <dt><i>method</i> (str)</dt>
@@ -427,10 +423,10 @@
 <a NAME="ClassModel.getClassAttributes" ID="ClassModel.getClassAttributes"></a>
 <h4>ClassModel.getClassAttributes</h4>
 <b>getClassAttributes</b>(<i></i>)
-
 <p>
         Public method to retrieve the global attributes of the class.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -446,10 +442,10 @@
 <a NAME="ClassModel.getInstanceAttributes" ID="ClassModel.getInstanceAttributes"></a>
 <h4>ClassModel.getInstanceAttributes</h4>
 <b>getInstanceAttributes</b>(<i></i>)
-
 <p>
         Public method to retrieve the attributes of the class.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -465,10 +461,10 @@
 <a NAME="ClassModel.getMethods" ID="ClassModel.getMethods"></a>
 <h4>ClassModel.getMethods</h4>
 <b>getMethods</b>(<i></i>)
-
 <p>
         Public method to retrieve the methods of the class.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -483,4 +479,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