Documentation/Source/eric5.Graphics.ModuleItem.html

changeset 1228
7afaf2fca55b
parent 945
8cd4d08fa9f6
child 1229
a8207dc73672
equal deleted inserted replaced
1227:c5db073a124f 1228:7afaf2fca55b
52 UMLItem 52 UMLItem
53 <h3>Class Attributes</h3> 53 <h3>Class Attributes</h3>
54 <table> 54 <table>
55 <tr><td>None</td></tr> 55 <tr><td>None</td></tr>
56 </table> 56 </table>
57 <h3>Class Methods</h3>
58 <table>
59 <tr><td>None</td></tr>
60 </table>
57 <h3>Methods</h3> 61 <h3>Methods</h3>
58 <table> 62 <table>
59 <tr> 63 <tr>
60 <td><a href="#ModuleItem.__init__">ModuleItem</a></td>
61 <td>Constructor</td>
62 </tr><tr>
63 <td><a href="#ModuleItem.__calculateSize">__calculateSize</a></td> 64 <td><a href="#ModuleItem.__calculateSize">__calculateSize</a></td>
64 <td>Private method to calculate the size of the module item.</td> 65 <td>Private method to calculate the size of the module item.</td>
65 </tr><tr> 66 </tr><tr>
66 <td><a href="#ModuleItem.__createTexts">__createTexts</a></td> 67 <td><a href="#ModuleItem.__createTexts">__createTexts</a></td>
67 <td>Private method to create the text items of the module item.</td> 68 <td>Private method to create the text items of the module item.</td>
70 <td>Public method to paint the item in local coordinates.</td> 71 <td>Public method to paint the item in local coordinates.</td>
71 </tr><tr> 72 </tr><tr>
72 <td><a href="#ModuleItem.setModel">setModel</a></td> 73 <td><a href="#ModuleItem.setModel">setModel</a></td>
73 <td>Method to set the module model.</td> 74 <td>Method to set the module model.</td>
74 </tr> 75 </tr>
76 </table>
77 <h3>Static Methods</h3>
78 <table>
79 <tr><td>None</td></tr>
75 </table> 80 </table>
76 <a NAME="ModuleItem.__init__" ID="ModuleItem.__init__"></a> 81 <a NAME="ModuleItem.__init__" ID="ModuleItem.__init__"></a>
77 <h4>ModuleItem (Constructor)</h4> 82 <h4>ModuleItem (Constructor)</h4>
78 <b>ModuleItem</b>(<i>model=None, x=0, y=0, rounded=False, parent=None, scene=None</i>) 83 <b>ModuleItem</b>(<i>model=None, x=0, y=0, rounded=False, parent=None, scene=None</i>)
79 <p> 84 <p>
146 object 151 object
147 <h3>Class Attributes</h3> 152 <h3>Class Attributes</h3>
148 <table> 153 <table>
149 <tr><td>None</td></tr> 154 <tr><td>None</td></tr>
150 </table> 155 </table>
156 <h3>Class Methods</h3>
157 <table>
158 <tr><td>None</td></tr>
159 </table>
151 <h3>Methods</h3> 160 <h3>Methods</h3>
152 <table> 161 <table>
153 <tr> 162 <tr>
154 <td><a href="#ModuleModel.__init__">ModuleModel</a></td>
155 <td>Constructor</td>
156 </tr><tr>
157 <td><a href="#ModuleModel.addClass">addClass</a></td> 163 <td><a href="#ModuleModel.addClass">addClass</a></td>
158 <td>Method to add a class to the module model.</td> 164 <td>Method to add a class to the module model.</td>
159 </tr><tr> 165 </tr><tr>
160 <td><a href="#ModuleModel.getClasses">getClasses</a></td> 166 <td><a href="#ModuleModel.getClasses">getClasses</a></td>
161 <td>Method to retrieve the classes of the module.</td> 167 <td>Method to retrieve the classes of the module.</td>
162 </tr><tr> 168 </tr><tr>
163 <td><a href="#ModuleModel.getName">getName</a></td> 169 <td><a href="#ModuleModel.getName">getName</a></td>
164 <td>Method to retrieve the module name.</td> 170 <td>Method to retrieve the module name.</td>
165 </tr> 171 </tr>
172 </table>
173 <h3>Static Methods</h3>
174 <table>
175 <tr><td>None</td></tr>
166 </table> 176 </table>
167 <a NAME="ModuleModel.__init__" ID="ModuleModel.__init__"></a> 177 <a NAME="ModuleModel.__init__" ID="ModuleModel.__init__"></a>
168 <h4>ModuleModel (Constructor)</h4> 178 <h4>ModuleModel (Constructor)</h4>
169 <b>ModuleModel</b>(<i>name, classlist=[]</i>) 179 <b>ModuleModel</b>(<i>name, classlist=[]</i>)
170 <p> 180 <p>

eric ide

mercurial