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

Class SimGUI

source code

object --+
         |
        SimGUI

Instance Methods [hide private]
 
__init__(self, win, title='SimGUI', doc='No doc string found', consoleHeight=50)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
mainloop(self) source code
 
makeMenu(self) source code
 
makeFileMenu(self) source code
 
makeEditMenu(self) source code
 
makeRunMenu(self) source code
 
makeViewMenu(self) source code
 
makeHelpMenu(self) source code
 
makeConsole(self, height) source code
 
writeConsole(self, text=' ') source code
 
writeStatusLine(self, text='') source code
 
saveConsole(self) source code
 
clearConsole(self) source code
 
showcode(self)
Show SimPy / Python code of this program
source code
 
about(self) source code
 
_aboutSimGUI(self) source code
 
notdone(self) source code
 
showTextBox(self, width=60, height=10, text=' ', title=' ') source code
 
findMonitors(self) source code
 
showMonitors(self) source code
 
findParameters(self)
Finds the instance of Parameters (there may only be one) and associates it with self._parameters
source code
 
changeParameters(self)
Offers entry fields for parameter change
source code
 
commit(self)
Commits parameter changes, i.e.
source code
 
makeInterpreter(self) source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, win, title='SimGUI', doc='No doc string found', consoleHeight=50)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

commit(self)

source code 

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