Package SimPy :: Module SimGUI :: Class SimGUI
[show private | hide private]
[frames | no frames]

Type SimGUI

object --+
         |
        SimGUI


Method Summary
  __init__(self, win, title, doc, consoleHeight)
  about(self)
  changeParameters(self)
Offers entry fields for parameter change
  clearConsole(self)
  commit(self)
Commits parameter changes, i.e.
  findMonitors(self)
  findParameters(self)
Finds the instance of Parameters (there may only be one) and associates it with self._parameters
  mainloop(self)
  makeConsole(self, height)
  makeEditMenu(self)
  makeFileMenu(self)
  makeHelpMenu(self)
  makeInterpreter(self)
  makeMenu(self)
  makeRunMenu(self)
  makeViewMenu(self)
  notdone(self)
  saveConsole(self)
  showcode(self)
Show SimPy/Python code of this program
  showMonitors(self)
  showTextBox(self, width, height, text, title)
  writeConsole(self, text)
  writeStatusLine(self, text)
  _aboutSimGUI(self)
    Inherited from object
  __delattr__(...)
x.__delattr__('name') <==> del x.name
  __getattribute__(...)
x.__getattribute__('name') <==> x.name
  __hash__(x)
x.__hash__() <==> hash(x)
  __new__(T, S, ...)
T.__new__(S, ...) -> a new object with type S, a subtype of T
  __reduce__(...)
helper for pickle
  __reduce_ex__(...)
helper for pickle
  __repr__(x)
x.__repr__() <==> repr(x)
  __setattr__(...)
x.__setattr__('name', value) <==> x.name = value
  __str__(x)
x.__str__() <==> str(x)

Method Details

changeParameters(self)

Offers entry fields for parameter change

commit(self)

Commits parameter changes, i.e. updates self._parameters

findParameters(self)

Finds the instance of Parameters (there may only be one) and associates it with self._parameters

showcode(self)

Show SimPy/Python code of this program

Generated by Epydoc 2.1 on Wed Jun 14 14:32:44 2006 http://epydoc.sf.net