API Reference for Enthought Tool Suite 3.2.0
Utility code that provides classes helpful in choosing a suitable TVTK class. It does this by providing a list of all the classes along with the option to be able to search for the documentation.
The nice thing about the UI is that it performs some kind of completion on names typed by the user, plus it allows users to search through the TVTK class docs very easily. Once a search string is typed the completion and available lists are modified so you can do completion of the searched class names. If a unique enough string is typed the class docs are shown.
Returns function documentation.
Return's the objects documentation.
Returns 4 lists:
Pops up a class chooser which doubles as a nice help search documentation tool.
| Local name | Refers to |
|---|---|
| Button | enthought.traits.trait_types.Button |
| EnumEditor | enthought.traits.ui.editors.enum_editor.EnumEditor |
| get_tvtk_name | enthought.tvtk.common.get_tvtk_name |
| Group | enthought.traits.ui.group.Group |
| HasTraits | enthought.traits.has_traits.HasTraits |
| inspect | inspect |
| Instance | enthought.traits.trait_types.Instance |
| Int | enthought.traits.trait_types.Int |
| Item | enthought.traits.ui.item.Item |
| List | enthought.traits.trait_types.List |
| ListEditor | enthought.traits.ui.editors.list_editor.ListEditor |
| Property | enthought.traits.traits.Property |
| Str | enthought.traits.trait_types.Str |
| TextEditor | enthought.traits.ui.editors.text_editor.TextEditor |
| tvtk | enthought.tvtk.tvtk.tvtk |
| types | types |
| View | enthought.traits.ui.view.View |
| vtk | vtk |
© Copyright 2002-2009 Enthought, Inc.