Class for parsing notes for tasklists and tasks. More...
Public Member Functions | |
TaskListParser (Note note) | |
List< TaskList > | Parse () |
Scans note for existing tags, sets up concrete Task and TaskList objects and returns list of initialized tasklists (whose tasks are also initialized). |
Class for parsing notes for tasklists and tasks.
List<TaskList> Tomboy.TaskManager.TaskListParser.Parse | ( | ) |