C# Class LongoMatch.Gui.Component.PlayersListTreeWidget

Afficher le fichier Open project: LongoMatch/longomatch

Méthodes publiques

Méthode Description
AddEvent ( TimelineEventLongoMatch evt ) : void
Clear ( ) : void
PlayersListTreeWidget ( ) : System
RemoveEvents ( List events ) : void
SetTeam ( SportsTeam template, IEnumerable plays ) : void

Méthodes protégées

Méthode Description
OnNewRenderingJob ( object sender, EventArgs args ) : void

Method Details

AddEvent() public méthode

public AddEvent ( TimelineEventLongoMatch evt ) : void
evt TimelineEventLongoMatch
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

OnNewRenderingJob() protected méthode

protected OnNewRenderingJob ( object sender, EventArgs args ) : void
sender object
args EventArgs
Résultat void

PlayersListTreeWidget() public méthode

public PlayersListTreeWidget ( ) : System
Résultat System

RemoveEvents() public méthode

public RemoveEvents ( List events ) : void
events List
Résultat void

SetTeam() public méthode

public SetTeam ( SportsTeam template, IEnumerable plays ) : void
template SportsTeam
plays IEnumerable
Résultat void