C# Class LongoMatch.Gui.Component.PlaysListTreeWidget

Inheritance: Gtk.Bin
Show file Open project: LongoMatch/longomatch

Public Methods

Method Description
AddPlay ( TimelineEventLongoMatch play ) : void
PlaysListTreeWidget ( ) : System
RemovePlays ( List plays ) : void

Protected Methods

Method Description
OnDestroyed ( ) : void
OnEditProperties ( EventType eventType ) : void
OnNewRenderingJob ( object sender, EventArgs args ) : void

Private Methods

Method Description
GetModel ( ProjectLongoMatch project ) : TreeStore
HandlePlayLoaded ( EventLoadedEvent e ) : void

Method Details

AddPlay() public method

public AddPlay ( TimelineEventLongoMatch play ) : void
play LongoMatch.Core.Store.TimelineEventLongoMatch
return void

OnDestroyed() protected method

protected OnDestroyed ( ) : void
return void

OnEditProperties() protected method

protected OnEditProperties ( EventType eventType ) : void
eventType LongoMatch.Core.Store.EventType
return void

OnNewRenderingJob() protected method

protected OnNewRenderingJob ( object sender, EventArgs args ) : void
sender object
args System.EventArgs
return void

PlaysListTreeWidget() public method

public PlaysListTreeWidget ( ) : System
return System

RemovePlays() public method

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