C# 클래스 LongoMatch.Gui.Component.CodingWidget

파일 보기 프로젝트 열기: LongoMatch/longomatch

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
Build ( ) : void
OnDestroyed ( ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

AddPlay() 공개 메소드

public AddPlay ( TimelineEventLongoMatch play ) : void
play TimelineEventLongoMatch
리턴 void

Build() 보호된 메소드

protected Build ( ) : void
리턴 void

ClickButton() 공개 메소드

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

CodingWidget() 공개 메소드

public CodingWidget ( ) : System.Collections.Generic
리턴 System.Collections.Generic

DeletePlays() 공개 메소드

public DeletePlays ( List plays ) : void
plays List
리턴 void

FitTimeline() 공개 메소드

public FitTimeline ( ) : void
리턴 void

LoadIcons() 공개 메소드

public LoadIcons ( ) : void
리턴 void

OnDestroyed() 보호된 메소드

protected OnDestroyed ( ) : void
리턴 void

SetProject() 공개 메소드

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

ShowDashboard() 공개 메소드

public ShowDashboard ( ) : void
리턴 void

ShowTimeline() 공개 메소드

public ShowTimeline ( ) : void
리턴 void

ShowZonalTags() 공개 메소드

public ShowZonalTags ( ) : void
리턴 void

TagPlayer() 공개 메소드

public TagPlayer ( PlayerLongoMatch player ) : void
player PlayerLongoMatch
리턴 void

TagTeam() 공개 메소드

public TagTeam ( TeamType team ) : void
team TeamType
리턴 void

UpdateCategories() 공개 메소드

public UpdateCategories ( ) : void
리턴 void

ZoomIn() 공개 메소드

public ZoomIn ( ) : void
리턴 void

ZoomOut() 공개 메소드

public ZoomOut ( ) : void
리턴 void