C# Class LongoMatch.Drawing.Widgets.PositionTagger

Inheritance: BackgroundCanvas
Mostra file Open project: LongoMatch/longomatch Class Usage Examples

Public Methods

Method Description
AddPlay ( TimelineEventLongoMatch play ) : void
PositionTagger ( ) : System.Collections.Generic
PositionTagger ( IWidget widget ) : System.Collections.Generic
PositionTagger ( IWidget widget, ProjectLongoMatch project, List plays, Image background, FieldPositionType position ) : System.Collections.Generic
RemovePlays ( List plays ) : void
SelectPlay ( TimelineEventLongoMatch play ) : void

Protected Methods

Method Description
SelectionChanged ( List selections ) : void
ShowMenu ( Point coords ) : void

Private Methods

Method Description
HandleFilterUpdated ( ) : void

Method Details

AddPlay() public method

public AddPlay ( TimelineEventLongoMatch play ) : void
play LongoMatch.Core.Store.TimelineEventLongoMatch
return void

PositionTagger() public method

public PositionTagger ( ) : System.Collections.Generic
return System.Collections.Generic

PositionTagger() public method

public PositionTagger ( IWidget widget ) : System.Collections.Generic
widget IWidget
return System.Collections.Generic

PositionTagger() public method

public PositionTagger ( IWidget widget, ProjectLongoMatch project, List plays, Image background, FieldPositionType position ) : System.Collections.Generic
widget IWidget
project LongoMatch.Core.Store.ProjectLongoMatch
plays List
background LongoMatch.Core.Common.Image
position FieldPositionType
return System.Collections.Generic

RemovePlays() public method

public RemovePlays ( List plays ) : void
plays List
return void

SelectPlay() public method

public SelectPlay ( TimelineEventLongoMatch play ) : void
play LongoMatch.Core.Store.TimelineEventLongoMatch
return void

SelectionChanged() protected method

protected SelectionChanged ( List selections ) : void
selections List
return void

ShowMenu() protected method

protected ShowMenu ( Point coords ) : void
coords LongoMatch.Core.Common.Point
return void