C# Class LongoMatch.Gui.Component.FakeAnalysisComponent

Inheritance: Gtk.Bin, IAnalysisWindow
ファイルを表示 Open project: LongoMatch/longomatch

Public Methods

Method Description
ClickButton ( DashboardButton button, Tag tag = null ) : void
CloseOpenedProject ( ) : void
DetachPlayer ( ) : void
Dispose ( ) : void
FakeAnalysisComponent ( ) : System.Collections.Generic
FitTimeline ( ) : void
GetKeyContext ( ) : KeyContext
OnLoad ( ) : void
OnUnload ( ) : void
ReloadProject ( ) : void
SetProject ( Project project, ProjectType projectType, CaptureSettings props, EventsFilter filter ) : void
SetViewModel ( object viewModel ) : void
ShowDashboard ( ) : void
ShowTimeline ( ) : void
ShowZonalTags ( ) : void
TagPlayer ( Player player ) : void
TagTeam ( TeamType team ) : void
UpdateCategories ( ) : void
ZoomIn ( ) : void
ZoomOut ( ) : void

Protected Methods

Method Description
Build ( ) : void
OnDestroyed ( ) : void

Private Methods

Method Description
HandleEventCreated ( EventCreatedEvent e ) : void
HandleEventsDeleted ( EventsDeletedEvent e ) : void

Method Details

Build() protected method

protected Build ( ) : void
return void

ClickButton() public method

public ClickButton ( DashboardButton button, Tag tag = null ) : void
button LongoMatch.Core.Store.DashboardButton
tag LongoMatch.Core.Store.Tag
return void

CloseOpenedProject() public method

public CloseOpenedProject ( ) : void
return void

DetachPlayer() public method

public DetachPlayer ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

FakeAnalysisComponent() public method

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

FitTimeline() public method

public FitTimeline ( ) : void
return void

GetKeyContext() public method

public GetKeyContext ( ) : KeyContext
return KeyContext

OnDestroyed() protected method

protected OnDestroyed ( ) : void
return void

OnLoad() public method

public OnLoad ( ) : void
return void

OnUnload() public method

public OnUnload ( ) : void
return void

ReloadProject() public method

public ReloadProject ( ) : void
return void

SetProject() public method

public SetProject ( Project project, ProjectType projectType, CaptureSettings props, EventsFilter filter ) : void
project Project
projectType ProjectType
props CaptureSettings
filter EventsFilter
return void

SetViewModel() public method

public SetViewModel ( object viewModel ) : void
viewModel object
return void

ShowDashboard() public method

public ShowDashboard ( ) : void
return void

ShowTimeline() public method

public ShowTimeline ( ) : void
return void

ShowZonalTags() public method

public ShowZonalTags ( ) : void
return void

TagPlayer() public method

public TagPlayer ( Player player ) : void
player Player
return void

TagTeam() public method

public TagTeam ( TeamType team ) : void
team TeamType
return void

UpdateCategories() public method

public UpdateCategories ( ) : void
return void

ZoomIn() public method

public ZoomIn ( ) : void
return void

ZoomOut() public method

public ZoomOut ( ) : void
return void