Package tacval :: Module tacval_window :: Class TacValWindow
[hide private]
[frames] | no frames]

Class TacValWindow

source code

enthought.traits.api.HasTraits --+
                                 |
                                TacValWindow

Instance Methods [hide private]
 
kill(self) source code
 
_viewcontroller_default(self) source code
 
_fullscreen_button_fired(self) source code
 
do_fullscreen(self) source code
 
execute_runscript(self) source code
 
show_runscript_editor(self) source code
 
show_system_monitor(self) source code
 
_iso_fired(self) source code
 
_home_fired(self) source code
 
_schematic_fired(self) source code
 
_menubar_factory(self) source code
 
traits_view(self) source code
Class Variables [hide private]
  extraction_line_manager = Instance(ExtractionLineManager)
  laser_manager = Instance(LaserManager)
  gauge_manager = Instance(GaugeManager)
  run_manager = Instance(RunManager)
  legend = Instance(ExtractionLineLegend)
  system_monitor = Instance(SystemMonitor)
  home = Button('home')
  iso = Button('iso')
  schematic = Event
  schematic_label = String('2D')
  fullscreen_button = Button('fullscreen')
  fsstate = Bool(False)
  tool_state = Enum('rotate', 'pan')
  interactor_state = Enum('manual', 'auto', 'sample')
  sampletime = Range(0.0, 1.0, 0.1)