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> -Module implementing an UML like class item. +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>Class implementing an UML like class item.</td> +<td>Class implementing an UML like class item.</td> </tr><tr> <td><a href="#ClassModel">ClassModel</a></td> -<td>Class implementing the class model.</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> - Class implementing an UML like class item. + 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>Constructor</td> +<td>Constructor</td> </tr><tr> <td><a href="#ClassItem.__calculateSize">__calculateSize</a></td> -<td>Private method to calculate the size of the class item.</td> +<td>Private method to calculate the size of the class item.</td> </tr><tr> <td><a href="#ClassItem.__createTexts">__createTexts</a></td> -<td>Private method to create the text items of the class item.</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>Method returning the external state.</td> +<td>Method returning the external state.</td> </tr><tr> <td><a href="#ClassItem.paint">paint</a></td> -<td>Public method to paint the item in local coordinates.</td> +<td>Public method to paint the item in local coordinates.</td> </tr><tr> <td><a href="#ClassItem.setModel">setModel</a></td> -<td>Method to set the class model.</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> - Constructor + Constructor </p><dl> <dt><i>model</i></dt> <dd> -class model containing the class data (ClassModel) +class model containing the class data (ClassModel) </dd><dt><i>external</i></dt> <dd> -flag indicating a class defined outside our scope (boolean) +flag indicating a class defined outside our scope (boolean) </dd><dt><i>x</i></dt> <dd> -x-coordinate (integer) +x-coordinate (integer) </dd><dt><i>y</i></dt> <dd> -y-coordinate (integer) +y-coordinate (integer) </dd><dt><i>rounded=</i></dt> <dd> -flag indicating a rounded corner (boolean) +flag indicating a rounded corner (boolean) </dd><dt><i>noAttrs=</i></dt> <dd> -flag indicating, that no attributes should be shown (boolean) +flag indicating, that no attributes should be shown (boolean) </dd><dt><i>parent=</i></dt> <dd> -reference to the parent object (QGraphicsItem) +reference to the parent object (QGraphicsItem) </dd><dt><i>scene=</i></dt> <dd> -reference to the scene object (QGraphicsScene) +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> - Private method to calculate the size of the class item. + 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. + 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> - Method returning the external state. + Method returning the external state. </p><dl> <dt>Returns:</dt> <dd> -external state (boolean) +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> - Public method to paint the item in local coordinates. + Public method to paint the item in local coordinates. </p><dl> <dt><i>painter</i></dt> <dd> -reference to the painter object (QPainter) +reference to the painter object (QPainter) </dd><dt><i>option</i></dt> <dd> -style options (QStyleOptionGraphicsItem) +style options (QStyleOptionGraphicsItem) </dd><dt><i>widget</i></dt> <dd> -optional reference to the widget painted on (QWidget) +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> - Method to set the class model. + Method to set the class model. </p><dl> <dt><i>model</i></dt> <dd> -class model containing the class data (ClassModel) +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> - Class implementing the class model. + 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>Constructor</td> +<td>Constructor</td> </tr><tr> <td><a href="#ClassModel.addAttribute">addAttribute</a></td> -<td>Method to add an attribute to the class model.</td> +<td>Method to add an attribute to the class model.</td> </tr><tr> <td><a href="#ClassModel.addMethod">addMethod</a></td> -<td>Method to add a method to the class model.</td> +<td>Method to add a method to the class model.</td> </tr><tr> <td><a href="#ClassModel.getAttributes">getAttributes</a></td> -<td>Method to retrieve the attributes of the class.</td> +<td>Method to retrieve the attributes of the class.</td> </tr><tr> <td><a href="#ClassModel.getMethods">getMethods</a></td> -<td>Method to retrieve the methods of the class.</td> +<td>Method to retrieve the methods of the class.</td> </tr><tr> <td><a href="#ClassModel.getName">getName</a></td> -<td>Method to retrieve the class name.</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> - Constructor + Constructor </p><dl> <dt><i>name</i></dt> <dd> -the class name (string) +the class name (string) </dd><dt><i>methods</i></dt> <dd> -list of method names of the class - (list of strings) +list of method names of the class + (list of strings) </dd><dt><i>attributes</i></dt> <dd> -list of attribute names of the class - (list of strings) +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> - Method to add an attribute to the class model. + Method to add an attribute to the class model. </p><dl> <dt><i>attribute</i></dt> <dd> -attribute name to be added (string) +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> - Method to add a method to the class model. + Method to add a method to the class model. </p><dl> <dt><i>method</i></dt> <dd> -method name to be added (string) +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> - Method to retrieve the attributes of the class. + Method to retrieve the attributes of the class. </p><dl> <dt>Returns:</dt> <dd> -list of class attributes (list of strings) +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> - Method to retrieve the methods of the class. + Method to retrieve the methods of the class. </p><dl> <dt>Returns:</dt> <dd> -list of class methods (list of strings) +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> - Method to retrieve the class name. + Method to retrieve the class name. </p><dl> <dt>Returns:</dt> <dd> -class name (string) +class name (string) </dd> </dl> <div align="right"><a href="#top">Up</a></div>