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

Class GetKey

source code

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

Key choosing layer.

Instance Methods [hide private]
 
__init__(self, engine, prompt='', key='') source code
 
shown(self) source code
 
hidden(self) source code
 
keyPressed(self, key, unicode) 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, prompt='', key='')
(Constructor)

source code 
Overrides: Task.Task.__init__

shown(self)

source code 
Overrides: View.Layer.shown

hidden(self)

source code 
Overrides: View.Layer.hidden

keyPressed(self, key, unicode)

source code 
Overrides: Input.KeyListener.keyPressed

run(self, ticks)

source code 
Overrides: View.Layer.run

render(self, visibility, topMost)

source code 
Overrides: View.Layer.render