--- a/src/eric7/Documentation/Source/eric7.Graphics.ModuleItem.html Thu Jan 04 17:16:15 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.Graphics.ModuleItem.html Thu Jan 04 18:02:25 2024 +0100 @@ -7,19 +7,17 @@ <body> <a NAME="top" ID="top"></a> <h1>eric7.Graphics.ModuleItem</h1> - <p> Module implementing a module item. </p> + <h3>Global Attributes</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Classes</h3> - <table> - <tr> <td><a href="#ModuleItem">ModuleItem</a></td> <td>Class implementing a module item.</td> @@ -29,39 +27,37 @@ <td>Class implementing the module model.</td> </tr> </table> + <h3>Functions</h3> - <table> <tr><td>None</td></tr> </table> + <hr /> <hr /> <a NAME="ModuleItem" ID="ModuleItem"></a> <h2>ModuleItem</h2> - <p> Class implementing a module 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="#ModuleItem.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="#ModuleItem.__init__">ModuleItem</a></td> <td>Constructor</td> @@ -91,19 +87,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="ModuleItem.fromDict" ID="ModuleItem.fromDict"></a> <h4>ModuleItem.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> @@ -131,10 +128,10 @@ <a NAME="ModuleItem.__init__" ID="ModuleItem.__init__"></a> <h4>ModuleItem (Constructor)</h4> <b>ModuleItem</b>(<i>model=None, x=0, y=0, rounded=False, colors=None, parent=None, scene=None</i>) - <p> Constructor </p> + <dl> <dt><i>model</i> (ModuleModel)</dt> @@ -169,24 +166,24 @@ <a NAME="ModuleItem.__calculateSize" ID="ModuleItem.__calculateSize"></a> <h4>ModuleItem.__calculateSize</h4> <b>__calculateSize</b>(<i></i>) - <p> Private method to calculate the size of the module item. </p> + <a NAME="ModuleItem.__createTexts" ID="ModuleItem.__createTexts"></a> <h4>ModuleItem.__createTexts</h4> <b>__createTexts</b>(<i></i>) - <p> Private method to create the text items of the module item. </p> + <a NAME="ModuleItem.paint" ID="ModuleItem.paint"></a> <h4>ModuleItem.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> @@ -205,10 +202,10 @@ <a NAME="ModuleItem.parseItemDataString" ID="ModuleItem.parseItemDataString"></a> <h4>ModuleItem.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> @@ -235,10 +232,10 @@ <a NAME="ModuleItem.setModel" ID="ModuleItem.setModel"></a> <h4>ModuleItem.setModel</h4> <b>setModel</b>(<i>model</i>) - <p> Public method to set the module model. </p> + <dl> <dt><i>model</i> (ModuleModel)</dt> @@ -249,10 +246,10 @@ <a NAME="ModuleItem.toDict" ID="ModuleItem.toDict"></a> <h4>ModuleItem.toDict</h4> <b>toDict</b>(<i></i>) - <p> Public method to collect data to be persisted. </p> + <dl> <dt>Return:</dt> <dd> @@ -270,26 +267,24 @@ <hr /> <a NAME="ModuleModel" ID="ModuleModel"></a> <h2>ModuleModel</h2> - <p> Class implementing the module 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="#ModuleModel.__init__">ModuleModel</a></td> <td>Constructor</td> @@ -303,19 +298,20 @@ <td>Public method to retrieve the classes of the module.</td> </tr> </table> + <h3>Static Methods</h3> - <table> <tr><td>None</td></tr> </table> + <a NAME="ModuleModel.__init__" ID="ModuleModel.__init__"></a> <h4>ModuleModel (Constructor)</h4> <b>ModuleModel</b>(<i>name, classlist=None</i>) - <p> Constructor </p> + <dl> <dt><i>name</i> (str)</dt> @@ -330,10 +326,10 @@ <a NAME="ModuleModel.addClass" ID="ModuleModel.addClass"></a> <h4>ModuleModel.addClass</h4> <b>addClass</b>(<i>classname</i>) - <p> Public method to add a class to the module model. </p> + <dl> <dt><i>classname</i> (str)</dt> @@ -344,10 +340,10 @@ <a NAME="ModuleModel.getClasses" ID="ModuleModel.getClasses"></a> <h4>ModuleModel.getClasses</h4> <b>getClasses</b>(<i></i>) - <p> Public method to retrieve the classes of the module. </p> + <dl> <dt>Return:</dt> <dd> @@ -362,4 +358,4 @@ </dl> <div align="right"><a href="#top">Up</a></div> <hr /> -</body></html> \ No newline at end of file +</body></html>