C# Class CodeTV.PluginManager

Afficher le fichier Open project: dgis/CodeTV

Méthodes publiques

Méthode Description
LoadPlugins ( string folder ) : void
OnChannelChanged ( Channel channel, bool graphNeedRebuild ) : void
OnGraphBuilt ( GraphBuilderBase graph ) : void
OnGraphDecomposed ( GraphBuilderBase graph ) : void
OnMainAppStarted ( MainForm form ) : void
OnMainAppStopped ( ) : void
Start ( ) : void
Stop ( ) : void

Method Details

LoadPlugins() public méthode

public LoadPlugins ( string folder ) : void
folder string
Résultat void

OnChannelChanged() public méthode

public OnChannelChanged ( Channel channel, bool graphNeedRebuild ) : void
channel Channel
graphNeedRebuild bool
Résultat void

OnGraphBuilt() public méthode

public OnGraphBuilt ( GraphBuilderBase graph ) : void
graph GraphBuilderBase
Résultat void

OnGraphDecomposed() public méthode

public OnGraphDecomposed ( GraphBuilderBase graph ) : void
graph GraphBuilderBase
Résultat void

OnMainAppStarted() public méthode

public OnMainAppStarted ( MainForm form ) : void
form MainForm
Résultat void

OnMainAppStopped() public méthode

public OnMainAppStopped ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void