Package pyforms :: Package terminal :: Module PyFormsStateMachine :: Class PyFormsStateMachine
[hide private]
[frames] | no frames]

Class PyFormsStateMachine

source code


Instance Methods [hide private]
 
__init__(self, title)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
initForm(self) source code
 
iterateStates(self)
Iterate states - each call go to another level
source code
 
execute(self) source code
 
__returnCurrentStatesValues(self)
Iterate all the states and save the values of their controls
source code

Inherited from BaseWidget.BaseWidget: end_progress, executeCommand, executeEvents, formControls, parseTerminalParameters, start_progress, update_progress

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

Class Variables [hide private]
  _parser = argparse.ArgumentParser()
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, title)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

initForm(self)

source code 
Overrides: BaseWidget.BaseWidget.initForm

execute(self)

source code 
Overrides: BaseWidget.BaseWidget.execute