Module SongChoosingScene :: Class SongChoosingSceneClient
[hide private]
[frames] | no frames]

Class SongChoosingSceneClient

source code

             SongChoosingScene --+
                                 |
Session.MessageHandler --+       |
                         |       |
     Task.Task --+       |       |
                 |       |       |
        View.Layer --+   |       |
                     |   |       |
  View.BackgroundLayer --+       |
                         |       |
               Scene.Scene --+   |
                             |   |
         Input.KeyListener --+   |
                             |   |
             Scene.SceneClient --+
                                 |
                                SongChoosingSceneClient

Instance Methods [hide private]
 
createClient(self, libraryName='', songName='') source code
 
run(self, ticks) source code

Inherited from Scene.SceneClient: __init__, createActor, handleActorData, handleControlData, hidden, keyPressed, keyReleased, render, render3D, shown

Inherited from Scene.Scene: addPlayer, createCommon, handleActorCreated, handleActorDeleted, removePlayer, runCommon

Inherited from Session.MessageHandler: handleMessage, handleSessionClosed, handleSessionOpened

Inherited from View.BackgroundLayer: isBackgroundLayer

Inherited from Task.Task: started, stopped

Method Details [hide private]

createClient(self, libraryName='', songName='')

source code 
Overrides: Scene.SceneClient.createClient

run(self, ticks)

source code 
Overrides: Scene.SceneClient.run