Module Stage :: Class Stage
[hide private]
[frames] | no frames]

Class Stage

source code

object --+
         |
        Stage

Instance Methods [hide private]
 
__init__(self, guitarScene, configFileName)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
reset(self) source code
 
triggerPick(self, pos, notes) source code
 
triggerMiss(self, pos) source code
 
triggerQuarterBeat(self, pos, quarterBeat) source code
 
triggerBeat(self, pos, beat) source code
 
_renderLayers(self, layers, visibility) source code
 
run(self, pos, period) source code
 
render(self, visibility) source code

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, guitarScene, configFileName)
(Constructor)

source code 
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Overrides: object.__init__
(inherited documentation)