Public Member Functions | |
def | __init__ |
def | press_flag |
def | release_flag |
def | flag_mouse_move |
def | press_key |
def | flag |
def | draw_rect |
def | redraw_rects |
def | erase_rects |
def | close |
def | start |
Public Attributes | |
tb | |
TPLP | |
canvas | |
lastrect | |
flaglist | |
flagregionlist | |
axeslist | |
region | |
kpress | |
Read the current xylims and in plotdata (of a flagdata), force these xylims. | |
panel | |
rows | |
cols |
Definition at line 88 of file TablePlotQt4Agg.py.
def TablePlotQt4Agg.PlotFlag.__init__ | ( | self, | |
mm, | |||
TPLP | |||
) |
Definition at line 90 of file TablePlotQt4Agg.py.
def TablePlotQt4Agg.PlotFlag.close | ( | self | ) |
Definition at line 337 of file TablePlotQt4Agg.py.
References TablePlotQt4Agg.PlotFlag.erase_rects(), and TablePlotQt4Agg.PlotFlag.kpress.
def TablePlotQt4Agg.PlotFlag.draw_rect | ( | self, | |
x0, | |||
y0, | |||
x1, | |||
y1, | |||
x0data, | |||
y0data, | |||
x1data, | |||
y1data, | |||
a | |||
) |
Definition at line 297 of file TablePlotQt4Agg.py.
References TablePlotQt4Agg.PlotFlag.cols, asap.asaplotbase.asaplotbase.cols, TablePlotQt4Agg.PlotFlag.lastrect, TablePlotQt4Agg.PlotFlag.panel, TablePlotQt4Agg.PlotFlag.rows, asap.asaplotbase.asaplotbase.rows, and gprof2dot.AQtimeTable.rows.
Referenced by TablePlotQt4Agg.PlotFlag.release_flag(), and TablePlotTkAgg.PlotFlag.release_markregion().
def TablePlotQt4Agg.PlotFlag.erase_rects | ( | self | ) |
Definition at line 329 of file TablePlotQt4Agg.py.
References TablePlotQt4Agg.PlotFlag.axeslist, TablePlotQt4Agg.PlotFlag.flaglist, and TablePlotQt4Agg.PlotFlag.flagregionlist.
Referenced by TablePlotQt4Agg.PlotFlag.close(), TablePlotTkAgg.PlotFlag.destroy(), TablePlotQt4Agg.PlotFlag.flag(), TablePlotTkAgg.PlotFlag.markregion(), and TablePlotTkAgg.PlotFlag.operate().
def TablePlotQt4Agg.PlotFlag.flag | ( | self, | |
args | |||
) |
Definition at line 271 of file TablePlotQt4Agg.py.
References TablePlotQt4Agg.PlotFlag.erase_rects(), TablePlotQt4Agg.PlotFlag.press_flag(), and TablePlotQt4Agg.PlotFlag.release_flag().
Referenced by TablePlotTkAgg.PlotFlag.configure_buttons().
def TablePlotQt4Agg.PlotFlag.flag_mouse_move | ( | self, | |
event | |||
) |
Definition at line 217 of file TablePlotQt4Agg.py.
Referenced by TablePlotQt4Agg.PlotFlag.press_flag().
def TablePlotQt4Agg.PlotFlag.press_flag | ( | self, | |
event | |||
) |
Definition at line 121 of file TablePlotQt4Agg.py.
References TablePlotQt4Agg.PlotFlag.cols, asap.asaplotbase.asaplotbase.cols, TablePlotQt4Agg.PlotFlag.flag_mouse_move(), TablePlotQt4Agg.PlotFlag.panel, TablePlotQt4Agg.PlotFlag.region, TablePlotQt4Agg.PlotFlag.rows, asap.asaplotbase.asaplotbase.rows, and gprof2dot.AQtimeTable.rows.
Referenced by TablePlotQt4Agg.PlotFlag.flag(), and TablePlotQt4Agg.PlotFlag.start().
def TablePlotQt4Agg.PlotFlag.press_key | ( | self, | |
event | |||
) |
Definition at line 261 of file TablePlotQt4Agg.py.
References TablePlotQt4Agg.PlotFlag.flaglist.
Referenced by TablePlotQt4Agg.PlotFlag.start().
def TablePlotQt4Agg.PlotFlag.redraw_rects | ( | self | ) |
Definition at line 308 of file TablePlotQt4Agg.py.
References TablePlotQt4Agg.PlotFlag.axeslist, TablePlotQt4Agg.PlotFlag.flaglist, TablePlotQt4Agg.PlotFlag.flagregionlist, and TablePlotQt4Agg.PlotFlag.lastrect.
Referenced by TablePlotTkAgg.PlotFlag.back(), TablePlotTkAgg.PlotFlag.configure_subplots(), TablePlotTkAgg.PlotFlag.drag_pan(), TablePlotTkAgg.PlotFlag.forward(), TablePlotTkAgg.PlotFlag.home(), TablePlotTkAgg.PlotFlag.release_pan(), TablePlotTkAgg.PlotFlag.release_zoom(), and TablePlotTkAgg.PlotFlag.resize().
def TablePlotQt4Agg.PlotFlag.release_flag | ( | self, | |
event | |||
) |
Definition at line 154 of file TablePlotQt4Agg.py.
References TablePlotQt4Agg.PlotFlag.cols, asap.asaplotbase.asaplotbase.cols, TablePlotQt4Agg.PlotFlag.draw_rect(), TablePlotQt4Agg.PlotFlag.panel, TablePlotQt4Agg.PlotFlag.region, TablePlotQt4Agg.PlotFlag.rows, asap.asaplotbase.asaplotbase.rows, and gprof2dot.AQtimeTable.rows.
Referenced by TablePlotQt4Agg.PlotFlag.flag(), and TablePlotQt4Agg.PlotFlag.start().
def TablePlotQt4Agg.PlotFlag.start | ( | self | ) |
Definition at line 367 of file TablePlotQt4Agg.py.
References TablePlotQt4Agg.PlotFlag.kpress, TablePlotQt4Agg.PlotFlag.press_flag(), TablePlotQt4Agg.PlotFlag.press_key(), and TablePlotQt4Agg.PlotFlag.release_flag().
Definition at line 98 of file TablePlotQt4Agg.py.
Referenced by TablePlotQt4Agg.PlotFlag.erase_rects(), TablePlotTkAgg.PlotFlag.erase_rects(), TablePlotQt4Agg.PlotFlag.redraw_rects(), and TablePlotTkAgg.PlotFlag.redraw_rects().
Definition at line 93 of file TablePlotQt4Agg.py.
Definition at line 104 of file TablePlotQt4Agg.py.
Referenced by TablePlotQt4Agg.PlotFlag.draw_rect(), TablePlotQt4Agg.PlotFlag.press_flag(), TablePlotTkAgg.PlotFlag.press_markregion(), TablePlotQt4Agg.PlotFlag.release_flag(), and TablePlotTkAgg.PlotFlag.release_markregion().
Definition at line 96 of file TablePlotQt4Agg.py.
Referenced by task_sdtpimaging.sdtpimaging_worker.__execute_flag(), TablePlotQt4Agg.PlotFlag.erase_rects(), TablePlotQt4Agg.PlotFlag.press_key(), and TablePlotQt4Agg.PlotFlag.redraw_rects().
Definition at line 97 of file TablePlotQt4Agg.py.
Referenced by TablePlotQt4Agg.PlotFlag.erase_rects(), and TablePlotQt4Agg.PlotFlag.redraw_rects().
Read the current xylims and in plotdata (of a flagdata), force these xylims.
Do similar thing for getting the flag boxes to rescale when zoomed. self.bb = self.tb._Button(text="FlagButton",file='hand.ppm',command=self.flag)
Definition at line 101 of file TablePlotQt4Agg.py.
Referenced by TablePlotQt4Agg.PlotFlag.close(), and TablePlotQt4Agg.PlotFlag.start().
Definition at line 95 of file TablePlotQt4Agg.py.
Referenced by TablePlotQt4Agg.PlotFlag.draw_rect(), and TablePlotQt4Agg.PlotFlag.redraw_rects().
Definition at line 102 of file TablePlotQt4Agg.py.
Referenced by task_sdplot.sdplot_worker.__setup_plotter(), TablePlotQt4Agg.PlotFlag.draw_rect(), TablePlotQt4Agg.PlotFlag.press_flag(), TablePlotTkAgg.PlotFlag.press_markregion(), TablePlotQt4Agg.PlotFlag.release_flag(), TablePlotTkAgg.PlotFlag.release_markregion(), tests.test_sdplot.sdplot_storageTest.testDF(), tests.test_sdplot.sdplot_storageTest.testDT(), tests.test_sdplot.sdplot_storageTest.testMF(), and tests.test_sdplot.sdplot_storageTest.testMT().
Definition at line 100 of file TablePlotQt4Agg.py.
Referenced by TablePlotQt4Agg.PlotFlag.press_flag(), and TablePlotQt4Agg.PlotFlag.release_flag().
Definition at line 103 of file TablePlotQt4Agg.py.
Referenced by TablePlotQt4Agg.PlotFlag.draw_rect(), TablePlotQt4Agg.PlotFlag.press_flag(), TablePlotTkAgg.PlotFlag.press_markregion(), TablePlotQt4Agg.PlotFlag.release_flag(), and TablePlotTkAgg.PlotFlag.release_markregion().
Definition at line 91 of file TablePlotQt4Agg.py.
Definition at line 92 of file TablePlotQt4Agg.py.