C# 클래스 LongoMatch.Drawing.CanvasObjects.Timeline.TimerTimeline

상속: TimelineObject
파일 보기 프로젝트 열기: GNOME/longomatch 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
DrawBackground ( IDrawingToolkit tk, Area area ) : void

메소드 상세

AddTimeNode() 공개 메소드

public AddTimeNode ( Timer t, TimeNode tn ) : void
t LongoMatch.Core.Store.Timer
tn LongoMatch.Core.Store.TimeNode
리턴 void

AddTimer() 공개 메소드

public AddTimer ( Timer timer, bool newtimer = true ) : void
timer LongoMatch.Core.Store.Timer
newtimer bool
리턴 void

DrawBackground() 보호된 메소드

protected DrawBackground ( IDrawingToolkit tk, Area area ) : void
tk IDrawingToolkit
area LongoMatch.Core.Common.Area
리턴 void

HasNode() 공개 메소드

public HasNode ( TimeNode tn ) : bool
tn LongoMatch.Core.Store.TimeNode
리턴 bool

HasTimer() 공개 메소드

public HasTimer ( Timer timer ) : bool
timer LongoMatch.Core.Store.Timer
리턴 bool

ReloadPeriods() 공개 메소드

public ReloadPeriods ( List timers ) : void
timers List
리턴 void

RemoveTimer() 공개 메소드

public RemoveTimer ( Timer timer ) : void
timer LongoMatch.Core.Store.Timer
리턴 void

TimerTimeline() 공개 메소드

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
리턴 System

TimerTimeline() 공개 메소드

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
리턴 System