Documentation/Source/eric5.Graphics.ClassItem.html

changeset 58
37f0444c3479
parent 21
b88a0e6268bd
child 409
0ea528e80202
diff -r 81326a94fdca -r 37f0444c3479 Documentation/Source/eric5.Graphics.ClassItem.html
--- a/Documentation/Source/eric5.Graphics.ClassItem.html	Thu Jan 14 17:27:31 2010 +0000
+++ b/Documentation/Source/eric5.Graphics.ClassItem.html	Thu Jan 14 18:35:52 2010 +0000
@@ -22,7 +22,7 @@
 <body><a NAME="top" ID="top"></a>
 <h1>eric5.Graphics.ClassItem</h1>
 <p>
-&#77;&#111;&#100;&#117;&#108;&#101; &#105;&#109;&#112;&#108;&#101;&#109;&#101;&#110;&#116;&#105;&#110;&#103; &#97;&#110; &#85;&#77;&#76; &#108;&#105;&#107;&#101; &#99;&#108;&#97;&#115;&#115; &#105;&#116;&#101;&#109;.
+Module implementing an UML like class item.
 </p>
 <h3>Global Attributes</h3>
 <table>
@@ -32,10 +32,10 @@
 <table>
 <tr>
 <td><a href="#ClassItem">ClassItem</a></td>
-<td>&#67;&#108;&#97;&#115;&#115; &#105;&#109;&#112;&#108;&#101;&#109;&#101;&#110;&#116;&#105;&#110;&#103; &#97;&#110; &#85;&#77;&#76; &#108;&#105;&#107;&#101; &#99;&#108;&#97;&#115;&#115; &#105;&#116;&#101;&#109;.</td>
+<td>Class implementing an UML like class item.</td>
 </tr><tr>
 <td><a href="#ClassModel">ClassModel</a></td>
-<td>&#67;&#108;&#97;&#115;&#115; &#105;&#109;&#112;&#108;&#101;&#109;&#101;&#110;&#116;&#105;&#110;&#103; &#116;&#104;&#101; &#99;&#108;&#97;&#115;&#115; &#109;&#111;&#100;&#101;&#108;.</td>
+<td>Class implementing the class model.</td>
 </tr>
 </table>
 <h3>Functions</h3>
@@ -46,7 +46,7 @@
 <a NAME="ClassItem" ID="ClassItem"></a>
 <h2>ClassItem</h2>
 <p>
-    &#67;&#108;&#97;&#115;&#115; &#105;&#109;&#112;&#108;&#101;&#109;&#101;&#110;&#116;&#105;&#110;&#103; &#97;&#110; &#85;&#77;&#76; &#108;&#105;&#107;&#101; &#99;&#108;&#97;&#115;&#115; &#105;&#116;&#101;&#109;.
+    Class implementing an UML like class item.
 </p>
 <h3>Derived from</h3>
 UMLItem
@@ -58,100 +58,100 @@
 <table>
 <tr>
 <td><a href="#ClassItem.__init__">ClassItem</a></td>
-<td>&#67;&#111;&#110;&#115;&#116;&#114;&#117;&#99;&#116;&#111;&#114;</td>
+<td>Constructor</td>
 </tr><tr>
 <td><a href="#ClassItem.__calculateSize">__calculateSize</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#99;&#97;&#108;&#99;&#117;&#108;&#97;&#116;&#101; &#116;&#104;&#101; &#115;&#105;z&#101; &#111;&#102; &#116;&#104;&#101; &#99;&#108;&#97;&#115;&#115; &#105;&#116;&#101;&#109;.</td>
+<td>Private method to calculate the size of the class item.</td>
 </tr><tr>
 <td><a href="#ClassItem.__createTexts">__createTexts</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#99;&#114;&#101;&#97;&#116;&#101; &#116;&#104;&#101; &#116;&#101;x&#116; &#105;&#116;&#101;&#109;&#115; &#111;&#102; &#116;&#104;&#101; &#99;&#108;&#97;&#115;&#115; &#105;&#116;&#101;&#109;.</td>
