Trees | Index | Help |
|
---|
Package spyre :: Module spyre :: Class EngineFullScreen |
|
object
--+ |Engine
--+ | EngineFullScreen
Method Summary | |
---|---|
__init__(self,
video)
| |
Disable reshape method. | |
Inherited from Engine | |
Add a camera (and viewport) to engine. | |
Clear the display. | |
Commit all objects, both studio and display. | |
Display. | |
Dump engine statistics. | |
Handles all user defined events | |
Return absolute position of relative position 'pos'. | |
Set everything up and then execute the main loop. | |
Runs when the engine is idle. | |
Initialize video and other systems | |
Run update as apropos. | |
Mark the engine as shutting down. | |
Register a redisplay. | |
Remove a camera (and viewport) from engine. | |
Setup the camera and interface if they're unspecified. | |
Handle termination chores. | |
After all engines are done, call this. | |
Update all objects, both studio and display. | |
Inherited from object | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
x.__hash__() <==> hash(x) | |
T.__new__(S, ...) -> a new object with type S, a subtype of T | |
helper for pickle | |
helper for pickle | |
x.__repr__() <==> repr(x) | |
x.__setattr__('name', value) <==> x.name = value | |
x.__str__() <==> str(x) |
Class Variable Summary | |
---|---|
tuple |
defaultInterface = (<class 'spyre.spyre.PanningInterface...
|
tuple |
defaultStudio = (<class 'spyre.spyre.NullStudio'>, ())
|
Method Details |
---|
reshape(self, width, height)Disable reshape method.
|
Class Variable Details |
---|
defaultInterface
|
defaultStudio
|
Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Sat Jan 07 17:58:16 2006 | http://epydoc.sf.net |