Public Member Functions | |
def | __init__ |
def | __len__ |
def | __iter__ |
def | add_row |
Public Attributes | |
name | |
fields | |
field_column | |
rows |
Definition at line 1286 of file gprof2dot.py.
def gprof2dot.AQtimeTable.__init__ | ( | self, | |
name, | |||
fields | |||
) |
Definition at line 1288 of file gprof2dot.py.
def gprof2dot.AQtimeTable.__iter__ | ( | self | ) |
Definition at line 1300 of file gprof2dot.py.
References asap.selector.selector.fields, gprof2dot.AQtimeTable.fields, asap.asaplotbase.asaplotbase.rows, and gprof2dot.AQtimeTable.rows.
def gprof2dot.AQtimeTable.__len__ | ( | self | ) |
Definition at line 1297 of file gprof2dot.py.
References asap.asaplotbase.asaplotbase.rows, and gprof2dot.AQtimeTable.rows.
def gprof2dot.AQtimeTable.add_row | ( | self, | |
values, | |||
children = () |
|||
) |
Definition at line 1309 of file gprof2dot.py.
Definition at line 1292 of file gprof2dot.py.
Definition at line 1291 of file gprof2dot.py.
Referenced by gprof2dot.AQtimeTable.__iter__().
Definition at line 1289 of file gprof2dot.py.
Definition at line 1295 of file gprof2dot.py.
Referenced by gprof2dot.AQtimeTable.__iter__(), gprof2dot.AQtimeTable.__len__(), TablePlotQt4Agg.PlotFlag.draw_rect(), TablePlotQt4Agg.PlotFlag.press_flag(), TablePlotTkAgg.PlotFlag.press_markregion(), TablePlotQt4Agg.PlotFlag.release_flag(), and TablePlotTkAgg.PlotFlag.release_markregion().