C# Class LongoMatch.Drawing.Widgets.TimersTimeline

Inheritance: SelectionCanvas
Afficher le fichier Open project: LongoMatch/longomatch

Méthodes publiques

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

Méthodes protégées

Méthode Description
SelectionMoved ( Selection sel ) : void
ShowMenu ( Point coords ) : void
StartMove ( Selection sel ) : void
StopMove ( bool moved ) : void

Private Methods

Méthode Description
FillCanvas ( List timers ) : void
Update ( ) : void

Method Details

LoadPeriods() public méthode

public LoadPeriods ( List periods, Time duration ) : void
periods List
duration Time
Résultat void

LoadTimers() public méthode

public LoadTimers ( List timers, Time duration ) : void
timers List
duration Time
Résultat void

SelectionMoved() protected méthode

protected SelectionMoved ( Selection sel ) : void
sel Selection
Résultat void

ShowMenu() protected méthode

protected ShowMenu ( Point coords ) : void
coords Point
Résultat void

StartMove() protected méthode

protected StartMove ( Selection sel ) : void
sel Selection
Résultat void

StopMove() protected méthode

protected StopMove ( bool moved ) : void
moved bool
Résultat void

TimersTimeline() public méthode

public TimersTimeline ( ) : System.Collections.Generic
Résultat System.Collections.Generic

TimersTimeline() public méthode

public TimersTimeline ( IWidget widget ) : System.Collections.Generic
widget IWidget
Résultat System.Collections.Generic