Package topo :: Package tkgui :: Module topoconsole
[hide private]
[frames] | no frames]

Module topoconsole

source code

TopoConsole class file.

$Id: topoconsole.py 9409 2008-10-07 09:56:17Z ceball $


Version: $Revision: 9409 $

Classes [hide private]
  PlotsMenuEntry
Stores information about a Plots menu command (including the command itself, and the plotgroup template).
  DockManager
Manages windows that can be tabs in a notebook, or toplevels.
  IPythonInAFrame
  TopoConsole
Main window for the Tk-based GUI.
  ControllableMenu
A Menu, but where entries are accessible by name (using dictionary-style access).
  Progressbar
  ProgressController
  ProgressWindow
Graphically displays progress information for a SomeTimer object.
Functions [hide private]
 
open_plotgroup_panel(class_, plotgroup=None, **kw) source code
Variables [hide private]
  SCRIPT_FILETYPES = [('Topographica scripts', '*.ty'), ('Python...
  SAVED_FILE_EXTENSION = '.typ'
  SAVED_FILETYPES = [('Topographica saved networks', '*.typ'), (...
  user_manual_locations = ('doc/User_Manual/index.html', 'http:/...
  tutorials_locations = ('doc/Tutorials/index.html', 'http://top...
  reference_manual_locations = ('doc/Reference_Manual/index.html...
  python_doc_locations = ('http://www.python.org/doc/')
  topo_www_locations = ('http://www.topographica.org/')
  plotting_help_locations = ('doc/User_Manual/plotting.html', 'h...
  plotpanel_classes = {'Connection Fields': <class 'topo.tkgui.p...
Variables Details [hide private]

SCRIPT_FILETYPES

Value:
[('Topographica scripts', '*.ty'), ('Python scripts', '*.py'), ('All files', '*')]

SAVED_FILETYPES

Value:
[('Topographica saved networks', '*.typ'), ('All files', '*')]

user_manual_locations

Value:
('doc/User_Manual/index.html', 'http://topographica.org/User_Manual/')

tutorials_locations

Value:
('doc/Tutorials/index.html', 'http://topographica.org/Tutorials/')

reference_manual_locations

Value:
('doc/Reference_Manual/index.html', 'http://topographica.org/Reference_Manual/')

plotting_help_locations

Value:
('doc/User_Manual/plotting.html',
 'http://topographica.org/User_Manual/plotting.html')

plotpanel_classes

Value:
{'Connection Fields': <class 'topo.tkgui.projectionpanel.ConnectionFieldsPanel'>,
 'Projection': <class 'topo.tkgui.projectionpanel.CFProjectionPanel'>,
 'Projection Activity': <class 'topo.tkgui.projectionpanel.ProjectionActivityPanel\
'>,
 'RF Projection': <class 'topo.tkgui.projectionpanel.RFProjectionPanel'>,
 'RF Projection (noise)': <class 'topo.tkgui.projectionpanel.RFProjectionPanel'>}