Inherits from
- View: enthought.pyface.workbench.view.View
Attributes
- browser
The pipeline browser instance that we are a view of.
browser = Instance('enthought.tvtk.pipeline.browser.PipelineBrowser')
- name
The part's name (displayed to the user).
name = 'TVTK Pipeline Browser'
- position
The position of the view relative to the item specified in the 'relative_to' trait.
position = 'left'
- scene_manager
The scene manager.
scene_manager = Instance('enthought.tvtk.plugins.scene.i_scene_manager.ISceneManager')
Method summary
- create_control(self, parent)
Methods
- create_control(self, parent)
Create the toolkit-specific control that represents the view.