+<td>Private method to create the text items of the class item.</td>
 </tr><tr>
 <td><a href="#ClassItem.isExternal">isExternal</a></td>
-<td>&#77;&#101;&#116;&#104;&#111;&#100; &#114;&#101;&#116;&#117;&#114;&#110;&#105;&#110;&#103; &#116;&#104;&#101; &#101;x&#116;&#101;&#114;&#110;&#97;&#108; &#115;&#116;&#97;&#116;&#101;.</td>
+<td>Method returning the external state.</td>
 </tr><tr>
 <td><a href="#ClassItem.paint">paint</a></td>
-<td>&#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#112;&#97;&#105;&#110;&#116; &#116;&#104;&#101; &#105;&#116;&#101;&#109; &#105;&#110; &#108;&#111;&#99;&#97;&#108; &#99;&#111;&#111;&#114;&#100;&#105;&#110;&#97;&#116;&#101;&#115;.</td>
+<td>Public method to paint the item in local coordinates.</td>
 </tr><tr>
 <td><a href="#ClassItem.setModel">setModel</a></td>
-<td>&#77;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#115;&#101;&#116; &#116;&#104;&#101; &#99;&#108;&#97;&#115;&#115; &#109;&#111;&#100;&#101;&#108;.</td>
+<td>Method to set the class model.</td>
 </tr>
 </table>
 <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, parent = None, scene = None</i>)
 <p>
-        &#67;&#111;&#110;&#115;&#116;&#114;&#117;&#99;&#116;&#111;&#114;
+        Constructor
 </p><dl>
 <dt><i>model</i></dt>
 <dd>
-&#99;&#108;&#97;&#115;&#115; &#109;&#111;&#100;&#101;&#108; &#99;&#111;&#110;&#116;&#97;&#105;&#110;&#105;&#110;&#103; &#116;&#104;&#101; &#99;&#108;&#97;&#115;&#115; &#100;&#97;&#116;&#97; (&#67;&#108;&#97;&#115;&#115;&#77;&#111;&#100;&#101;&#108;)
+class model containing the class data (ClassModel)
 </dd><dt><i>external</i></dt>
 <dd>
-&#102;&#108;&#97;&#103; &#105;&#110;&#100;&#105;&#99;&#97;&#116;&#105;&#110;&#103; &#97; &#99;&#108;&#97;&#115;&#115; &#100;&#101;&#102;&#105;&#110;&#101;&#100; &#111;&#117;&#116;&#115;&#105;&#100;&#101; &#111;&#117;&#114; &#115;&#99;&#111;&#112;&#101; (&#98;&#111;&#111;&#108;&#101;&#97;&#110;)
+flag indicating a class defined outside our scope (boolean)
 </dd><dt><i>x</i></dt>
 <dd>
-x-&#99;&#111;&#111;&#114;&#100;&#105;&#110;&#97;&#116;&#101; (&#105;&#110;&#116;&#101;&#103;&#101;&#114;)
+x-coordinate (integer)
 </dd><dt><i>y</i></dt>
 <dd>
-y-&#99;&#111;&#111;&#114;&#100;&#105;&#110;&#97;&#116;&#101; (&#105;&#110;&#116;&#101;&#103;&#101;&#114;)
+y-coordinate (integer)
 </dd><dt><i>rounded=</i></dt>
 <dd>
-&#102;&#108;&#97;&#103; &#105;&#110;&#100;&#105;&#99;&#97;&#116;&#105;&#110;&#103; &#97; &#114;&#111;&#117;&#110;&#100;&#101;&#100; &#99;&#111;&#114;&#110;&#101;&#114; (&#98;&#111;&#111;&#108;&#101;&#97;&#110;)
+flag indicating a rounded corner (boolean)
 </dd><dt><i>noAttrs=</i></dt>
 <dd>
