C# Class LongoMatch.Gui.Component.CodingWidget

Show file Open project: LongoMatch/longomatch

Public Methods

Method 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

Protected Methods

Method Description
Build ( ) : void
OnDestroyed ( ) : void

Private Methods

Method 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 method

public AddPlay ( TimelineEventLongoMatch play ) : void
play TimelineEventLongoMatch
return void

Build() protected method

protected Build ( ) : void
return void

ClickButton() public method

public ClickButton ( DashboardButton button, Tag tag = null ) : void
button DashboardButton
tag Tag
return void

CodingWidget() public method

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

DeletePlays() public method

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

FitTimeline() public method

public FitTimeline ( ) : void
return void

LoadIcons() public method

public LoadIcons ( ) : void
return void

OnDestroyed() protected method

protected OnDestroyed ( ) : void
return void

SetProject() public method

public SetProject ( ProjectLongoMatch project, ProjectType projectType, EventsFilter filter ) : void
project ProjectLongoMatch
projectType ProjectType
filter EventsFilter
return void

ShowDashboard() public method

public ShowDashboard ( ) : void
return void

ShowTimeline() public method

public ShowTimeline ( ) : void
return void

ShowZonalTags() public method

public ShowZonalTags ( ) : void
return void

TagPlayer() public method

public TagPlayer ( PlayerLongoMatch player ) : void
player PlayerLongoMatch
return void

TagTeam() public method

public TagTeam ( TeamType team ) : void
team TeamType
return void

UpdateCategories() public method

public UpdateCategories ( ) : void
return void

ZoomIn() public method

public ZoomIn ( ) : void
return void

ZoomOut() public method

public ZoomOut ( ) : void
return void