class documentation

class IndexView(object): (source)

Known subclasses: zim.notebook.index.links.LinksView, zim.notebook.index.pages.PagesView, zim.notebook.index.tags.TagsView, zim.plugins.tasklist.indexer.AllTasks

View In Hierarchy

Base class for "index view" objects
Class Method new_from_index Undocumented
Method __init__ Undocumented
Instance Variable db Undocumented
@classmethod
def new_from_index(cls, index): (source)

Undocumented

Undocumented