Package pylal :: Package dq :: Module summary :: Class SectionSummaryTab
[hide private]
[frames] | no frames]

Class SectionSummaryTab

source code

object --+    
         |    
SummaryTab --+
             |
            SectionSummaryTab

SummaryTab representing an overview Tab for a set of child Tabs.

Instance Methods [hide private]
 
write_tabs(self, sectiontabs)
Write the tabbar for this Tab.
source code
 
finalize(self)
Write the HTML frame for this SectionSummary.
source code
 
frametohtml(self)
Write this Tab's frame to file as HTML.
source code

Inherited from SummaryTab: __init__, add_child, add_information, build, directory, end_time, get_child, href, index, name, plots, segments, span, start_time, subplots, write_ifo_links, write_menu

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]

Inherited from SummaryTab: ifo, mode

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

write_tabs(self, sectiontabs)

source code 

Write the tabbar for this Tab.

Parameters:
  • sectiontabs (list) - list of SummaryTab objects to include in tabbar

frametohtml(self)

source code 

Write this Tab's frame to file as HTML. This allows it to be jquery loaded into a parent page.

Overrides: SummaryTab.frametohtml
(inherited documentation)