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

상속: Gtk.Bin
파일 보기 프로젝트 열기: LongoMatch/longomatch

공개 메소드들

메소드 설명
AddPlay ( TimelineEventLongoMatch play ) : void
PlaysListTreeWidget ( ) : System
RemovePlays ( List plays ) : void

보호된 메소드들

메소드 설명
OnDestroyed ( ) : void
OnEditProperties ( EventType eventType ) : void
OnNewRenderingJob ( object sender, EventArgs args ) : void

비공개 메소드들

메소드 설명
GetModel ( ProjectLongoMatch project ) : TreeStore
HandlePlayLoaded ( EventLoadedEvent e ) : void

메소드 상세

AddPlay() 공개 메소드

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

OnDestroyed() 보호된 메소드

protected OnDestroyed ( ) : void
리턴 void

OnEditProperties() 보호된 메소드

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

OnNewRenderingJob() 보호된 메소드

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

PlaysListTreeWidget() 공개 메소드

public PlaysListTreeWidget ( ) : System
리턴 System

RemovePlays() 공개 메소드

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