C# Class LongoMatch.Gui.Dialog.SubstitutionsEditor

Afficher le fichier Open project: LongoMatch/longomatch

Méthodes publiques

Méthode Description
Load ( ProjectLongoMatch project, StatEvent evt ) : void
LoadLineup ( ProjectLongoMatch project, LineupEvent lineup ) : void
LoadSubstitution ( ProjectLongoMatch project, SubstitutionEvent substitution ) : void
SaveChanges ( ) : void
SubstitutionsEditor ( Window parent ) : System.Collections.Generic

Méthodes protégées

Méthode Description
Build ( ) : void

Private Methods

Méthode Description
HandleClickedEvent ( ICanvasObject co ) : void
HandlePlayersSelectionChangedEvent ( List players ) : void
HandlePlayersSubstitutionEvent ( SportsTeam team, PlayerLongoMatch p1, PlayerLongoMatch p2, SubstitutionReason reason, Time time ) : void
LoadTeams ( ProjectLongoMatch project, List homeFieldPlayers, List homeBenchPlayers, List awayFieldPlayers, List awayBenchPlayers ) : void
SwitchPlayer ( PlayerLongoMatch inPlayer, PlayerLongoMatch outPlayer ) : void

Method Details

Build() protected méthode

protected Build ( ) : void
Résultat void

Load() public méthode

public Load ( ProjectLongoMatch project, StatEvent evt ) : void
project ProjectLongoMatch
evt StatEvent
Résultat void

LoadLineup() public méthode

public LoadLineup ( ProjectLongoMatch project, LineupEvent lineup ) : void
project ProjectLongoMatch
lineup LineupEvent
Résultat void

LoadSubstitution() public méthode

public LoadSubstitution ( ProjectLongoMatch project, SubstitutionEvent substitution ) : void
project ProjectLongoMatch
substitution SubstitutionEvent
Résultat void

SaveChanges() public méthode

public SaveChanges ( ) : void
Résultat void

SubstitutionsEditor() public méthode

public SubstitutionsEditor ( Window parent ) : System.Collections.Generic
parent Window
Résultat System.Collections.Generic