C# Class LongoMatch.Drawing.Widgets.CamerasTimeline

Inheritance: SelectionCanvas
Mostra file Open project: LongoMatch/longomatch Class Usage Examples

Public Methods

Method Description
CamerasTimeline ( ) : System
CamerasTimeline ( IWidget widget ) : System
Load ( IList periods, MediaFileSet fileSet, Time duration ) : void

Protected Methods

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

Private Methods

Method Description
AddTimeLine ( TimelineObject tl ) : void
FillCanvas ( ) : void
Update ( ) : void

Method Details

CamerasTimeline() public method

public CamerasTimeline ( ) : System
return System

CamerasTimeline() public method

public CamerasTimeline ( IWidget widget ) : System
widget IWidget
return System

Load() public method

public Load ( IList periods, MediaFileSet fileSet, Time duration ) : void
periods IList
fileSet MediaFileSet
duration LongoMatch.Core.Store.Time
return void

SelectionChanged() protected method

protected SelectionChanged ( List sel ) : void
sel List
return void

SelectionMoved() protected method

protected SelectionMoved ( Selection sel ) : void
sel LongoMatch.Core.Store.Drawables.Selection
return void

ShowMenu() protected method

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

StartMove() protected method

protected StartMove ( Selection sel ) : void
sel LongoMatch.Core.Store.Drawables.Selection
return void

StopMove() protected method

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