C# Class LongoMatch.Gui.Component.DashboardWidget

Show file Open project: LongoMatch/longomatch

Public Methods

Method Description
AddButton ( string buttontype ) : void
ClickButton ( DashboardButton button, Tag tag = null ) : void
DashboardWidget ( ) : System
Refresh ( DashboardButton b = null ) : void

Protected Methods

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

Private Methods

Method Description
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

Method Details

AddButton() public method

public AddButton ( string buttontype ) : void
buttontype string
return void

Build() protected method

protected Build ( ) : void
return void

ClickButton() public method

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

DashboardWidget() public method

public DashboardWidget ( ) : System
return System

OnDestroyed() protected method

protected OnDestroyed ( ) : void
return void

Refresh() public method

public Refresh ( DashboardButton b = null ) : void
b DashboardButton
return void