C# Class EditorObjects.Gui.MusicPlayerWindow

Inheritance: FlatRedBall.Gui.Window
Mostrar archivo Open project: vchelaru/FlatRedBall

Public Methods

Method Description
Activity ( ) : void
MusicPlayerWindow ( Cursor cursor ) : System

Private Methods

Method Description
CreateButtons ( ) : void
CreateForcePlaybackComboBox ( ) : void
CreatePropertyGrid ( ) : void
CreateTextBox ( ) : void
CreateTimeLine ( ) : void
ListenForBeatPush ( ) : void
LoadSongOk ( Window callingWindow ) : void
MusicActivity ( ) : void
OpenSongWindow ( Window callingWindow ) : void
PauseClick ( Window callingWindow ) : void
PlayClick ( Window callingWindow ) : void
PlaybackBeatActivity ( ) : void
SetSongTimeFromTimeLine ( Window callingWindow ) : void
SetThisProperties ( ) : void
StopClick ( Window callingWindow ) : void
ToStartClick ( Window callingWindow ) : void
UpdateTimeLinePosition ( ) : void

Method Details

Activity() public method

public Activity ( ) : void
return void

MusicPlayerWindow() public method

public MusicPlayerWindow ( Cursor cursor ) : System
cursor FlatRedBall.Gui.Cursor
return System