C# Class LongoMatch.Drawing.Widgets.TeamTagger

Inheritance: SelectionCanvas
Afficher le fichier Open project: LongoMatch/longomatch Class Usage Examples

Méthodes publiques

Méthode Description
LoadTeams ( SportsTeam homeTeam, SportsTeam awayTeam, Image background ) : void
Reload ( ) : void
ResetSelection ( ) : void
Select ( IList players, IList teams ) : void
Select ( PlayerLongoMatch p ) : void
Select ( TeamType team ) : void
Substitute ( PlayerLongoMatch p1, PlayerLongoMatch p2, SportsTeam team ) : void
TeamTagger ( ) : System.Collections.Generic
TeamTagger ( IWidget widget ) : System.Collections.Generic

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
HandleSizeChangedEvent ( ) : void
ShowMenu ( Point coords ) : void

Private Methods

Méthode Description
HandlePlayersSelectionChangedEvent ( List players ) : void
HandlePlayersSubstitutionEvent ( SportsTeam team, PlayerLongoMatch p1, PlayerLongoMatch p2, SubstitutionReason reason, Time time ) : void
HandleTeamSelectionChangedEvent ( ObservableCollection teams ) : void

Method Details

Dispose() protected méthode

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

HandleSizeChangedEvent() protected méthode

protected HandleSizeChangedEvent ( ) : void
Résultat void

LoadTeams() public méthode

public LoadTeams ( SportsTeam homeTeam, SportsTeam awayTeam, Image background ) : void
homeTeam SportsTeam
awayTeam SportsTeam
background LongoMatch.Core.Common.Image
Résultat void

Reload() public méthode

public Reload ( ) : void
Résultat void

ResetSelection() public méthode

public ResetSelection ( ) : void
Résultat void

Select() public méthode

public Select ( IList players, IList teams ) : void
players IList
teams IList
Résultat void

Select() public méthode

public Select ( PlayerLongoMatch p ) : void
p LongoMatch.Core.Store.PlayerLongoMatch
Résultat void

Select() public méthode

public Select ( TeamType team ) : void
team TeamType
Résultat void

ShowMenu() protected méthode

protected ShowMenu ( Point coords ) : void
coords LongoMatch.Core.Common.Point
Résultat void

Substitute() public méthode

public Substitute ( PlayerLongoMatch p1, PlayerLongoMatch p2, SportsTeam team ) : void
p1 LongoMatch.Core.Store.PlayerLongoMatch
p2 LongoMatch.Core.Store.PlayerLongoMatch
team SportsTeam
Résultat void

TeamTagger() public méthode

public TeamTagger ( ) : System.Collections.Generic
Résultat System.Collections.Generic

TeamTagger() public méthode

public TeamTagger ( IWidget widget ) : System.Collections.Generic
widget IWidget
Résultat System.Collections.Generic