C# Class csAppraisalPlugin.AppraisalPlugin

Inheritance: PropertyChangedBase, IPlugin
Exibir arquivo Open project: TNOCS/csTouch

Public Methods

Method Description
CreateNewAppraisal ( ) : System.Windows.Media.ImageSource
CreateNewMapAppraisal ( ) : System.Windows.Media.ImageSource
Export ( ) : void
GoTo ( ) : void
Init ( ) : void
Load ( ) : void

Load all functions and appraisals from disk

Pause ( ) : void
Save ( ) : void

Save all functions and appraisals to disk

Start ( ) : void
Stop ( ) : void
TriggerAppraisalsUpdated ( ) : void

Private Methods

Method Description
AppStateDrop ( object sender, DropEventArgs e ) : void
FullFileName ( string screenshotName ) : string
MainWindowPreviewKeyUp ( object sender, KeyEventArgs e ) : void
OnActiveChanged ( ) : void
OnFunctionPropertyChanged ( object sender, PropertyChangedEventArgs e ) : void
SelectedAppraisalsCollectionChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void
UpdateAllAppraisals ( ) : void
UpdateTabs ( ) : void

Method Details

CreateNewAppraisal() public method

public CreateNewAppraisal ( ) : System.Windows.Media.ImageSource
return System.Windows.Media.ImageSource

CreateNewMapAppraisal() public method

public CreateNewMapAppraisal ( ) : System.Windows.Media.ImageSource
return System.Windows.Media.ImageSource

Export() public method

public Export ( ) : void
return void

GoTo() public method

public GoTo ( ) : void
return void

Init() public method

public Init ( ) : void
return void

Load() public method

Load all functions and appraisals from disk
public Load ( ) : void
return void

Pause() public method

public Pause ( ) : void
return void

Save() public method

Save all functions and appraisals to disk
public Save ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void

TriggerAppraisalsUpdated() public method

public TriggerAppraisalsUpdated ( ) : void
return void