Part of GTG.backends.localfile View In Hierarchy
| Method | __init__ | Construct a Backend. |
| Method | get_tasks_list | Return the list of task IDs available in this backend. |
| Method | get_task | Fill the task_to_fill with information from the task
tid. |
| Method | set_task | Save task in the backend. |
| Method | remove_task | Completely remove the task tid. |
| Method | new_task_id | Return a task ID for a new task. |
| Method | quit | Called when GTG quits. |
Backend.| Parameters | parameters | A dict containing parameters for the backend. The names and types of these
parameters are defined by get_parameters.
|
| firstrunxml | Ignore this. Only needed for the default backend. |
task_to_fill with information from the task
tid.| Returns | True if successful, False otherwise.
| |