API Reference for Enthought Tool Suite 3.0.1
The Mayavi Envisage application.
GLOBALS
logger = logging.getLogger()
Get list of basic mayavi plugins that do not add any views or actions.
Get list of default plugins to use for Mayavi.
Simple helper to start up the mayavi application. This returns the running application.
Setup a log file and the logger. If the given file name is not absolute, put the log file in ETSConfig.application_home, if not it will create it where desired.
fname -- file name the logger should use. If this is an absolute path it will create the log file as specified, if not it will put it in ETSConfig.application_home.
stream -- Add a stream handler.
mode -- the logging mode of the stream handler.
| Local name | Refers to |
|---|---|
| ETSConfig | enthought.etsconfig.etsconfig.ETSConfig |
| FORMATTER | enthought.logger.logger.FORMATTER |
| get_custom_plugins | enthought.mayavi.core.customize.get_custom_plugins |
| HasTraits | enthought.traits.has_traits.HasTraits |
| Instance | enthought.traits.trait_types.Instance |
| Int | enthought.traits.trait_types.Int |
| LogFileHandler | enthought.logger.logger.LogFileHandler |
| logging | logging |
| MayaviWorkbenchApplication | enthought.mayavi.plugins.mayavi_workbench_application.MayaviWorkbenchApplication |
| on_trait_change | enthought.traits.has_traits.on_trait_change |
| os.path | os.path |
| preference_manager | enthought.mayavi.preferences.preference_manager.preference_manager |
| sys | sys |
© Copyright 2002-2008 Enthought, Inc.