C# Class LongoMatch.Gui.Component.CodingWidget

Afficher le fichier Open project: LongoMatch/longomatch

Méthodes publiques

Méthode Description
AddPlay ( TimelineEventLongoMatch play ) : void
ClickButton ( DashboardButton button, Tag tag = null ) : void
CodingWidget ( ) : System.Collections.Generic
DeletePlays ( List plays ) : void
FitTimeline ( ) : void
LoadIcons ( ) : void
SetProject ( ProjectLongoMatch project, ProjectType projectType, EventsFilter filter ) : void
ShowDashboard ( ) : void
ShowTimeline ( ) : void
ShowZonalTags ( ) : void
TagPlayer ( PlayerLongoMatch player ) : void
TagTeam ( TeamType team ) : void
UpdateCategories ( ) : void
ZoomIn ( ) : void
ZoomOut ( ) : void

Méthodes protégées

Méthode Description
Build ( ) : void
OnDestroyed ( ) : void

Private Methods

Méthode Description
CreateNewWindow ( Notebook source, Widget page, int x, int y ) : Notebook
HandleCapturerTick ( CapturerTickEvent e ) : void
HandleEventEdited ( EventEditedEvent e ) : void
HandleEventsDeletedEvent ( EventsDeletedEvent e ) : void
HandleNewTagEvent ( EventType eventType, List players, ObservableCollection teams, List tags, Time start, Time stop, Time eventTime, DashboardButton btn ) : void
HandlePlayLoaded ( EventLoadedEvent e ) : void
HandlePlayersSelectionChangedEvent ( List players ) : void
HandlePlayersSubstitutionEvent ( SportsTeam team, PlayerLongoMatch p1, PlayerLongoMatch p2, SubstitutionReason reason, Time time ) : void
HandleSizeAllocated ( object o, SizeAllocatedArgs args ) : void
HandleSwitchPage ( object o, SwitchPageArgs args ) : void
HandleTick ( PlayerTickEvent e ) : void
HandleTimeNodeStoppedEvent ( TimeNodeStoppedEvent e ) : void
SelectPage ( Widget widget ) : void

Method Details

AddPlay() public méthode

public AddPlay ( TimelineEventLongoMatch play ) : void
play TimelineEventLongoMatch
Résultat void

Build() protected méthode

protected Build ( ) : void
Résultat void

ClickButton() public méthode

public ClickButton ( DashboardButton button, Tag tag = null ) : void
button DashboardButton
tag Tag
Résultat void

CodingWidget() public méthode

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

DeletePlays() public méthode

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

FitTimeline() public méthode

public FitTimeline ( ) : void
Résultat void

LoadIcons() public méthode

public LoadIcons ( ) : void
Résultat void

OnDestroyed() protected méthode

protected OnDestroyed ( ) : void
Résultat void

SetProject() public méthode

public SetProject ( ProjectLongoMatch project, ProjectType projectType, EventsFilter filter ) : void
project ProjectLongoMatch
projectType ProjectType
filter EventsFilter
Résultat void

ShowDashboard() public méthode

public ShowDashboard ( ) : void
Résultat void

ShowTimeline() public méthode

public ShowTimeline ( ) : void
Résultat void

ShowZonalTags() public méthode

public ShowZonalTags ( ) : void
Résultat void

TagPlayer() public méthode

public TagPlayer ( PlayerLongoMatch player ) : void
player PlayerLongoMatch
Résultat void

TagTeam() public méthode

public TagTeam ( TeamType team ) : void
team TeamType
Résultat void

UpdateCategories() public méthode

public UpdateCategories ( ) : void
Résultat void

ZoomIn() public méthode

public ZoomIn ( ) : void
Résultat void

ZoomOut() public méthode

public ZoomOut ( ) : void
Résultat void