diff -r 809d5d5ac2ba -r 871b40c5a77a eric6/Documentation/Source/eric6.Graphics.ModuleItem.html --- a/eric6/Documentation/Source/eric6.Graphics.ModuleItem.html Tue May 04 19:30:25 2021 +0200 +++ b/eric6/Documentation/Source/eric6.Graphics.ModuleItem.html Tue May 04 20:03:40 2021 +0200 @@ -174,7 +174,13 @@ <dl> <dt>Return:</dt> <dd> -persistence data (string) +persistence data +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +str </dd> </dl> <a NAME="ModuleItem.paint" ID="ModuleItem.paint"></a> @@ -186,17 +192,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="ModuleItem.parseItemDataString" ID="ModuleItem.parseItemDataString"></a> @@ -208,19 +214,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="ModuleItem.setModel" ID="ModuleItem.setModel"></a> @@ -232,9 +244,9 @@ </p> <dl> -<dt><i>model</i></dt> +<dt><i>model</i> (ModuleModel)</dt> <dd> -module model containing the module data (ModuleModel) +module model containing the module data </dd> </dl> <div align="right"><a href="#top">Up</a></div> @@ -290,13 +302,13 @@ </p> <dl> -<dt><i>name</i></dt> +<dt><i>name</i> (str)</dt> <dd> -the module name (string) +the module name </dd> -<dt><i>classlist</i></dt> +<dt><i>classlist</i> (list of str)</dt> <dd> -list of class names (list of strings) +list of class names </dd> </dl> <a NAME="ModuleModel.addClass" ID="ModuleModel.addClass"></a> @@ -308,9 +320,9 @@ </p> <dl> -<dt><i>classname</i></dt> +<dt><i>classname</i> (str)</dt> <dd> -class name to be added (string) +class name to be added </dd> </dl> <a NAME="ModuleModel.getClasses" ID="ModuleModel.getClasses"></a> @@ -323,7 +335,13 @@ <dl> <dt>Return:</dt> <dd> -list of class names (list of strings) +list of class names +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +list of str </dd> </dl> <div align="right"><a href="#top">Up</a></div>