C# Class LongoMatch.Drawing.Widgets.SportDashboardCanvas

Inheritance: VAS.Drawing.Widgets.DashboardCanvas
Mostra file Open project: LongoMatch/longomatch Class Usage Examples

Public Methods

Method Description
SportDashboardCanvas ( ) : System.Collections.Generic
SportDashboardCanvas ( IWidget widget ) : System.Collections.Generic

Protected Methods

Method Description
HandleTaggerClickedEvent ( ICanvasObject co ) : void
LoadTemplate ( ) : void
StartMove ( System.Collections.ObjectModel.Selection sel ) : void

Method Details

HandleTaggerClickedEvent() protected method

protected HandleTaggerClickedEvent ( ICanvasObject co ) : void
co ICanvasObject
return void

LoadTemplate() protected method

protected LoadTemplate ( ) : void
return void

SportDashboardCanvas() public method

public SportDashboardCanvas ( ) : System.Collections.Generic
return System.Collections.Generic

SportDashboardCanvas() public method

public SportDashboardCanvas ( IWidget widget ) : System.Collections.Generic
widget IWidget
return System.Collections.Generic

StartMove() protected method

protected StartMove ( System.Collections.ObjectModel.Selection sel ) : void
sel System.Collections.ObjectModel.Selection
return void