C# Класс LongoMatch.Drawing.Widgets.TeamTagger

Наследование: SelectionCanvas
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void
HandleSizeChangedEvent ( ) : void
ShowMenu ( Point coords ) : void

Приватные методы

Метод Описание
HandlePlayersSelectionChangedEvent ( List players ) : void
HandlePlayersSubstitutionEvent ( SportsTeam team, PlayerLongoMatch p1, PlayerLongoMatch p2, SubstitutionReason reason, Time time ) : void
HandleTeamSelectionChangedEvent ( ObservableCollection teams ) : void

Описание методов

Dispose() защищенный Метод

protected Dispose ( bool disposing ) : void
disposing bool
Результат void

HandleSizeChangedEvent() защищенный Метод

protected HandleSizeChangedEvent ( ) : void
Результат void

LoadTeams() публичный Метод

public LoadTeams ( SportsTeam homeTeam, SportsTeam awayTeam, Image background ) : void
homeTeam SportsTeam
awayTeam SportsTeam
background LongoMatch.Core.Common.Image
Результат void

Reload() публичный Метод

public Reload ( ) : void
Результат void

ResetSelection() публичный Метод

public ResetSelection ( ) : void
Результат void

Select() публичный Метод

public Select ( IList players, IList teams ) : void
players IList
teams IList
Результат void

Select() публичный Метод

public Select ( PlayerLongoMatch p ) : void
p LongoMatch.Core.Store.PlayerLongoMatch
Результат void

Select() публичный Метод

public Select ( TeamType team ) : void
team TeamType
Результат void

ShowMenu() защищенный Метод

protected ShowMenu ( Point coords ) : void
coords LongoMatch.Core.Common.Point
Результат void

Substitute() публичный Метод

public Substitute ( PlayerLongoMatch p1, PlayerLongoMatch p2, SportsTeam team ) : void
p1 LongoMatch.Core.Store.PlayerLongoMatch
p2 LongoMatch.Core.Store.PlayerLongoMatch
team SportsTeam
Результат void

TeamTagger() публичный Метод

public TeamTagger ( ) : System.Collections.Generic
Результат System.Collections.Generic

TeamTagger() публичный Метод

public TeamTagger ( IWidget widget ) : System.Collections.Generic
widget IWidget
Результат System.Collections.Generic