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

Class Editor

source code

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

Song editor layer.

Instance Methods [hide private]
 
__init__(self, engine, songName=None, libraryName=DEFAULT_LIBRARY) source code
 
save(self) source code
 
help(self) source code
 
setSongName(self) source code
 
setArtistName(self) source code
 
setAVDelay(self) source code
 
setBpm(self) source code
 
estimateBpm(self) source code
 
setCassetteColor(self) source code
 
setCassetteLabel(self) source code
 
shown(self) source code
 
hidden(self) source code
 
controlPressed(self, control) source code
 
controlReleased(self, control) source code
 
quit(self) source code
 
keyPressed(self, key, unicode) source code
 
keyReleased(self, key) source code
 
run(self, ticks) source code
 
render(self, visibility, topMost) source code

Inherited from View.Layer: isBackgroundLayer

Inherited from Task.Task: started, stopped

Method Details [hide private]

__init__(self, engine, songName=None, libraryName=DEFAULT_LIBRARY)
(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

keyReleased(self, key)

source code 
Overrides: Input.KeyListener.keyReleased

run(self, ticks)

source code 
Overrides: View.Layer.run

render(self, visibility, topMost)

source code 
Overrides: View.Layer.render