Public Member Functions | |
def | __init__ |
def | map |
def | quit |
def | show |
def | terminate |
def | unmap |
Public Attributes | |
canvas | |
figmgr | |
window | |
is_dead | |
DO WE HAVE TO DO SOMETHING FOR WINDOW CLOSE CALL? | |
Private Member Functions | |
def | _set_window_title |
ASAP plotting class based on matplotlib.
Definition at line 15 of file asaplotgui_qt4.py.
def asap.asaplotgui_qt4.asaplotgui.__init__ | ( | self, | |
rows = 1 , |
|||
cols = 0 , |
|||
title = '' , |
|||
size = None , |
|||
buffering = False |
|||
) |
Create a new instance of the ASAPlot plotting class. If rows < 1 then a separate call to set_panels() is required to define the panel layout; refer to the doctext for set_panels().
Reimplemented from asap.asaplotbase.asaplotbase.
Definition at line 20 of file asaplotgui_qt4.py.
def asap.asaplotgui_qt4.asaplotgui._set_window_title | ( | self, | |
title | |||
) | [private] |
Definition at line 120 of file asaplotgui_qt4.py.
def asap.asaplotgui_qt4.asaplotgui.map | ( | self | ) |
Reveal the ASAPlot graphics window and bring it to the top of the window stack.
Definition at line 57 of file asaplotgui_qt4.py.
References asap.asaplotbase.asaplotbase.is_dead.
def asap.asaplotgui_qt4.asaplotgui.quit | ( | self | ) |
Destroy the ASAPlot graphics window.
Definition at line 69 of file asaplotgui_qt4.py.
References asap.asaplot.asaplot.canvas, asap.asaplotbase.asaplotbase.canvas, asap.asaplot.asaplot.figmgr, asap.asaplotbase.asaplotbase.figmgr, asap.asaplotbase.asaplotbase.is_dead, asap.asaplot.asaplot.window, asap.asaplotgui.asaplotgui.window, asap.asaplotgui_qt4.asaplotgui.window, and asap.asaplotgui_gtk.asaplotgui.window.
Referenced by TablePlotTkAgg.PlotFlag.configure_buttons(), and TablePlotTkAgg.PlotFlag.destroy().
def asap.asaplotgui_qt4.asaplotgui.show | ( | self, | |
hardrefresh = True |
|||
) |
Show graphics dependent on the current buffering state.
Reimplemented from asap.asaplotbase.asaplotbase.
Definition at line 86 of file asaplotgui_qt4.py.
References asap.asaplotbase.asaplotbase.buffering, and asap.asaplotbase.asaplotbase.is_dead.
Referenced by imageTest.ImageTest._retryFit(), imageTest.ImageTest.bmodel(), imageTest.ImageTest.bmodel_old(), and imageTest.ImageTest.simple_stats().
def asap.asaplotgui_qt4.asaplotgui.terminate | ( | self | ) |
Clear the figure.
Definition at line 100 of file asaplotgui_qt4.py.
References asap.asaplot.asaplot.window, asap.asaplotgui.asaplotgui.window, asap.asaplotgui_qt4.asaplotgui.window, and asap.asaplotgui_gtk.asaplotgui.window.
def asap.asaplotgui_qt4.asaplotgui.unmap | ( | self | ) |
Hide the ASAPlot graphics window.
Definition at line 110 of file asaplotgui_qt4.py.
References asap.asaplot.asaplot.window, asap.asaplotgui.asaplotgui.window, asap.asaplotgui_qt4.asaplotgui.window, and asap.asaplotgui_gtk.asaplotgui.window.
Reimplemented from asap.asaplotbase.asaplotbase.
Definition at line 34 of file asaplotgui_qt4.py.
Referenced by asap.customgui_tkagg.NotationWindowTkAgg._modify_note(), asap.customgui_qt4agg.NotationWindowQT4Agg._modify_note(), and asap.customgui_base.NotationWindowCommon.print_text().
Reimplemented from asap.asaplotbase.asaplotbase.
Definition at line 36 of file asaplotgui_qt4.py.
DO WE HAVE TO DO SOMETHING FOR WINDOW CLOSE CALL?
Reimplemented from asap.asaplotbase.asaplotbase.
Definition at line 48 of file asaplotgui_qt4.py.
Definition at line 37 of file asaplotgui_qt4.py.
Referenced by asap.asaplotgui_qt4.asaplotgui.quit(), asap.asaplotgui_qt4.asaplotgui.terminate(), and asap.asaplotgui_qt4.asaplotgui.unmap().