diff -r de9106c55c3d -r 856476537696 src/eric7/Documentation/Source/eric7.Tasks.TaskFilter.html --- a/src/eric7/Documentation/Source/eric7.Tasks.TaskFilter.html Thu Jan 04 17:16:15 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.Tasks.TaskFilter.html Thu Jan 04 18:02:25 2024 +0100 @@ -7,53 +7,50 @@ <body> <a NAME="top" ID="top"></a> <h1>eric7.Tasks.TaskFilter</h1> - <p> Module implementing a class to store task data. </p> + <h3>Global Attributes</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Classes</h3> - <table> - <tr> <td><a href="#TaskFilter">TaskFilter</a></td> <td>Class implementing a filter for tasks.</td> </tr> </table> + <h3>Functions</h3> - <table> <tr><td>None</td></tr> </table> + <hr /> <hr /> <a NAME="TaskFilter" ID="TaskFilter"></a> <h2>TaskFilter</h2> - <p> Class implementing a filter for tasks. </p> + <h3>Derived from</h3> None <h3>Class Attributes</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Class Methods</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Methods</h3> - <table> - <tr> <td><a href="#TaskFilter.__init__">TaskFilter</a></td> <td>Constructor</td> @@ -95,26 +92,27 @@ <td>Public method to check, if a task should be shown.</td> </tr> </table> + <h3>Static Methods</h3> - <table> <tr><td>None</td></tr> </table> + <a NAME="TaskFilter.__init__" ID="TaskFilter.__init__"></a> <h4>TaskFilter (Constructor)</h4> <b>TaskFilter</b>(<i></i>) - <p> Constructor </p> + <a NAME="TaskFilter.hasActiveFilter" ID="TaskFilter.hasActiveFilter"></a> <h4>TaskFilter.hasActiveFilter</h4> <b>hasActiveFilter</b>(<i></i>) - <p> Public method to check for active filters. </p> + <dl> <dt>Return:</dt> <dd> @@ -130,10 +128,10 @@ <a NAME="TaskFilter.setActive" ID="TaskFilter.setActive"></a> <h4>TaskFilter.setActive</h4> <b>setActive</b>(<i>enabled</i>) - <p> Public method to activate the filter. </p> + <dl> <dt><i>enabled</i> (bool)</dt> @@ -144,10 +142,10 @@ <a NAME="TaskFilter.setFileNameFilter" ID="TaskFilter.setFileNameFilter"></a> <h4>TaskFilter.setFileNameFilter</h4> <b>setFileNameFilter</b>(<i>filterStr</i>) - <p> Public method to set the filename filter. </p> + <dl> <dt><i>filterStr</i> (str)</dt> @@ -158,10 +156,10 @@ <a NAME="TaskFilter.setPrioritiesFilter" ID="TaskFilter.setPrioritiesFilter"></a> <h4>TaskFilter.setPrioritiesFilter</h4> <b>setPrioritiesFilter</b>(<i>priorities</i>) - <p> Public method to set the priorities filter. </p> + <dl> <dt><i>priorities</i> (list of TaskPriority or None)</dt> @@ -172,10 +170,10 @@ <a NAME="TaskFilter.setScopeFilter" ID="TaskFilter.setScopeFilter"></a> <h4>TaskFilter.setScopeFilter</h4> <b>setScopeFilter</b>(<i>scope</i>) - <p> Public method to set the scope filter. </p> + <dl> <dt><i>scope</i> (bool)</dt> @@ -186,10 +184,10 @@ <a NAME="TaskFilter.setStatusFilter" ID="TaskFilter.setStatusFilter"></a> <h4>TaskFilter.setStatusFilter</h4> <b>setStatusFilter</b>(<i>status</i>) - <p> Public method to set the status filter. </p> + <dl> <dt><i>status</i> (bool)</dt> @@ -200,10 +198,10 @@ <a NAME="TaskFilter.setSummaryFilter" ID="TaskFilter.setSummaryFilter"></a> <h4>TaskFilter.setSummaryFilter</h4> <b>setSummaryFilter</b>(<i>filterStr</i>) - <p> Public method to set the description filter. </p> + <dl> <dt><i>filterStr</i> (str)</dt> @@ -214,10 +212,10 @@ <a NAME="TaskFilter.setTypeFilter" ID="TaskFilter.setTypeFilter"></a> <h4>TaskFilter.setTypeFilter</h4> <b>setTypeFilter</b>(<i>taskType</i>) - <p> Public method to set the type filter. </p> + <dl> <dt><i>taskType</i> (TaskType)</dt> @@ -228,10 +226,10 @@ <a NAME="TaskFilter.showTask" ID="TaskFilter.showTask"></a> <h4>TaskFilter.showTask</h4> <b>showTask</b>(<i>task</i>) - <p> Public method to check, if a task should be shown. </p> + <dl> <dt><i>task</i> (Task)</dt> @@ -253,4 +251,4 @@ </dl> <div align="right"><a href="#top">Up</a></div> <hr /> -</body></html> \ No newline at end of file +</body></html>