Public Member Functions | |
def | __init__ |
def | columnHeaders |
def | getPage |
def | getPurpose |
def | getSection |
def | ncolumns |
def | nrows |
def | rowHeaders |
def | tableAsColumnRow |
def | tableAsRowColumn |
Private Attributes | |
_columnHeaders | |
_page | |
_purpose | |
_rowHeaders | |
_section | |
_table | |
def html.Table.__init__ | ( | self, | |
columnHeaders, | |||
rowHeaders, | |||
table, | |||
purpose, | |||
page, | |||
section | |||
) |
def html.Table.columnHeaders | ( | self | ) |
Definition at line 209 of file html.py.
References html.Table._columnHeaders.
def html.Table.getPage | ( | self | ) |
Definition at line 197 of file html.py.
References html.Table._page.
def html.Table.getPurpose | ( | self | ) |
Definition at line 194 of file html.py.
References html.Table._purpose.
def html.Table.getSection | ( | self | ) |
Definition at line 200 of file html.py.
References html.Table._section.
def html.Table.ncolumns | ( | self | ) |
Definition at line 203 of file html.py.
References LMap::impl._table, and html.Table._table.
def html.Table.nrows | ( | self | ) |
Definition at line 206 of file html.py.
References LMap::impl._table, and html.Table._table.
def html.Table.rowHeaders | ( | self | ) |
Definition at line 212 of file html.py.
References html.Table._rowHeaders.
def html.Table.tableAsColumnRow | ( | self | ) |
Definition at line 215 of file html.py.
References LMap::impl._table, and html.Table._table.
def html.Table.tableAsRowColumn | ( | self | ) |
Definition at line 218 of file html.py.
References LMap::impl._table, and html.Table._table.
|
private |
Definition at line 186 of file html.py.
Referenced by html.Page._appendColumnHeader(), html.Page._formatTables(), and html.Table.columnHeaders().
|
private |
Definition at line 191 of file html.py.
Referenced by vertexPlots.VertexSummaryTable.getPage(), html.Table.getPage(), trackingPlots.TrackingSummaryTable.getPage(), trackingPlots.TrackingTimingTable.getPage(), and plotting.PlotFolder.getPage().
|
private |
Definition at line 190 of file html.py.
Referenced by vertexPlots.VertexSummaryTable.getPurpose(), html.Table.getPurpose(), trackingPlots.TrackingSummaryTable.getPurpose(), trackingPlots.TrackingTimingTable.getPurpose(), and plotting.PlotFolder.getPurpose().
|
private |
Definition at line 187 of file html.py.
Referenced by html.Table.rowHeaders().
|
private |
Definition at line 192 of file html.py.
Referenced by html.Table.getSection(), trackingPlots.TrackingSummaryTable.getSection(), trackingPlots.TrackingTimingTable.getSection(), and plotting.PlotFolder.getSection().
|
private |
Definition at line 188 of file html.py.
Referenced by html.Table.ncolumns(), html.Table.nrows(), html.Table.tableAsColumnRow(), and html.Table.tableAsRowColumn().