C# Class LongoMatch.Gui.Component.FakeAnalysisComponent

Inheritance: Gtk.Bin, IAnalysisWindow
Afficher le fichier Open project: LongoMatch/longomatch

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
Build ( ) : void
OnDestroyed ( ) : void

Private Methods

Méthode Description
HandleEventCreated ( EventCreatedEvent e ) : void
HandleEventsDeleted ( EventsDeletedEvent e ) : void

Method Details

Build() protected méthode

protected Build ( ) : void
Résultat void

ClickButton() public méthode

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

CloseOpenedProject() public méthode

public CloseOpenedProject ( ) : void
Résultat void

DetachPlayer() public méthode

public DetachPlayer ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

FakeAnalysisComponent() public méthode

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

FitTimeline() public méthode

public FitTimeline ( ) : void
Résultat void

GetKeyContext() public méthode

public GetKeyContext ( ) : KeyContext
Résultat KeyContext

OnDestroyed() protected méthode

protected OnDestroyed ( ) : void
Résultat void

OnLoad() public méthode

public OnLoad ( ) : void
Résultat void

OnUnload() public méthode

public OnUnload ( ) : void
Résultat void

ReloadProject() public méthode

public ReloadProject ( ) : void
Résultat void

SetProject() public méthode

public SetProject ( Project project, ProjectType projectType, CaptureSettings props, EventsFilter filter ) : void
project Project
projectType ProjectType
props CaptureSettings
filter EventsFilter
Résultat void

SetViewModel() public méthode

public SetViewModel ( object viewModel ) : void
viewModel object
Résultat void

ShowDashboard() public méthode

public ShowDashboard ( ) : void
Résultat void

ShowTimeline() public méthode

public ShowTimeline ( ) : void
Résultat void

ShowZonalTags() public méthode

public ShowZonalTags ( ) : void
Résultat void

TagPlayer() public méthode

public TagPlayer ( Player player ) : void
player Player
Résultat void

TagTeam() public méthode

public TagTeam ( TeamType team ) : void
team TeamType
Résultat void

UpdateCategories() public méthode

public UpdateCategories ( ) : void
Résultat void

ZoomIn() public méthode

public ZoomIn ( ) : void
Résultat void

ZoomOut() public méthode

public ZoomOut ( ) : void
Résultat void