C# Class GameMenu.MenuWindow

Inheritance: IMyGameWindow
Afficher le fichier Open project: henon/manic_digger Class Usage Examples

Méthodes publiques

Свойство Type Description
ConstHeight int
ConstWidth int
OnFinishedTyping ThreadStart
afterSelectWorld ThreadStart
afterWorldOptions ThreadStart
button4 string
button4sel string
currentForm IForm
typingfield int

Méthodes publiques

Méthode Description
AddBackground ( List widgets ) : void
AddCaption ( IForm form, string text ) : void
AddOkCancel ( IForm form, ThreadStart ok, ThreadStart cancel ) : void
DrawWidgets ( IForm form ) : void
Exit ( ) : void
FormConnectToIp ( ) : void
FormGameOptions ( ) : void
FormJoinMultiplayer ( ) : void
FormLogin ( ) : void
FormMainMenu ( ) : void
FormSelectSinglePlayerWorld ( ) : void
FormSelectWorld ( ThreadStart a ) : void
FormStartServer ( ) : void
Keyboard_KeyDown ( object sender, KeyboardKeyEventArgs e ) : void
MessageBoxYesNo ( string text, ThreadStart yes, ThreadStart no ) : void
OnClosed ( EventArgs e ) : void
OnFocusedChanged ( EventArgs e ) : void
OnKeyPress ( OpenTK e ) : void
OnLoad ( EventArgs e ) : void
OnRenderFrame ( FrameEventArgs e ) : void
OnResize ( EventArgs e ) : void
OnUpdateFrame ( FrameEventArgs e ) : void
OrthoMode ( ) : void
PerspectiveMode ( ) : void
ResizeGraphics ( ) : void

Private Methods

Méthode Description
FormWorldOptions ( int id ) : void
PassString ( string s ) : string
UpdateMouse ( ) : void
UpdateWidgetsMouse ( IForm form ) : void

Method Details

AddBackground() public méthode

public AddBackground ( List widgets ) : void
widgets List
Résultat void

AddCaption() public méthode

public AddCaption ( IForm form, string text ) : void
form IForm
text string
Résultat void

AddOkCancel() public méthode

public AddOkCancel ( IForm form, ThreadStart ok, ThreadStart cancel ) : void
form IForm
ok ThreadStart
cancel ThreadStart
Résultat void

DrawWidgets() public méthode

public DrawWidgets ( IForm form ) : void
form IForm
Résultat void

Exit() public méthode

public Exit ( ) : void
Résultat void

FormConnectToIp() public méthode

public FormConnectToIp ( ) : void
Résultat void

FormGameOptions() public méthode

public FormGameOptions ( ) : void
Résultat void

FormJoinMultiplayer() public méthode

public FormJoinMultiplayer ( ) : void
Résultat void

FormLogin() public méthode

public FormLogin ( ) : void
Résultat void

FormMainMenu() public méthode

public FormMainMenu ( ) : void
Résultat void

FormSelectSinglePlayerWorld() public méthode

public FormSelectSinglePlayerWorld ( ) : void
Résultat void

FormSelectWorld() public méthode

public FormSelectWorld ( ThreadStart a ) : void
a ThreadStart
Résultat void

FormStartServer() public méthode

public FormStartServer ( ) : void
Résultat void

Keyboard_KeyDown() public méthode

public Keyboard_KeyDown ( object sender, KeyboardKeyEventArgs e ) : void
sender object
e OpenTK.Input.KeyboardKeyEventArgs
Résultat void

MessageBoxYesNo() public méthode

public MessageBoxYesNo ( string text, ThreadStart yes, ThreadStart no ) : void
text string
yes ThreadStart
no ThreadStart
Résultat void

OnClosed() public méthode

public OnClosed ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnFocusedChanged() public méthode

public OnFocusedChanged ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnKeyPress() public méthode

public OnKeyPress ( OpenTK e ) : void
e OpenTK
Résultat void

OnLoad() public méthode

public OnLoad ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnRenderFrame() public méthode

public OnRenderFrame ( FrameEventArgs e ) : void
e FrameEventArgs
Résultat void

OnResize() public méthode

public OnResize ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnUpdateFrame() public méthode

public OnUpdateFrame ( FrameEventArgs e ) : void
e FrameEventArgs
Résultat void

OrthoMode() public méthode

public OrthoMode ( ) : void
Résultat void

PerspectiveMode() public méthode

public PerspectiveMode ( ) : void
Résultat void

ResizeGraphics() public méthode

public ResizeGraphics ( ) : void
Résultat void

Property Details

ConstHeight public_oe property

public int ConstHeight
Résultat int

ConstWidth public_oe property

public int ConstWidth
Résultat int

OnFinishedTyping public_oe property

public ThreadStart OnFinishedTyping
Résultat ThreadStart

afterSelectWorld public_oe property

public ThreadStart afterSelectWorld
Résultat ThreadStart

afterWorldOptions public_oe property

public ThreadStart afterWorldOptions
Résultat ThreadStart

button4 public_oe property

public string button4
Résultat string

button4sel public_oe property

public string button4sel
Résultat string

currentForm public_oe property

public IForm currentForm
Résultat IForm

typingfield public_oe property

public int typingfield
Résultat int