diff -r a925267d1545 -r 5aa1070daa48 eric7/Documentation/Source/eric7.Tasks.TaskViewer.html --- a/eric7/Documentation/Source/eric7.Tasks.TaskViewer.html Sun Oct 03 17:25:49 2021 +0200 +++ b/eric7/Documentation/Source/eric7.Tasks.TaskViewer.html Sun Oct 03 18:36:41 2021 +0200 @@ -288,6 +288,10 @@ <td>Public slot to clear all tasks from display.</td> </tr> <tr> +<td><a href="#TaskViewer.containsTask">containsTask</a></td> +<td>Public method to test, if a task is already in the tasks list.</td> +</tr> +<tr> <td><a href="#TaskViewer.findParentTask">findParentTask</a></td> <td>Public method to find a parent task by its ID.</td> </tr> @@ -684,6 +688,32 @@ <p> Public slot to clear all tasks from display. </p> +<a NAME="TaskViewer.containsTask" ID="TaskViewer.containsTask"></a> +<h4>TaskViewer.containsTask</h4> +<b>containsTask</b>(<i>taskToTest</i>) + +<p> + Public method to test, if a task is already in the tasks list. +</p> +<dl> + +<dt><i>taskToTest</i> (Task)</dt> +<dd> +task to look for +</dd> +</dl> +<dl> +<dt>Return:</dt> +<dd> +flag indicating the existence of the task +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +bool +</dd> +</dl> <a NAME="TaskViewer.findParentTask" ID="TaskViewer.findParentTask"></a> <h4>TaskViewer.findParentTask</h4> <b>findParentTask</b>(<i>parentUid</i>)