--- a/eric6/Documentation/Source/eric6.Graphics.UMLItem.html Tue May 04 19:30:25 2021 +0200 +++ b/eric6/Documentation/Source/eric6.Graphics.UMLItem.html Tue May 04 20:03:40 2021 +0200 @@ -186,9 +186,9 @@ </p> <dl> -<dt><i>assoc</i></dt> +<dt><i>assoc</i> (AssociationWidget)</dt> <dd> -association to be added (AssociationWidget) +association to be added </dd> </dl> <a NAME="UMLItem.adjustAssociations" ID="UMLItem.adjustAssociations"></a> @@ -213,7 +213,13 @@ <dl> <dt>Return:</dt> <dd> -persistence data (string) +persistence data +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +str </dd> </dl> <a NAME="UMLItem.getId" ID="UMLItem.getId"></a> @@ -226,7 +232,13 @@ <dl> <dt>Return:</dt> <dd> -ID of the item (integer) +ID of the item +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +int </dd> </dl> <a NAME="UMLItem.getItemType" ID="UMLItem.getItemType"></a> @@ -239,7 +251,13 @@ <dl> <dt>Return:</dt> <dd> -item type (string) +item type +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +str </dd> </dl> <a NAME="UMLItem.getName" ID="UMLItem.getName"></a> @@ -252,7 +270,13 @@ <dl> <dt>Return:</dt> <dd> -item name (string) +item name +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +str </dd> </dl> <a NAME="UMLItem.itemChange" ID="UMLItem.itemChange"></a> @@ -264,9 +288,9 @@ </p> <dl> -<dt><i>change</i></dt> +<dt><i>change</i> (QGraphicsItem.GraphicsItemChange)</dt> <dd> -the item's change (QGraphicsItem.GraphicsItemChange) +the item's change </dd> <dt><i>value</i></dt> <dd> @@ -288,13 +312,13 @@ </p> <dl> -<dt><i>dx</i></dt> +<dt><i>dx</i> (float)</dt> <dd> -relative movement in x-direction (float) +relative movement in x-direction </dd> -<dt><i>dy</i></dt> +<dt><i>dy</i> (float)</dt> <dd> -relative movement in y-direction (float) +relative movement in y-direction </dd> </dl> <a NAME="UMLItem.paint" ID="UMLItem.paint"></a> @@ -306,17 +330,17 @@ </p> <dl> -<dt><i>painter</i></dt> +<dt><i>painter</i> (QPainter)</dt> <dd> -reference to the painter object (QPainter) +reference to the painter object </dd> -<dt><i>option</i></dt> +<dt><i>option</i> (QStyleOptionGraphicsItem)</dt> <dd> -style options (QStyleOptionGraphicsItem) +style options </dd> -<dt><i>widget</i></dt> +<dt><i>widget</i> (QWidget)</dt> <dd> -optional reference to the widget painted on (QWidget) +optional reference to the widget painted on </dd> </dl> <a NAME="UMLItem.parseItemDataString" ID="UMLItem.parseItemDataString"></a> @@ -328,19 +352,25 @@ </p> <dl> -<dt><i>version</i></dt> +<dt><i>version</i> (str)</dt> <dd> -version of the data (string) +version of the data </dd> -<dt><i>data</i></dt> +<dt><i>data</i> (str)</dt> <dd> -persisted data to be parsed (string) +persisted data to be parsed </dd> </dl> <dl> <dt>Return:</dt> <dd> -flag indicating success (boolean) +flag indicating success +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +bool </dd> </dl> <a NAME="UMLItem.removeAssociation" ID="UMLItem.removeAssociation"></a> @@ -352,9 +382,9 @@ </p> <dl> -<dt><i>assoc</i></dt> +<dt><i>assoc</i> (AssociationWidget)</dt> <dd> -association to be removed (AssociationWidget) +association to be removed </dd> </dl> <a NAME="UMLItem.removeAssociations" ID="UMLItem.removeAssociations"></a> @@ -373,9 +403,9 @@ </p> <dl> -<dt><i>itemId</i></dt> +<dt><i>itemId</i> (int)</dt> <dd> -assigned ID (integer) +assigned ID </dd> </dl> <a NAME="UMLItem.setPos" ID="UMLItem.setPos"></a> @@ -387,13 +417,13 @@ </p> <dl> -<dt><i>x</i></dt> +<dt><i>x</i> (float)</dt> <dd> -absolute x-position (float) +absolute x-position </dd> -<dt><i>y</i></dt> +<dt><i>y</i> (float)</dt> <dd> -absolute y-position (float) +absolute y-position </dd> </dl> <a NAME="UMLItem.setSize" ID="UMLItem.setSize"></a> @@ -405,13 +435,13 @@ </p> <dl> -<dt><i>width</i></dt> +<dt><i>width</i> (float)</dt> <dd> -width of the rectangle (float) +width of the rectangle </dd> -<dt><i>height</i></dt> +<dt><i>height</i> (float)</dt> <dd> -height of the rectangle (float) +height of the rectangle </dd> </dl> <div align="right"><a href="#top">Up</a></div> @@ -463,9 +493,9 @@ </p> <dl> -<dt><i>name</i></dt> +<dt><i>name</i> (str)</dt> <dd> -package name (string) +package name </dd> </dl> <a NAME="UMLModel.getName" ID="UMLModel.getName"></a> @@ -478,7 +508,13 @@ <dl> <dt>Return:</dt> <dd> -model name (string) +model name +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +str </dd> </dl> <div align="right"><a href="#top">Up</a></div>