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

changeset 8281
184ece570a2b
parent 8215
fc5d68a6889e
equal deleted inserted replaced
8280:17d03699f151 8281:184ece570a2b
171 <p> 171 <p>
172 Public method to set the priorities filter. 172 Public method to set the priorities filter.
173 </p> 173 </p>
174 <dl> 174 <dl>
175 175
176 <dt><i>priorities</i></dt> 176 <dt><i>priorities</i> (list of TaskPriority or None)</dt>
177 <dd> 177 <dd>
178 list of task priorities (list of integer) or None 178 list of task priorities or None
179 </dd> 179 </dd>
180 </dl> 180 </dl>
181 <a NAME="TaskFilter.setScopeFilter" ID="TaskFilter.setScopeFilter"></a> 181 <a NAME="TaskFilter.setScopeFilter" ID="TaskFilter.setScopeFilter"></a>
182 <h4>TaskFilter.setScopeFilter</h4> 182 <h4>TaskFilter.setScopeFilter</h4>
183 <b>setScopeFilter</b>(<i>scope</i>) 183 <b>setScopeFilter</b>(<i>scope</i>)
228 <p> 228 <p>
229 Public method to set the type filter. 229 Public method to set the type filter.
230 </p> 230 </p>
231 <dl> 231 <dl>
232 232
233 <dt><i>taskType</i></dt> 233 <dt><i>taskType</i> (TaskType)</dt>
234 <dd> 234 <dd>
235 type of the task (one of Task.TypeNone, Task.TypeFixme, 235 type of the task
236 Task.TypeTodo, Task.TypeWarning, Task.TypeNote)
237 </dd> 236 </dd>
238 </dl> 237 </dl>
239 <a NAME="TaskFilter.showTask" ID="TaskFilter.showTask"></a> 238 <a NAME="TaskFilter.showTask" ID="TaskFilter.showTask"></a>
240 <h4>TaskFilter.showTask</h4> 239 <h4>TaskFilter.showTask</h4>
241 <b>showTask</b>(<i>task</i>) 240 <b>showTask</b>(<i>task</i>)

eric ide

mercurial