281 <dd> |
281 <dd> |
282 column the item was activated in (integer) |
282 column the item was activated in (integer) |
283 </dd> |
283 </dd> |
284 </dl><a NAME="TaskViewer.addFileTask" ID="TaskViewer.addFileTask"></a> |
284 </dl><a NAME="TaskViewer.addFileTask" ID="TaskViewer.addFileTask"></a> |
285 <h4>TaskViewer.addFileTask</h4> |
285 <h4>TaskViewer.addFileTask</h4> |
286 <b>addFileTask</b>(<i>description, filename, lineno, taskType=Task.TypeTodo, longtext=""</i>) |
286 <b>addFileTask</b>(<i>summary, filename, lineno, taskType=Task.TypeTodo, description=""</i>) |
287 <p> |
287 <p> |
288 Public slot to add a file related task. |
288 Public slot to add a file related task. |
289 </p><dl> |
289 </p><dl> |
290 <dt><i>description</i></dt> |
290 <dt><i>summary</i></dt> |
291 <dd> |
291 <dd> |
292 descriptive text of the task (string) |
292 summary text of the task (string) |
293 </dd><dt><i>filename</i></dt> |
293 </dd><dt><i>filename</i></dt> |
294 <dd> |
294 <dd> |
295 filename containing the task (string) |
295 filename containing the task (string) |
296 </dd><dt><i>lineno</i></dt> |
296 </dd><dt><i>lineno</i></dt> |
297 <dd> |
297 <dd> |
298 line number containing the task (integer) |
298 line number containing the task (integer) |
299 </dd><dt><i>taskType</i></dt> |
299 </dd><dt><i>taskType</i></dt> |
300 <dd> |
300 <dd> |
301 type of the task (one of Task.TypeFixme, Task.TypeTodo, |
301 type of the task (one of Task.TypeFixme, Task.TypeTodo, |
302 Task.TypeWarning, Task.TypeNote) |
302 Task.TypeWarning, Task.TypeNote) |
303 </dd><dt><i>longtext</i></dt> |
303 </dd><dt><i>description</i></dt> |
304 <dd> |
304 <dd> |
305 explanatory text of the task (string) |
305 explanatory text of the task (string) |
306 </dd> |
306 </dd> |
307 </dl><a NAME="TaskViewer.addTask" ID="TaskViewer.addTask"></a> |
307 </dl><a NAME="TaskViewer.addTask" ID="TaskViewer.addTask"></a> |
308 <h4>TaskViewer.addTask</h4> |
308 <h4>TaskViewer.addTask</h4> |
309 <b>addTask</b>(<i>description, priority=1, filename="", lineno=0, completed=False, _time=0, isProjectTask=False, taskType=Task.TypeTodo, longtext=""</i>) |
309 <b>addTask</b>(<i>summary, priority=1, filename="", lineno=0, completed=False, _time=0, isProjectTask=False, taskType=Task.TypeTodo, description=""</i>) |
310 <p> |
310 <p> |
311 Public slot to add a task. |
311 Public slot to add a task. |
312 </p><dl> |
312 </p><dl> |
313 <dt><i>description</i></dt> |
313 <dt><i>summary</i></dt> |
314 <dd> |
314 <dd> |
315 descriptive text of the task (string) |
315 summary text of the task (string) |
316 </dd><dt><i>priority</i></dt> |
316 </dd><dt><i>priority</i></dt> |
317 <dd> |
317 <dd> |
318 priority of the task (0=high, 1=normal, 2=low) |
318 priority of the task (0=high, 1=normal, 2=low) |
319 </dd><dt><i>filename</i></dt> |
319 </dd><dt><i>filename</i></dt> |
320 <dd> |
320 <dd> |
334 project (boolean) |
334 project (boolean) |
335 </dd><dt><i>taskType</i></dt> |
335 </dd><dt><i>taskType</i></dt> |
336 <dd> |
336 <dd> |
337 type of the task (one of Task.TypeFixme, Task.TypeTodo, |
337 type of the task (one of Task.TypeFixme, Task.TypeTodo, |
338 Task.TypeWarning, Task.TypeNote) |
338 Task.TypeWarning, Task.TypeNote) |
339 </dd><dt><i>longtext</i></dt> |
339 </dd><dt><i>description</i></dt> |
340 <dd> |
340 <dd> |
341 explanatory text of the task (string) |
341 explanatory text of the task (string) |
342 </dd> |
342 </dd> |
343 </dl><a NAME="TaskViewer.clearFileTasks" ID="TaskViewer.clearFileTasks"></a> |
343 </dl><a NAME="TaskViewer.clearFileTasks" ID="TaskViewer.clearFileTasks"></a> |
344 <h4>TaskViewer.clearFileTasks</h4> |
344 <h4>TaskViewer.clearFileTasks</h4> |