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

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

공개 메소드들

메소드 설명
AddButton ( string buttontype ) : void
ClickButton ( DashboardButton button, Tag tag = null ) : void
DashboardWidget ( ) : System
Refresh ( DashboardButton b = null ) : void

보호된 메소드들

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

비공개 메소드들

메소드 설명
EditEventSubcategories ( DashboardButton dashboardButton ) : void
FillToolbar ( ) : void
HandleActionLinkCreatedEvent ( ActionLink actionLink ) : void
HandleActionLinksSelectedEvent ( List actionLinks ) : void
HandleAddClicked ( object sender, EventArgs e ) : void
HandleApplyClicked ( object sender, EventArgs e ) : void
HandleEditToggled ( object sender, EventArgs e ) : void
HandleFieldButtonPressEvent ( object o, Gtk args ) : void
HandleFitModeToggled ( object sender, EventArgs e ) : void
HandleKeyPressEvent ( object o, KeyPressEventArgs args ) : void
HandleLinksToggled ( object sender, EventArgs e ) : void
HandleNewTagEvent ( EventType evntType, List players, ObservableCollection teams, List tags, Time start, Time stop, Time eventTime, DashboardButton btn ) : void
HandlePopupToggled ( object sender, EventArgs e ) : void
HandlePropertiedEditedEvent ( object sender, EventArgs e ) : void
HandleResetField ( object sender, EventArgs e ) : void
HandleShowMenuEvent ( List buttons, List links ) : void
HandleTaggersSelectedEvent ( List taggers ) : void
HandleTick ( Time currentTime ) : void
RemoveButton ( DashboardButton button ) : void
RemoveLink ( ActionLink link, bool force = false ) : void
UpdateBackground ( VAS.Core.Common.Image background, int index ) : void
UpdateMode ( DashboardMode mode ) : void

메소드 상세

AddButton() 공개 메소드

public AddButton ( string buttontype ) : void
buttontype string
리턴 void

Build() 보호된 메소드

protected Build ( ) : void
리턴 void

ClickButton() 공개 메소드

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

DashboardWidget() 공개 메소드

public DashboardWidget ( ) : System
리턴 System

OnDestroyed() 보호된 메소드

protected OnDestroyed ( ) : void
리턴 void

Refresh() 공개 메소드

public Refresh ( DashboardButton b = null ) : void
b DashboardButton
리턴 void