C# Class CEngineSharp_Client.Graphics.MenuScreen

Inheritance: Screen
Show file Open project: JohnLamontagne/CEngineSharp

Public Methods

Method Description
MenuScreen ( ) : System
MenuScreen ( RenderWindow window ) : System
Render ( GameTime gameTime ) : void
SetMenuStatus ( string status ) : void

Protected Methods

Method Description
LoadInterface ( ) : void

Private Methods

Method Description
LoadNews ( TGUI.Label labelNews ) : void
buttonBack_LeftMouseClickedCallback ( object sender, TGUI.CallbackArgs e ) : void
buttonLogin_LeftMouseClickedCallback ( object sender, TGUI.CallbackArgs e ) : void
buttonRegistration_LeftMouseClickedCallback ( object sender, TGUI.CallbackArgs e ) : void
buttonSendLogin_LeftMouseClickedCallback ( object sender, TGUI.CallbackArgs e ) : void
buttonSendRegistartion_LeftMouseClickedCallback ( object sender, TGUI.CallbackArgs e ) : void

Method Details

LoadInterface() protected method

protected LoadInterface ( ) : void
return void

MenuScreen() public method

public MenuScreen ( ) : System
return System

MenuScreen() public method

public MenuScreen ( RenderWindow window ) : System
window SFML.Graphics.RenderWindow
return System

Render() public method

public Render ( GameTime gameTime ) : void
gameTime GameTime
return void

SetMenuStatus() public method

public SetMenuStatus ( string status ) : void
status string
return void