C# Class LongoMatch.Gui.Component.PlayersListTreeWidget

ファイルを表示 Open project: LongoMatch/longomatch

Public Methods

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

Protected Methods

Method Description
OnNewRenderingJob ( object sender, EventArgs args ) : void

Method Details

AddEvent() public method

public AddEvent ( TimelineEventLongoMatch evt ) : void
evt TimelineEventLongoMatch
return void

Clear() public method

public Clear ( ) : void
return void

OnNewRenderingJob() protected method

protected OnNewRenderingJob ( object sender, EventArgs args ) : void
sender object
args EventArgs
return void

PlayersListTreeWidget() public method

public PlayersListTreeWidget ( ) : System
return System

RemoveEvents() public method

public RemoveEvents ( List events ) : void
events List
return void

SetTeam() public method

public SetTeam ( SportsTeam template, IEnumerable plays ) : void
template SportsTeam
plays IEnumerable
return void