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

Class View

source code

Task.Task --+
            |
           View

Instance Methods [hide private]
 
__init__(self, engine, geometry='') source code
 
pushLayer(self, layer) source code
 
topLayer(self) source code
 
popLayer(self, layer) source code
 
popAllLayers(self) source code
 
isTransitionInProgress(self) source code
 
run(self, ticks) source code
 
setOrthogonalProjection(self, normalize=True, yIsDown=True) source code
 
resetProjection(self) source code
 
setGeometry(self, geometry) source code
 
resetGeometry(self) source code
 
render(self) source code

Inherited from Task.Task: started, stopped

Method Details [hide private]

__init__(self, engine, geometry='')
(Constructor)

source code 
Overrides: Task.Task.__init__

run(self, ticks)

source code 
Overrides: Task.Task.run