casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables
Public Member Functions | Public Attributes | Private Member Functions
asap.asaplotgui_qt4.asaplotgui Class Reference
Inheritance diagram for asap.asaplotgui_qt4.asaplotgui:
asap.asaplotbase.asaplotbase

List of all members.

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

Detailed Description

ASAP plotting class based on matplotlib.

Definition at line 15 of file asaplotgui_qt4.py.


Constructor & Destructor Documentation

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.


Member Function Documentation

def asap.asaplotgui_qt4.asaplotgui._set_window_title (   self,
  title 
) [private]

Definition at line 120 of file asaplotgui_qt4.py.

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.show (   self,
  hardrefresh = True 
)

Member Data Documentation

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.


The documentation for this class was generated from the following file: