C# Class csCommon.Plugins.EffectAppraisalPlugin.EffectAppraisalPlugin

Inheritance: Caliburn.Micro.PropertyChangedBase, IPlugin
Afficher le fichier Open project: TNOCS/csTouch

Méthodes publiques

Méthode Description
EffectAppraisalPlugin ( ) : Caliburn.Micro
Init ( ) : void
Pause ( ) : void
PoiServiceTapped ( object sender, TappedEventArgs e ) : void
Start ( ) : void
Stop ( ) : void

Private Methods

Méthode Description
AddPoIsToViewModelCollection ( ContentList pois ) : void
CanPoiBeEvaluated ( BaseContent poi ) : bool
DisableMenuItem ( object sender = null, TappedEventArgs e = null ) : void

When a PoI is selected in another layer, disable the menu item.

EnableMenuItem ( ) : void
HideEditor ( ) : void
PoICollectionChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void
RemovePoIsFromViewModelCollection ( ContentList pois ) : void
RemovePoIsFromViewModelCollection ( string serviceName ) : void
ShowEditor ( ) : void
SubscribeToPoiSelections ( ) : void
ZoomAndPoint ( ) : void
circularMenuItem_Selected ( object sender, MenuItemEventArgs e ) : void

Method Details

EffectAppraisalPlugin() public méthode

public EffectAppraisalPlugin ( ) : Caliburn.Micro
Résultat Caliburn.Micro

Init() public méthode

public Init ( ) : void
Résultat void

Pause() public méthode

public Pause ( ) : void
Résultat void

PoiServiceTapped() public méthode

public PoiServiceTapped ( object sender, TappedEventArgs e ) : void
sender object
e TappedEventArgs
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void