Zim::GUI::TODOListDialog.3pm

Langue: en

Version: 2009-03-16 (fedora - 05/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

Zim::GUI::TODOListDialog - A TODO-list dialog for zim

DESCRIPTION

This packages defines the dialog used by the TODOList plugin.

METHODS

"new()"
Simple constructor.
"show()"
Show the dialog.
"hide()"
Hide the dialog.
"filter()"
Filter list based on text from the filter entry. Matches on both the description of the item and the page name.
"reload()"
Reload the TODO list.
"parse_page(NAME)"
Check a page for TODO items. Adds found items to the list.
"parse_tree(TREE)"
Returns a list of TODO items for a given parse tree.

AUTHOR

Jaap Karssenberg (Pardus) <pardus@cpan.org>

Copyright (c) 2007 Jaap G Karssenberg. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

SEE ALSO