Modules | Files | Inheritance Tree | Inheritance Graph | Name Index | Config
module Synopsis::Formatter::HTML::ModuleListing
class ModuleListing
Files: Synopsis/Formatter/HTML/ModuleListing.py
ModuleListing-inheritance

Create an index of all modules with JS. The JS allows the user to expand/collapse sections of the tree!


Operations Summary:
 __init__(self, manager) [Source]
 filename(self) [Source]
 title(self) [Source]
 register(self)
registers the page with the manager for the 'contents' (top left) frame [Source]
 process(self, start)
Create a page with an index of all modules [Source]
 _child_filter(self, child)
Returns true if the given child declaration is to be included [Source]
 _link_href(self, ns)
Returns the link to the given declaration [Source]
 _get_children(self, decl)
Returns the children of the given declaration [Source]
 indexModule(self, ns, rel_scope)
Write a link for this module and recursively visit child modules. [Source]