src/eric7/Documentation/Source/eric7.Tasks.TaskFilter.html

branch
eric7
changeset 10431
64157aeb0312
parent 9209
b99e7fd55fd3
child 10479
856476537696
diff -r e440aaf179ce -r 64157aeb0312 src/eric7/Documentation/Source/eric7.Tasks.TaskFilter.html
--- a/src/eric7/Documentation/Source/eric7.Tasks.TaskFilter.html	Wed Dec 20 19:28:22 2023 +0100
+++ b/src/eric7/Documentation/Source/eric7.Tasks.TaskFilter.html	Thu Dec 21 12:03:40 2023 +0100
@@ -118,7 +118,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-flag indicating an active filter was found (boolean)
+flag indicating an active filter was found
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+bool
 </dd>
 </dl>
 <a NAME="TaskFilter.setActive" ID="TaskFilter.setActive"></a>
@@ -130,9 +136,9 @@
 </p>
 <dl>
 
-<dt><i>enabled</i></dt>
+<dt><i>enabled</i> (bool)</dt>
 <dd>
-flag indicating the activation state (boolean)
+flag indicating the activation state
 </dd>
 </dl>
 <a NAME="TaskFilter.setFileNameFilter" ID="TaskFilter.setFileNameFilter"></a>
@@ -144,10 +150,9 @@
 </p>
 <dl>
 
-<dt><i>filterStr</i></dt>
+<dt><i>filterStr</i> (str)</dt>
 <dd>
-a wildcard expression for the filename filter
-            to set (string) or None
+a wildcard expression for the filename filter to set
 </dd>
 </dl>
 <a NAME="TaskFilter.setPrioritiesFilter" ID="TaskFilter.setPrioritiesFilter"></a>
@@ -173,9 +178,9 @@
 </p>
 <dl>
 
-<dt><i>scope</i></dt>
+<dt><i>scope</i> (bool)</dt>
 <dd>
-flag indicating a project task (boolean) or None
+flag indicating a project task
 </dd>
 </dl>
 <a NAME="TaskFilter.setStatusFilter" ID="TaskFilter.setStatusFilter"></a>
@@ -187,9 +192,9 @@
 </p>
 <dl>
 
-<dt><i>status</i></dt>
+<dt><i>status</i> (bool)</dt>
 <dd>
-flag indicating a completed task (boolean) or None
+flag indicating a completed task
 </dd>
 </dl>
 <a NAME="TaskFilter.setSummaryFilter" ID="TaskFilter.setSummaryFilter"></a>
@@ -201,10 +206,9 @@
 </p>
 <dl>
 
-<dt><i>filterStr</i></dt>
+<dt><i>filterStr</i> (str)</dt>
 <dd>
-a regular expression for the description filter
-            to set (string) or None
+a regular expression for the description filter to set
 </dd>
 </dl>
 <a NAME="TaskFilter.setTypeFilter" ID="TaskFilter.setTypeFilter"></a>
@@ -230,15 +234,21 @@
 </p>
 <dl>
 
-<dt><i>task</i></dt>
+<dt><i>task</i> (Task)</dt>
 <dd>
-reference to the task object to check (Task)
+reference to the task object to check
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-flag indicating whether the task should be shown (boolean)
+flag indicating whether the task should be shown
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+bool
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>

eric ide

mercurial