C# Class FootballSimulationApp.MainForm

Afficher le fichier Open project: PurdueSIGAI/SoccerApp Class Usage Examples

Méthodes publiques

Méthode Description
MainForm ( ISimulationLoop gameLoop, ISimulationDrawingStrategy drawingStrategy ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
Application_Idle ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void
MainForm_Load ( object sender, EventArgs e ) : void
MainForm_Paint ( object sender, PaintEventArgs e ) : void
OnFirstNewGame ( ) : void
ScaleToFit ( SizeF size, float width, float height ) : float
aboutToolStripMenuItem_Click ( object sender, EventArgs e ) : void
exitToolStripMenuItem_Click ( object sender, EventArgs e ) : void
newGameToolStripMenuItem_Click ( object sender, EventArgs e ) : void
pauseToolStripMenuItem_Click ( object sender, EventArgs e ) : void
restartToolStripMenuItem_Click ( object sender, EventArgs e ) : void

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

MainForm() public méthode

public MainForm ( ISimulationLoop gameLoop, ISimulationDrawingStrategy drawingStrategy ) : System
gameLoop ISimulationLoop
drawingStrategy ISimulationDrawingStrategy
Résultat System