Sun, 28 Mar 2021 18:51:40 +0200
Updated source docu for background service.
eric6/APIs/Python3/eric6.api | file | annotate | diff | comparison | revisions | |
eric6/Documentation/Source/eric6.Utilities.BackgroundService.html | file | annotate | diff | comparison | revisions |
--- a/eric6/APIs/Python3/eric6.api Sun Mar 28 15:09:49 2021 +0200 +++ b/eric6/APIs/Python3/eric6.api Sun Mar 28 18:51:40 2021 +0200 @@ -9444,7 +9444,7 @@ eric6.Utilities.BackgroundService.BackgroundService.serviceDisconnect?4(fx, lang) eric6.Utilities.BackgroundService.BackgroundService.serviceNotAvailable?7 eric6.Utilities.BackgroundService.BackgroundService.shutdown?4() -eric6.Utilities.BackgroundService.BackgroundService?1() +eric6.Utilities.BackgroundService.BackgroundService?1(parent=None) eric6.Utilities.ClassBrowsers.ClbrBaseClasses.Attribute.addAssignment?4(lineno) eric6.Utilities.ClassBrowsers.ClbrBaseClasses.Attribute?1(module, name, file, lineno) eric6.Utilities.ClassBrowsers.ClbrBaseClasses.Class?1(module, name, superClasses, file, lineno)
--- a/eric6/Documentation/Source/eric6.Utilities.BackgroundService.html Sun Mar 28 15:09:49 2021 +0200 +++ b/eric6/Documentation/Source/eric6.Utilities.BackgroundService.html Sun Mar 28 18:51:40 2021 +0200 @@ -148,11 +148,18 @@ <a NAME="BackgroundService.__init__" ID="BackgroundService.__init__"></a> <h4>BackgroundService (Constructor)</h4> -<b>BackgroundService</b>(<i></i>) +<b>BackgroundService</b>(<i>parent=None</i>) <p> Constructor </p> +<dl> + +<dt><i>parent</i> (QObject)</dt> +<dd> +reference to the parent object +</dd> +</dl> <a NAME="BackgroundService.__processQueue" ID="BackgroundService.__processQueue"></a> <h4>BackgroundService.__processQueue</h4> <b>__processQueue</b>(<i></i>)