Home | Trees | Index | Help |
---|
Package SimPy :: Module SimGUI :: Class SimGUI |
|
object
--+
|
SimGUI
Method Summary | |
---|---|
__init__(self,
win,
title,
doc,
consoleHeight)
| |
about(self)
| |
Offers entry fields for parameter change | |
clearConsole(self)
| |
Commits parameter changes, i.e. | |
findMonitors(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)
| |
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 | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
x.__hash__() <==> hash(x) | |
T.__new__(S, ...) -> a new object with type S, a subtype of T | |
helper for pickle | |
helper for pickle | |
x.__repr__() <==> repr(x) | |
x.__setattr__('name', value) <==> x.name = value | |
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 |
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Wed Nov 16 12:02:51 2005 | http://epydoc.sf.net |