Module Dialogs :: Class LoadingScreen
[hide private]
[frames] | no frames]

Class LoadingScreen

source code

    Task.Task --+    
                |    
       View.Layer --+
                    |
Input.KeyListener --+
                    |
                   LoadingScreen

Loading screen layer.

Instance Methods [hide private]
 
__init__(self, engine, condition, text, allowCancel=True) source code
 
shown(self) source code
 
keyPressed(self, key, unicode) source code
 
hidden(self) source code
 
run(self, ticks) source code
 
render(self, visibility, topMost) source code

Inherited from View.Layer: isBackgroundLayer

Inherited from Task.Task: started, stopped

Inherited from Input.KeyListener: keyReleased

Method Details [hide private]

__init__(self, engine, condition, text, allowCancel=True)
(Constructor)

source code 
Overrides: Task.Task.__init__

shown(self)

source code 
Overrides: View.Layer.shown

keyPressed(self, key, unicode)

source code 
Overrides: Input.KeyListener.keyPressed

hidden(self)

source code 
Overrides: View.Layer.hidden

run(self, ticks)

source code 
Overrides: View.Layer.run

render(self, visibility, topMost)

source code 
Overrides: View.Layer.render