|
__init__(self,
win,
title="SimGUI",
doc="No doc string found",
consoleHeight=50)
x.__init__(...) initializes x; see x.__class__.__doc__ for
signature
|
|
mainloop(self)
|
|
makeMenu(self)
|
|
makeFileMenu(self)
|
|
makeEditMenu(self)
|
|
makeRunMenu(self)
|
|
makeViewMenu(self)
|
|
makeHelpMenu(self)
|
|
makeConsole(self,
height)
|
|
writeConsole(self,
text=' ')
|
|
writeStatusLine(self,
text='')
|
|
saveConsole(self)
|
|
clearConsole(self)
|
|
showcode(self)
Show SimPy/Python code of this program
|
|
about(self)
|
|
_aboutSimGUI(self)
|
|
notdone(self)
|
|
showTextBox(self,
width=60,
height=10,
text=" ",
title=" ")
|
|
findMonitors(self)
|
|
showMonitors(self)
|
|
findParameters(self)
Finds the instance of Parameters (there may only be one) and
associates it with self._parameters
|
|
changeParameters(self)
Offers entry fields for parameter change
|
|
commit(self)
Commits parameter changes, i.e.
|
|
makeInterpreter(self)
|
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|