C# Class LongoMatch.Gui.Dialog.PlayEditor

Mostrar archivo Open project: LongoMatch/longomatch

Public Methods

Method Description
LoadPlay ( TimelineEventLongoMatch play, ProjectLongoMatch project, bool editTags, bool editPos, bool editPlayers, bool editNotes ) : void
PlayEditor ( Window parent ) : System

Protected Methods

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

Private Methods

Method Description
AddTagsGroup ( TimelineEventLongoMatch evt, string grp, List tags, SizeGroup sgroup ) : void
FillTags ( ProjectLongoMatch project, TimelineEventLongoMatch evt ) : void
HandleChanged ( object sender, EventArgs e ) : void
HandlePlayersSelectionChangedEvent ( List players ) : void
HandleTeamSelectionChangedEvent ( ObservableCollection teams ) : void

Method Details

Build() protected method

protected Build ( ) : void
return void

LoadPlay() public method

public LoadPlay ( TimelineEventLongoMatch play, ProjectLongoMatch project, bool editTags, bool editPos, bool editPlayers, bool editNotes ) : void
play TimelineEventLongoMatch
project ProjectLongoMatch
editTags bool
editPos bool
editPlayers bool
editNotes bool
return void

OnDestroyed() protected method

protected OnDestroyed ( ) : void
return void

PlayEditor() public method

public PlayEditor ( Window parent ) : System
parent Window
return System