263 Public slot to return the completion status. |
287 Public slot to return the completion status. |
264 </p> |
288 </p> |
265 <dl> |
289 <dl> |
266 <dt>Return:</dt> |
290 <dt>Return:</dt> |
267 <dd> |
291 <dd> |
268 flag indicating the completion status (boolean) |
292 flag indicating the completion status |
|
293 </dd> |
|
294 </dl> |
|
295 <dl> |
|
296 <dt>Return Type:</dt> |
|
297 <dd> |
|
298 bool |
269 </dd> |
299 </dd> |
270 </dl> |
300 </dl> |
271 <a NAME="Task.isFileTask" ID="Task.isFileTask"></a> |
301 <a NAME="Task.isFileTask" ID="Task.isFileTask"></a> |
272 <h4>Task.isFileTask</h4> |
302 <h4>Task.isFileTask</h4> |
273 <b>isFileTask</b>(<i></i>) |
303 <b>isFileTask</b>(<i></i>) |
276 Public slot to get an indication, if this task is related to a file. |
306 Public slot to get an indication, if this task is related to a file. |
277 </p> |
307 </p> |
278 <dl> |
308 <dl> |
279 <dt>Return:</dt> |
309 <dt>Return:</dt> |
280 <dd> |
310 <dd> |
281 flag indicating a file task (boolean) |
311 flag indicating a file task |
|
312 </dd> |
|
313 </dl> |
|
314 <dl> |
|
315 <dt>Return Type:</dt> |
|
316 <dd> |
|
317 bool |
282 </dd> |
318 </dd> |
283 </dl> |
319 </dl> |
284 <a NAME="Task.isProjectFileTask" ID="Task.isProjectFileTask"></a> |
320 <a NAME="Task.isProjectFileTask" ID="Task.isProjectFileTask"></a> |
285 <h4>Task.isProjectFileTask</h4> |
321 <h4>Task.isProjectFileTask</h4> |
286 <b>isProjectFileTask</b>(<i></i>) |
322 <b>isProjectFileTask</b>(<i></i>) |
303 Public slot to return the project relation status. |
345 Public slot to return the project relation status. |
304 </p> |
346 </p> |
305 <dl> |
347 <dl> |
306 <dt>Return:</dt> |
348 <dt>Return:</dt> |
307 <dd> |
349 <dd> |
308 flag indicating the project relation status (boolean) |
350 flag indicating the project relation status |
|
351 </dd> |
|
352 </dl> |
|
353 <dl> |
|
354 <dt>Return Type:</dt> |
|
355 <dd> |
|
356 bool |
309 </dd> |
357 </dd> |
310 </dl> |
358 </dl> |
311 <a NAME="Task.setCompleted" ID="Task.setCompleted"></a> |
359 <a NAME="Task.setCompleted" ID="Task.setCompleted"></a> |
312 <h4>Task.setCompleted</h4> |
360 <h4>Task.setCompleted</h4> |
313 <b>setCompleted</b>(<i>completed</i>) |
361 <b>setCompleted</b>(<i>completed</i>) |
315 <p> |
363 <p> |
316 Public slot to update the completed flag. |
364 Public slot to update the completed flag. |
317 </p> |
365 </p> |
318 <dl> |
366 <dl> |
319 |
367 |
320 <dt><i>completed</i></dt> |
368 <dt><i>completed</i> (bool)</dt> |
321 <dd> |
369 <dd> |
322 flag indicating completion status (boolean) |
370 flag indicating completion status |
323 </dd> |
371 </dd> |
324 </dl> |
372 </dl> |
325 <a NAME="Task.setDescription" ID="Task.setDescription"></a> |
373 <a NAME="Task.setDescription" ID="Task.setDescription"></a> |
326 <h4>Task.setDescription</h4> |
374 <h4>Task.setDescription</h4> |
327 <b>setDescription</b>(<i>description</i>) |
375 <b>setDescription</b>(<i>description</i>) |
357 <p> |
405 <p> |
358 Public method to set the project relation flag. |
406 Public method to set the project relation flag. |
359 </p> |
407 </p> |
360 <dl> |
408 <dl> |
361 |
409 |
362 <dt><i>pt</i></dt> |
410 <dt><i>pt</i> (bool)</dt> |
363 <dd> |
411 <dd> |
364 flag indicating a project task (boolean) |
412 flag indicating a project task |
365 </dd> |
413 </dd> |
366 </dl> |
414 </dl> |
367 <a NAME="Task.setSummary" ID="Task.setSummary"></a> |
415 <a NAME="Task.setSummary" ID="Task.setSummary"></a> |
368 <h4>Task.setSummary</h4> |
416 <h4>Task.setSummary</h4> |
369 <b>setSummary</b>(<i>summary</i>) |
417 <b>setSummary</b>(<i>summary</i>) |
371 <p> |
419 <p> |
372 Public slot to update the description. |
420 Public slot to update the description. |
373 </p> |
421 </p> |
374 <dl> |
422 <dl> |
375 |
423 |
376 <dt><i>summary</i></dt> |
424 <dt><i>summary</i> (str)</dt> |
377 <dd> |
425 <dd> |
378 summary text of the task (string) |
426 summary text of the task |
379 </dd> |
427 </dd> |
380 </dl> |
428 </dl> |
381 <a NAME="Task.setTaskType" ID="Task.setTaskType"></a> |
429 <a NAME="Task.setTaskType" ID="Task.setTaskType"></a> |
382 <h4>Task.setTaskType</h4> |
430 <h4>Task.setTaskType</h4> |
383 <b>setTaskType</b>(<i>taskType</i>) |
431 <b>setTaskType</b>(<i>taskType</i>) |