-&#102;&#108;&#97;&#103; &#105;&#110;&#100;&#105;&#99;&#97;&#116;&#105;&#110;&#103;, &#116;&#104;&#97;&#116; &#110;&#111; &#97;&#116;&#116;&#114;&#105;&#98;&#117;&#116;&#101;&#115; &#115;&#104;&#111;&#117;&#108;&#100; &#98;&#101; &#115;&#104;&#111;w&#110; (&#98;&#111;&#111;&#108;&#101;&#97;&#110;)
+flag indicating, that no attributes should be shown (boolean)
 </dd><dt><i>parent=</i></dt>
 <dd>
-&#114;&#101;&#102;&#101;&#114;&#101;&#110;&#99;&#101; &#116;&#111; &#116;&#104;&#101; &#112;&#97;&#114;&#101;&#110;&#116; &#111;&#98;&#106;&#101;&#99;&#116; (&#81;&#71;&#114;&#97;&#112;&#104;&#105;&#99;&#115;&#73;&#116;&#101;&#109;)
+reference to the parent object (QGraphicsItem)
 </dd><dt><i>scene=</i></dt>
 <dd>
-&#114;&#101;&#102;&#101;&#114;&#101;&#110;&#99;&#101; &#116;&#111; &#116;&#104;&#101; &#115;&#99;&#101;&#110;&#101; &#111;&#98;&#106;&#101;&#99;&#116; (&#81;&#71;&#114;&#97;&#112;&#104;&#105;&#99;&#115;&#83;&#99;&#101;&#110;&#101;)
+reference to the scene object (QGraphicsScene)
 </dd>
 </dl><a NAME="ClassItem.__calculateSize" ID="ClassItem.__calculateSize"></a>
 <h4>ClassItem.__calculateSize</h4>
 <b>__calculateSize</b>(<i></i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#99;&#97;&#108;&#99;&#117;&#108;&#97;&#116;&#101; &#116;&#104;&#101; &#115;&#105;z&#101; &#111;&#102; &#116;&#104;&#101; &#99;&#108;&#97;&#115;&#115; &#105;&#116;&#101;&#109;.
+        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>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#99;&#114;&#101;&#97;&#116;&#101; &#116;&#104;&#101; &#116;&#101;x&#116; &#105;&#116;&#101;&#109;&#115; &#111;&#102; &#116;&#104;&#101; &#99;&#108;&#97;&#115;&#115; &#105;&#116;&#101;&#109;.
+        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>
-        &#77;&#101;&#116;&#104;&#111;&#100; &#114;&#101;&#116;&#117;&#114;&#110;&#105;&#110;&#103; &#116;&#104;&#101; &#101;x&#116;&#101;&#114;&#110;&#97;&#108; &#115;&#116;&#97;&#116;&#101;.
+        Method returning the external state.
 </p><dl>
 <dt>Returns:</dt>
 <dd>
-&#101;x&#116;&#101;&#114;&#110;&#97;&#108; &#115;&#116;&#97;&#116;&#101; (&#98;&#111;&#111;&#108;&#101;&#97;&#110;)
+external state (boolean)
 </dd>
 </dl><a NAME="ClassItem.paint" ID="ClassItem.paint"></a>
 <h4>ClassItem.paint</h4>
 <b>paint</b>(<i>painter, option, widget = None</i>)
 <p>
-        &#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#112;&#97;&#105;&#110;&#116; &#116;&#104;&#101; &#105;&#116;&#101;&#109; &#105;&#110; &#108;&#111;&#99;&#97;&#108; &#99;&#111;&#111;&#114;&#100;&#105;&#110;&#97;&#116;&#101;&#115;.
+        Public method to paint the item in local coordinates.
 </p><dl>
 <dt><i>painter</i></dt>
 <dd>
-&#114;&#101;&#102;&#101;&#114;&#101;&#110;&#99;&#101; &#116;&#111; &#116;&#104;&#101; &#112;&#97;&#105;&#110;&#116;&#101;&#114; &#111;&#98;&#106;&#101;&#99;&#116; (&#81;&#80;&#97;&#105;&#110;&#116;&#101;&#114;)
+reference to the painter object (QPainter)
 </dd><dt><i>option</i></dt>
 <dd>
-&#115;&#116;y&#108;&#101; &#111;&#112;&#116;&#105;&#111;&#110;&#115; (&#81;&#83;&#116;y&#108;&#101;&#79;&#112;&#116;&#105;&#111;&#110;&#71;&#114;&#97;&#112;&#104;&#105;&#99;&#115;&#73;&#116;&#101;&#109;)
+style options (QStyleOptionGraphicsItem)
 </dd><dt><i>widget</i></dt>
 <dd>
-&#111;&#112;&#116;&#105;&#111;&#110;&#97;&#108; &#114;&#101;&#102;&#101;&#114;&#101;&#110;&#99;&#101; &#116;&#111; &#116;&#104;&#101; w&#105;&#100;&#103;&#101;&#116; &#112;&#97;&#105;&#110;&#116;&#101;&#100; &#111;&#110; (&#81;&#87;&#105;&#100;&#103;&#101;&#116;)
+optional reference to the widget painted on (QWidget)
 </dd>
 </dl><a NAME="ClassItem.setModel" ID="ClassItem.setModel"></a>
 <h4>ClassItem.setModel</h4>
 <b>setModel</b>(<i>model</i>)
 <p>
-        &#77;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#115;&#101;&#116; &#116;&#104;&#101; &#99;&#108;&#97;&#115;&#115; &#109;&#111;&#100;&#101;&#108;.
+        Method to set the class model.
 </p><dl>
 <dt><i>model</i></dt>
 <dd>
-&#99;&#108;&#97;&#115;&#115; &#109;&#111;&#100;&#101;&#108; &#99;&#111;&#110;&#116;&#97;&#105;&#110;&#105;&#110;&#103; &#116;&#104;&#101; &#99;&#108;&#97;&#115;&#115; &#100;&#97;&#116;&#97; (&#67;&#108;&#97;&#115;&#115;&#77;&#111;&#100;&#101;&#108;)
+class model containing the class data (ClassModel)
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>
@@ -159,7 +159,7 @@
 <a NAME="ClassModel" ID="ClassModel"></a>
 <h2>ClassModel</h2>
 <p>
-    &#67;&#108;&#97;&#115;&#115; &#105;&#109;&#112;&#108;&#101;&#109;&#101;&#110;&#116;&#105;&#110;&#103; &#116;&#104;&#101; &#99;&#108;&#97;&#115;&#115; &#109;&#111;&#100;&#101;&#108;.
+    Class implementing the class model.
 </p>
 <h3>Derived from</h3>
 object
@@ -171,91 +171,91 @@
 <table>
 <tr>
 <td><a href="#ClassModel.__init__">ClassModel</a></td>
-<td>&#67;&#111;&#110;&#115;&#116;&#114;&#117;&#99;&#116;&#111;&#114;</td>
+<td>Constructor</td>
 </tr><tr>
 <td><a href="#ClassModel.addAttribute">addAttribute</a></td>
-<td>&#77;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#97;&#100;&#100; &#97;&#110; &#97;&#116;&#116;&#114;&#105;&#98;&#117;&#116;&#101; &#116;&#111; &#116;&#104;&#101; &#99;&#108;&#97;&#115;&#115; &#109;&#111;&#100;&#101;&#108;.</td>
+<td>Method to add an attribute to the class model.</td>
 </tr><tr>
 <td><a href="#ClassModel.addMethod">addMethod</a></td>
-<td>&#77;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#97;&#100;&#100; &#97; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#116;&#104;&#101; &#99;&#108;&#97;&#115;&#115; &#109;&#111;&#100;&#101;&#108;.</td>
+<td>Method to add a method to the class model.</td>
 </tr><tr>
 <td><a href="#ClassModel.getAttributes">getAttributes</a></td>
-<td>&#77;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#114;&#101;&#116;&#114;&#105;&#101;v&#101; &#116;&#104;&#101; &#97;&#116;&#116;&#114;&#105;&#98;&#117;&#116;&#101;&#115; &#111;&#102; &#116;&#104;&#101; &#99;&#108;&#97;&#115;&#115;.</td>
+<td>Method to retrieve the attributes of the class.</td>
 </tr><tr>
 <td><a href="#ClassModel.getMethods">getMethods</a></td>
-<td>&#77;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#114;&#101;&#116;&#114;&#105;&#101;v&#101; &#116;&#104;&#101; &#109;&#101;&#116;&#104;&#111;&#100;&#115; &#111;&#102; &#116;&#104;&#101; &#99;&#108;&#97;&#115;&#115;.</td>
+<td>Method to retrieve the methods of the class.</td>
 </tr><tr>
 <td><a href="#ClassModel.getName">getName</a></td>
-<td>&#77;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#114;&#101;&#116;&#114;&#105;&#101;v&#101; &#116;&#104;&#101; &#99;&#108;&#97;&#115;&#115; &#110;&#97;&#109;&#101;.</td>
+<td>Method to retrieve the class name.</td>
 </tr>
 </table>
 <a NAME="ClassModel.__init__" ID="ClassModel.__init__"></a>
 <h4>ClassModel (Constructor)</h4>
 <b>ClassModel</b>(<i>name, methods = [], attributes = []</i>)
 <p>
-        &#67;&#111;&#110;&#115;&#116;&#114;&#117;&#99;&#116;&#111;&#114;
+        Constructor
 </p><dl>
 <dt><i>name</i></dt>
 <dd>
-&#116;&#104;&#101; &#99;&#108;&#97;&#115;&#115; &#110;&#97;&#109;&#101; (&#115;&#116;&#114;&#105;&#110;&#103;)
+the class name (string)
 </dd><dt><i>methods</i></dt>
 <dd>
-&#108;&#105;&#115;&#116; &#111;&#102; &#109;&#101;&#116;&#104;&#111;&#100; &#110;&#97;&#109;&#101;&#115; &#111;&#102; &#116;&#104;&#101; &#99;&#108;&#97;&#115;&#115;
-            (&#108;&#105;&#115;&#116; &#111;&#102; &#115;&#116;&#114;&#105;&#110;&#103;&#115;)
+list of method names of the class
+            (list of strings)
 </dd><dt><i>attributes</i></dt>
 <dd>
-&#108;&#105;&#115;&#116; &#111;&#102; &#97;&#116;&#116;&#114;&#105;&#98;&#117;&#116;&#101; &#110;&#97;&#109;&#101;&#115; &#111;&#102; &#116;&#104;&#101; &#99;&#108;&#97;&#115;&#115;
-            (&#108;&#105;&#115;&#116; &#111;&#102; &#115;&#116;&#114;&#105;&#110;&#103;&#115;)
+list of attribute names of the class
+            (list of strings)
 </dd>
 </dl><a NAME="ClassModel.addAttribute" ID="ClassModel.addAttribute"></a>
 <h4>ClassModel.addAttribute</h4>
 <b>addAttribute</b>(<i>attribute</i>)
 <p>
-        &#77;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#97;&#100;&#100; &#97;&#110; &#97;&#116;&#116;&#114;&#105;&#98;&#117;&#116;&#101; &#116;&#111; &#116;&#104;&#101; &#99;&#108;&#97;&#115;&#115; &#109;&#111;&#100;&#101;&#108;.
+        Method to add an attribute to the class model.
 </p><dl>
 <dt><i>attribute</i></dt>
 <dd>
-&#97;&#116;&#116;&#114;&#105;&#98;&#117;&#116;&#101; &#110;&#97;&#109;&#101; &#116;&#111; &#98;&#101; &#97;&#100;&#100;&#101;&#100; (&#115;&#116;&#114;&#105;&#110;&#103;)
+attribute name to be added (string)
 </dd>
 </dl><a NAME="ClassModel.addMethod" ID="ClassModel.addMethod"></a>
 <h4>ClassModel.addMethod</h4>
 <b>addMethod</b>(<i>method</i>)
 <p>
-        &#77;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#97;&#100;&#100; &#97; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#116;&#104;&#101; &#99;&#108;&#97;&#115;&#115; &#109;&#111;&#100;&#101;&#108;.
+        Method to add a method to the class model.
 </p><dl>
 <dt><i>method</i></dt>
 <dd>
-&#109;&#101;&#116;&#104;&#111;&#100; &#110;&#97;&#109;&#101; &#116;&#111; &#98;&#101; &#97;&#100;&#100;&#101;&#100; (&#115;&#116;&#114;&#105;&#110;&#103;)
+method name to be added (string)
 </dd>
 </dl><a NAME="ClassModel.getAttributes" ID="ClassModel.getAttributes"></a>
 <h4>ClassModel.getAttributes</h4>
 <b>getAttributes</b>(<i></i>)
 <p>
-        &#77;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#114;&#101;&#116;&#114;&#105;&#101;v&#101; &#116;&#104;&#101; &#97;&#116;&#116;&#114;&#105;&#98;&#117;&#116;&#101;&#115; &#111;&#102; &#116;&#104;&#101; &#99;&#108;&#97;&#115;&#115;.
+        Method to retrieve the attributes of the class.
 </p><dl>
 <dt>Returns:</dt>
 <dd>
-&#108;&#105;&#115;&#116; &#111;&#102; &#99;&#108;&#97;&#115;&#115; &#97;&#116;&#116;&#114;&#105;&#98;&#117;&#116;&#101;&#115; (&#108;&#105;&#115;&#116; &#111;&#102; &#115;&#116;&#114;&#105;&#110;&#103;&#115;)
+list of class attributes (list of strings)
 </dd>
 </dl><a NAME="ClassModel.getMethods" ID="ClassModel.getMethods"></a>
 <h4>ClassModel.getMethods</h4>
 <b>getMethods</b>(<i></i>)
 <p>
-        &#77;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#114;&#101;&#116;&#114;&#105;&#101;v&#101; &#116;&#104;&#101; &#109;&#101;&#116;&#104;&#111;&#100;&#115; &#111;&#102; &#116;&#104;&#101; &#99;&#108;&#97;&#115;&#115;.
+        Method to retrieve the methods of the class.
 </p><dl>
 <dt>Returns:</dt>
 <dd>
-&#108;&#105;&#115;&#116; &#111;&#102; &#99;&#108;&#97;&#115;&#115; &#109;&#101;&#116;&#104;&#111;&#100;&#115; (&#108;&#105;&#115;&#116; &#111;&#102; &#115;&#116;&#114;&#105;&#110;&#103;&#115;)
+list of class methods (list of strings)
 </dd>
 </dl><a NAME="ClassModel.getName" ID="ClassModel.getName"></a>
 <h4>ClassModel.getName</h4>
 <b>getName</b>(<i></i>)
 <p>
-        &#77;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#114;&#101;&#116;&#114;&#105;&#101;v&#101; &#116;&#104;&#101; &#99;&#108;&#97;&#115;&#115; &#110;&#97;&#109;&#101;.
+        Method to retrieve the class name.
 </p><dl>
 <dt>Returns:</dt>
 <dd>
-&#99;&#108;&#97;&#115;&#115; &#110;&#97;&#109;&#101; (&#115;&#116;&#114;&#105;&#110;&#103;)
+class name (string)
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>

eric ide

mercurial