C# Class LongoMatch.Drawing.Widgets.TimersTimeline

Inheritance: SelectionCanvas
Mostra file Open project: LongoMatch/longomatch

Public Methods

Method Description
LoadPeriods ( List periods, Time duration ) : void
LoadTimers ( List timers, Time duration ) : void
TimersTimeline ( ) : System.Collections.Generic
TimersTimeline ( IWidget widget ) : System.Collections.Generic

Protected Methods

Method Description
SelectionMoved ( Selection sel ) : void
ShowMenu ( Point coords ) : void
StartMove ( Selection sel ) : void
StopMove ( bool moved ) : void

Private Methods

Method Description
FillCanvas ( List timers ) : void
Update ( ) : void

Method Details

LoadPeriods() public method

public LoadPeriods ( List periods, Time duration ) : void
periods List
duration Time
return void

LoadTimers() public method

public LoadTimers ( List timers, Time duration ) : void
timers List
duration Time
return void

SelectionMoved() protected method

protected SelectionMoved ( Selection sel ) : void
sel Selection
return void

ShowMenu() protected method

protected ShowMenu ( Point coords ) : void
coords Point
return void

StartMove() protected method

protected StartMove ( Selection sel ) : void
sel Selection
return void

StopMove() protected method

protected StopMove ( bool moved ) : void
moved bool
return void

TimersTimeline() public method

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

TimersTimeline() public method

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