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

Module topoconsole

source code

TopoConsole class file.

$Id: topoconsole.py 11310 2010-07-27 16:56:14Z ceball $


Version: $Revision: 11310 $

Classes [hide private]
  PlotsMenuEntry
Stores information about a Plots menu command (including the command itself, and the plotgroup template).
  FakeDockManager
  DockManager
Manages windows that can be tabs in a notebook, or toplevels.
  TopoConsole
Main window for the Tk-based GUI.
  ControllableMenu
A Menu, but where entries are accessible by name (using dictionary-style access).
Functions [hide private]
 
open_plotgroup_panel(class_, plotgroup=None, **kw) source code
 
_tkinter_report_exception(widget) source code
Variables [hide private]
  SCRIPT_FILETYPES = [('Topographica scripts', '*.ty'), ('Python...
  SAVED_FILE_EXTENSION = '.typ'
  SAVED_FILETYPES = [('Topographica saved networks', '*.typ'), (...
  turl = 'http://topographica.org/'
  userman = 'User_Manual/index.html'
  tuts = 'Tutorials/index.html'
  refman = 'Reference_Manual/index.html'
  plotman = 'User_Manual/plotting.html'
  pkgdoc = '/usr/share/doc/topographica/doc/'
  user_manual_locations = ('doc/User_Manual/index.html', '/usr/s...
  tutorials_locations = ('doc/Tutorials/index.html', '/usr/share...
  reference_manual_locations = ('doc/Reference_Manual/index.html...
  python_doc_locations = ('http://www.python.org/doc/')
  topo_www_locations = ('http://topographica.org/')
  plotting_help_locations = ('doc/User_Manual/plotting.html', '/...
  plotpanel_classes = {'Connection Fields': <class 'topo.tkgui.p...
  __package__ = 'topo.tkgui'
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',
 '/usr/share/doc/topographica/doc/User_Manual/index.html',
 'http://topographica.org/User_Manual/index.html')

tutorials_locations

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

reference_manual_locations

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

plotting_help_locations

Value:
('doc/User_Manual/plotting.html',
 '/usr/share/doc/topographica/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'>}