C# Class csCommon.Plugins.EffectAppraisalPlugin.EffectAppraisalPlugin

Inheritance: Caliburn.Micro.PropertyChangedBase, IPlugin
显示文件 Open project: TNOCS/csTouch

Public Methods

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

Private Methods

Method 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 method

public EffectAppraisalPlugin ( ) : Caliburn.Micro
return Caliburn.Micro

Init() public method

public Init ( ) : void
return void

Pause() public method

public Pause ( ) : void
return void

PoiServiceTapped() public method

public PoiServiceTapped ( object sender, TappedEventArgs e ) : void
sender object
e TappedEventArgs
return void

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void