C# Class LongoMatch.Gui.Dialog.SubstitutionsEditor

Mostrar archivo Open project: LongoMatch/longomatch

Public Methods

Method 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

Protected Methods

Method Description
Build ( ) : void

Private Methods

Method 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 method

protected Build ( ) : void
return void

Load() public method

public Load ( ProjectLongoMatch project, StatEvent evt ) : void
project ProjectLongoMatch
evt StatEvent
return void

LoadLineup() public method

public LoadLineup ( ProjectLongoMatch project, LineupEvent lineup ) : void
project ProjectLongoMatch
lineup LineupEvent
return void

LoadSubstitution() public method

public LoadSubstitution ( ProjectLongoMatch project, SubstitutionEvent substitution ) : void
project ProjectLongoMatch
substitution SubstitutionEvent
return void

SaveChanges() public method

public SaveChanges ( ) : void
return void

SubstitutionsEditor() public method

public SubstitutionsEditor ( Window parent ) : System.Collections.Generic
parent Window
return System.Collections.Generic