Module View :: Class Layer
[hide private]
[frames] | no frames]

Class Layer

source code

Task.Task --+
            |
           Layer
Known Subclasses:
Debug.DebugLayer, Dialogs.BpmEstimator, BackgroundLayer, Dialogs.GetKey, Dialogs.GetText, Dialogs.KeyTester, Dialogs.LoadingScreen, Dialogs.MessageScreen, Dialogs.SongChooser, DialogTest.TestLayer, Lobby.Lobby, Menu.Menu, ViewTest.TestLayer

Instance Methods [hide private]
 
render(self, visibility, topMost) source code
 
shown(self) source code
 
hidden(self) source code
 
run(self, ticks) source code
 
isBackgroundLayer(self) source code

Inherited from Task.Task: __init__, started, stopped

Method Details [hide private]

run(self, ticks)

source code 
Overrides: Task.Task.run