Package peppy :: Package plugins :: Module session_saving :: Class SessionManagerPlugin
[frames] | no frames]

Class SessionManagerPlugin

frame.IPeppyPlugin --+
                     |
                    SessionManagerPlugin

Instance Methods
 
activate(self)
 
deactivate(self)
 
addCommandLineOptions(self, parser)
 
processCommandLineOptions(self, options)
 
getFile(self)
 
restore(self, msg)
 
requestedShutdown(self)
Class Variables
  default_classprefs = StrParam('session_file', 'session.txt', '...
  restore_session_cmdline = True
Class Variable Details

default_classprefs

Value:
StrParam('session_file', 'session.txt', 'Filename used in the peppy co\
nfiguration directory\nto store the session information.'), BoolParam(\
'save_on_exit', False, 'Whether to save the session on exit'), BoolPar\
am('restore_on_start', False, 'Whether to restore the session on start\
up'),