C# Class LongoMatch.Drawing.CanvasObjects.Timeline.TimerTimeline

Inheritance: TimelineObject
Afficher le fichier Open project: GNOME/longomatch Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
AddTimeNode ( Timer t, TimeNode tn ) : void
AddTimer ( Timer timer, bool newtimer = true ) : void
HasNode ( TimeNode tn ) : bool
HasTimer ( Timer timer ) : bool
ReloadPeriods ( List timers ) : void
RemoveTimer ( Timer timer ) : void
TimerTimeline ( List timers, bool showName, NodeDraggingMode draggingMode, bool showLine, Time maxTime, double offsetY, Color background, Color lineColor ) : System
TimerTimeline ( List timers, bool showName, NodeDraggingMode draggingMode, bool showLine, Time maxTime, int height, double offsetY, Color background, Color lineColor ) : System

Méthodes protégées

Méthode Description
DrawBackground ( IDrawingToolkit tk, Area area ) : void

Method Details

AddTimeNode() public méthode

public AddTimeNode ( Timer t, TimeNode tn ) : void
t LongoMatch.Core.Store.Timer
tn LongoMatch.Core.Store.TimeNode
Résultat void

AddTimer() public méthode

public AddTimer ( Timer timer, bool newtimer = true ) : void
timer LongoMatch.Core.Store.Timer
newtimer bool
Résultat void

DrawBackground() protected méthode

protected DrawBackground ( IDrawingToolkit tk, Area area ) : void
tk IDrawingToolkit
area LongoMatch.Core.Common.Area
Résultat void

HasNode() public méthode

public HasNode ( TimeNode tn ) : bool
tn LongoMatch.Core.Store.TimeNode
Résultat bool

HasTimer() public méthode

public HasTimer ( Timer timer ) : bool
timer LongoMatch.Core.Store.Timer
Résultat bool

ReloadPeriods() public méthode

public ReloadPeriods ( List timers ) : void
timers List
Résultat void

RemoveTimer() public méthode

public RemoveTimer ( Timer timer ) : void
timer LongoMatch.Core.Store.Timer
Résultat void

TimerTimeline() public méthode

public TimerTimeline ( List timers, bool showName, NodeDraggingMode draggingMode, bool showLine, Time maxTime, double offsetY, Color background, Color lineColor ) : System
timers List
showName bool
draggingMode NodeDraggingMode
showLine bool
maxTime LongoMatch.Core.Store.Time
offsetY double
background Color
lineColor Color
Résultat System

TimerTimeline() public méthode

public TimerTimeline ( List timers, bool showName, NodeDraggingMode draggingMode, bool showLine, Time maxTime, int height, double offsetY, Color background, Color lineColor ) : System
timers List
showName bool
draggingMode NodeDraggingMode
showLine bool
maxTime LongoMatch.Core.Store.Time
height int
offsetY double
background Color
lineColor Color
Résultat System