Package windSimSuite :: Package interface :: Module matplotlib_manager :: Class FigureManager
[hide private]

Class FigureManager

source code

The figure manager. It will receive instructions from the Manager in the windSimSuite.interface.manager module and assure to open a new page for a new figure in the notebook when its plot method is called.

Instance Methods [hide private]
 
__init__(self, notebook, status_bar) source code
 
set_window_ref(self, window_ref)
The Matplotlib toolbar need need a window reference
source code
 
manager_callback(self, event_box, event)
When a right click is done on the page label, this is the callaback of the manager.
source code
 
remove_page(self, gtk_menu_item)
Remove a page from the notebook
source code
 
_add(self, figure_page)
Add a new page by receiving a FigurePage instance.
source code
 
plot(self, prop_key, obj, simu)
The method called from the Manager when the user has chosen a plotting action on an object.
source code