C# 클래스 LongoMatch.Drawing.Widgets.TeamTagger

상속: SelectionCanvas
파일 보기 프로젝트 열기: LongoMatch/longomatch 1 사용 예제들

공개 메소드들

메소드 설명
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