Documentation/Source/eric5.Graphics.UMLItem.html

changeset 2039
fa41ccd7f7bc
parent 2035
11bb61bc138d
child 2367
78f6c8193d37
diff -r 72557ef75de1 -r fa41ccd7f7bc Documentation/Source/eric5.Graphics.UMLItem.html
--- a/Documentation/Source/eric5.Graphics.UMLItem.html	Tue Sep 11 18:46:46 2012 +0200
+++ b/Documentation/Source/eric5.Graphics.UMLItem.html	Wed Sep 12 19:41:50 2012 +0200
@@ -33,6 +33,9 @@
 <tr>
 <td><a href="#UMLItem">UMLItem</a></td>
 <td>Class implementing the UMLItem base class.</td>
+</tr><tr>
+<td><a href="#UMLModel">UMLModel</a></td>
+<td>Class implementing the UMLModel base class.</td>
 </tr>
 </table>
 <h3>Functions</h3>
@@ -76,6 +79,9 @@
 <td><a href="#UMLItem.getItemType">getItemType</a></td>
 <td>Public method to get the item's type.</td>
 </tr><tr>
+<td><a href="#UMLItem.getName">getName</a></td>
+<td>Method to retrieve the item name.</td>
+</tr><tr>
 <td><a href="#UMLItem.itemChange">itemChange</a></td>
 <td>Protected method called when an items state changes.</td>
 </tr><tr>
@@ -110,11 +116,14 @@
 </table>
 <a NAME="UMLItem.__init__" ID="UMLItem.__init__"></a>
 <h4>UMLItem (Constructor)</h4>
-<b>UMLItem</b>(<i>x=0, y=0, rounded=False, parent=None</i>)
+<b>UMLItem</b>(<i>model=None, x=0, y=0, rounded=False, parent=None</i>)
 <p>
         Constructor
 </p><dl>
-<dt><i>x</i></dt>
+<dt><i>model</i></dt>
+<dd>
+UML model containing the item data (UMLModel)
+</dd><dt><i>x</i></dt>
 <dd>
 x-coordinate (integer)
 </dd><dt><i>y</i></dt>
@@ -176,6 +185,16 @@
 <dd>
 item type (string)
 </dd>
+</dl><a NAME="UMLItem.getName" ID="UMLItem.getName"></a>
+<h4>UMLItem.getName</h4>
+<b>getName</b>(<i></i>)
+<p>
+        Method to retrieve the item name.
+</p><dl>
+<dt>Returns:</dt>
+<dd>
+item name (string)
+</dd>
 </dl><a NAME="UMLItem.itemChange" ID="UMLItem.itemChange"></a>
 <h4>UMLItem.itemChange</h4>
 <b>itemChange</b>(<i>change, value</i>)
@@ -294,5 +313,57 @@
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>
+<hr /><hr />
+<a NAME="UMLModel" ID="UMLModel"></a>
+<h2>UMLModel</h2>
+<p>
+    Class implementing the UMLModel base class.
+</p>
+<h3>Derived from</h3>
+object
+<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>
+</tr><tr>
+<td><a href="#UMLModel.getName">getName</a></td>
+<td>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></dt>
+<dd>
+package name (string)
+</dd>
+</dl><a NAME="UMLModel.getName" ID="UMLModel.getName"></a>
+<h4>UMLModel.getName</h4>
+<b>getName</b>(<i></i>)
+<p>
+        Method to retrieve the model name.
+</p><dl>
+<dt>Returns:</dt>
+<dd>
+model name (string)
+</dd>
+</dl>
+<div align="right"><a href="#top">Up</a></div>
 <hr />
 </body></html>
\ No newline at end of file

eric ide

mercurial