Modules | Files | Inheritance Tree | Inheritance Graph | Name Index | Config
module Synopsis::Formatter::HTML::ASTFormatter
class Inheritance
Files: Synopsis/Formatter/HTML/ASTFormatter.py
Inheritance-inheritance Scopes/Synopsis/Formatter/HTML/ASTFormatter/Part.html
Operations Summary:
 __init__(self, page) [Source]
 _init_default_formatters(self) [Source]
 process(self, decl)
Walk the hierarchy to find inherited members to print. [Source]
 _process_class(self, clas, names)
Prints info for the given class, and calls _process_superclasses after [Source]
 _short_name(self, decl) [Source]
 _process_superclasses(self, clas, names)
Iterates through the superclasses of clas and calls _process_clas for each [Source]
 writeSectionStart(self, heading)
Creates a table with one row. [Source]
 writeSectionItem(self, text)
Adds a table row [Source]
 writeSectionEnd(self, heading)
Closes the table entity and adds a break. [Source]

Operations Inherited from Part
page, filename, os, scope, write, _init_formatters, addFormatter, type_ref, type_label, declarator, parameter, reference, label, formatDeclaration, visitDeclaration, visitForward, visitGroup, visitScope, visitModule, visitMetaModule, visitClass, visitTypedef, visitEnum, visitVariable, visitConst, visitFunction, visitOperation, formatType, visitBaseType, visitUnknown, visitDeclared, visitDependent, visitModifier, visitParametrized, visitTemplate, visitFunctionType, write_start, write_end

Operation Details:
  writeSectionStart(self, heading)

Creates a table with one row. The row has a td of class 'heading' containing the heading string