eric6/Documentation/Source/eric6.Tasks.TaskFilter.html

changeset 7273
391d6b7b1eff
parent 6942
2602857055c5
child 7989
a21d673a8f99
diff -r 1779dc278077 -r 391d6b7b1eff eric6/Documentation/Source/eric6.Tasks.TaskFilter.html
--- a/eric6/Documentation/Source/eric6.Tasks.TaskFilter.html	Wed Sep 25 19:40:31 2019 +0200
+++ b/eric6/Documentation/Source/eric6.Tasks.TaskFilter.html	Wed Sep 25 19:42:44 2019 +0200
@@ -18,179 +18,239 @@
 
 </style>
 </head>
-<body><a NAME="top" ID="top"></a>
+<body>
+<a NAME="top" ID="top"></a>
 <h1>eric6.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 />
+<hr />
+<hr />
 <a NAME="TaskFilter" ID="TaskFilter"></a>
 <h2>TaskFilter</h2>
+
 <p>
     Class implementing a filter for tasks.
 </p>
 <h3>Derived from</h3>
 object
 <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>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#TaskFilter.hasActiveFilter">hasActiveFilter</a></td>
 <td>Public method to check for active filters.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#TaskFilter.setActive">setActive</a></td>
 <td>Public method to activate the filter.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#TaskFilter.setFileNameFilter">setFileNameFilter</a></td>
 <td>Public method to set the filename filter.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#TaskFilter.setPrioritiesFilter">setPrioritiesFilter</a></td>
 <td>Public method to set the priorities filter.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#TaskFilter.setScopeFilter">setScopeFilter</a></td>
 <td>Public method to set the scope filter.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#TaskFilter.setStatusFilter">setStatusFilter</a></td>
 <td>Public method to set the status filter.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#TaskFilter.setSummaryFilter">setSummaryFilter</a></td>
 <td>Public method to set the description filter.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#TaskFilter.setTypeFilter">setTypeFilter</a></td>
 <td>Public method to set the type filter.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#TaskFilter.showTask">showTask</a></td>
 <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>
+</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>
+</p>
+<dl>
 <dt>Returns:</dt>
 <dd>
 flag indicating an active filter was found (boolean)
 </dd>
-</dl><a NAME="TaskFilter.setActive" ID="TaskFilter.setActive"></a>
+</dl>
+<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>
+</p>
+<dl>
+
 <dt><i>enabled</i></dt>
 <dd>
 flag indicating the activation state (boolean)
 </dd>
-</dl><a NAME="TaskFilter.setFileNameFilter" ID="TaskFilter.setFileNameFilter"></a>
+</dl>
+<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>
+</p>
+<dl>
+
 <dt><i>filterStr</i></dt>
 <dd>
 a wildcard expression for the filename filter
             to set (string) or None
 </dd>
-</dl><a NAME="TaskFilter.setPrioritiesFilter" ID="TaskFilter.setPrioritiesFilter"></a>
+</dl>
+<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>
+</p>
+<dl>
+
 <dt><i>priorities</i></dt>
 <dd>
 list of task priorities (list of integer) or None
 </dd>
-</dl><a NAME="TaskFilter.setScopeFilter" ID="TaskFilter.setScopeFilter"></a>
+</dl>
+<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>
+</p>
+<dl>
+
 <dt><i>scope</i></dt>
 <dd>
 flag indicating a project task (boolean) or None
 </dd>
-</dl><a NAME="TaskFilter.setStatusFilter" ID="TaskFilter.setStatusFilter"></a>
+</dl>
+<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>
+</p>
+<dl>
+
 <dt><i>status</i></dt>
 <dd>
 flag indicating a completed task (boolean) or None
 </dd>
-</dl><a NAME="TaskFilter.setSummaryFilter" ID="TaskFilter.setSummaryFilter"></a>
+</dl>
+<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>
+</p>
+<dl>
+
 <dt><i>filterStr</i></dt>
 <dd>
 a regular expression for the description filter
             to set (string) or None
 </dd>
-</dl><a NAME="TaskFilter.setTypeFilter" ID="TaskFilter.setTypeFilter"></a>
+</dl>
+<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>
+</p>
+<dl>
+
 <dt><i>taskType</i></dt>
 <dd>
 type of the task (one of Task.TypeNone, Task.TypeFixme,
             Task.TypeTodo, Task.TypeWarning, Task.TypeNote)
 </dd>
-</dl><a NAME="TaskFilter.showTask" ID="TaskFilter.showTask"></a>
+</dl>
+<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>
+</p>
+<dl>
+
 <dt><i>task</i></dt>
 <dd>
 reference to the task object to check (Task)
 </dd>
-</dl><dl>
+</dl>
+<dl>
 <dt>Returns:</dt>
 <dd>
 flag indicating whether the task should be shown (boolean)

eric ide

mercurial