C# Class LongoMatch.Drawing.Widgets.PositionTagger

Inheritance: BackgroundCanvas
Afficher le fichier Open project: LongoMatch/longomatch Class Usage Examples

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
SelectionChanged ( List selections ) : void
ShowMenu ( Point coords ) : void

Private Methods

Méthode Description
HandleFilterUpdated ( ) : void

Method Details

AddPlay() public méthode

public AddPlay ( TimelineEventLongoMatch play ) : void
play LongoMatch.Core.Store.TimelineEventLongoMatch
Résultat void

PositionTagger() public méthode

public PositionTagger ( ) : System.Collections.Generic
Résultat System.Collections.Generic

PositionTagger() public méthode

public PositionTagger ( IWidget widget ) : System.Collections.Generic
widget IWidget
Résultat System.Collections.Generic

PositionTagger() public méthode

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
Résultat System.Collections.Generic

RemovePlays() public méthode

public RemovePlays ( List plays ) : void
plays List
Résultat void

SelectPlay() public méthode

public SelectPlay ( TimelineEventLongoMatch play ) : void
play LongoMatch.Core.Store.TimelineEventLongoMatch
Résultat void

SelectionChanged() protected méthode

protected SelectionChanged ( List selections ) : void
selections List
Résultat void

ShowMenu() protected méthode

protected ShowMenu ( Point coords ) : void
coords LongoMatch.Core.Common.Point
Résultat void