Public Member Functions | |
def | __init__ (self, title="CMS SDT pages", style=None, outFile=sys.stdout) |
def | endTable (self) |
def | showLine (self) |
def | startTable (self, colSizes, colLabels) |
def | write (self, arg="") |
def | writeB (self, arg="") |
def | writeBr (self) |
def | writeH1 (self, arg="") |
def | writeH2 (self, arg="") |
def | writeH3 (self, arg="") |
def | writeRow (self, args) |
Public Attributes | |
cols | |
format | |
title | |
Definition at line 10 of file Formatter.py.
def Formatter.SimpleAsciiFormatter.__init__ | ( | self, | |
title = "CMS SDT pages" , |
|||
style = None , |
|||
outFile = sys.stdout |
|||
) |
Definition at line 12 of file Formatter.py.
def Formatter.SimpleAsciiFormatter.endTable | ( | self | ) |
Definition at line 59 of file Formatter.py.
References Formatter.SimpleAsciiFormatter.cols, ProcMatrix::Matrix.cols, and Formatter.SimpleAsciiFormatter.format.
def Formatter.SimpleAsciiFormatter.showLine | ( | self | ) |
def Formatter.SimpleAsciiFormatter.startTable | ( | self, | |
colSizes, | |||
colLabels | |||
) |
Definition at line 45 of file Formatter.py.
def Formatter.SimpleAsciiFormatter.write | ( | self, | |
arg = "" |
|||
) |
def Formatter.SimpleAsciiFormatter.writeB | ( | self, | |
arg = "" |
|||
) |
Definition at line 25 of file Formatter.py.
References edm.print().
Referenced by Formatter.SimpleHTMLFormatter.write().
def Formatter.SimpleAsciiFormatter.writeBr | ( | self | ) |
def Formatter.SimpleAsciiFormatter.writeH1 | ( | self, | |
arg = "" |
|||
) |
def Formatter.SimpleAsciiFormatter.writeH2 | ( | self, | |
arg = "" |
|||
) |
def Formatter.SimpleAsciiFormatter.writeH3 | ( | self, | |
arg = "" |
|||
) |
def Formatter.SimpleAsciiFormatter.writeRow | ( | self, | |
args | |||
) |
Definition at line 54 of file Formatter.py.
References Formatter.SimpleAsciiFormatter.format, and edm.print().
Formatter.SimpleAsciiFormatter.cols |
Definition at line 46 of file Formatter.py.
Referenced by Formatter.SimpleAsciiFormatter.endTable().
Formatter.SimpleAsciiFormatter.format |
Definition at line 13 of file Formatter.py.
Referenced by Formatter.SimpleAsciiFormatter.endTable(), progressbar.Timer.update(), progressbar.FormatLabel.update(), genericValidation.ValidationWithPlotsSummaryBase.SummaryItem.values(), and Formatter.SimpleAsciiFormatter.writeRow().
Formatter.SimpleAsciiFormatter.title |
Definition at line 14 of file Formatter.py.
Referenced by Vispa.Views.LineDecayView.LineDecayContainer.autolayout(), Vispa.Views.LineDecayView.LineDecayContainer.autolayoutThreadFinished(), Vispa.Views.LineDecayView.LineDecayContainer.childFinishedAutolayouting(), Formatter.SimpleHTMLFormatter.headers(), and Vispa.Gui.PortWidget.PortWidget.name().