C# Class SIL.Cog.Application.ViewModels.MainWindowViewModel

Inheritance: SIL.Cog.Application.ViewModels.ContainerViewModelBase
Afficher le fichier Open project: sillsdev/cog

Méthodes publiques

Méthode Description
CanExit ( ) : bool
Init ( ) : bool
MainWindowViewModel ( IProjectService projectService, IDialogService dialogService, IImportService importService, IExportService exportService, IImageExportService imageExportService, IAnalysisService analysisService, SIL.Cog.Application.ViewModels.InputViewModel input, SIL.Cog.Application.ViewModels.CompareViewModel compare, SIL.Cog.Application.ViewModels.AnalyzeViewModel analyze ) : System.ComponentModel

Private Methods

Méthode Description
CanExportCognateSets ( ) : bool
CanExportGlobalCorrespondencesChart ( ) : bool
CanExportHierarchicalGraph ( ) : bool
CanExportNetworkGraph ( ) : bool
CanExportSegmentFrequencies ( ) : bool
CanExportSimilarityMatrix ( ) : bool
CanExportWordLists ( ) : bool
CanPerformComparison ( ) : bool
CanRunStemmer ( ) : bool
CanSave ( ) : bool
CheckSettingsWorkspace ( object view ) : void
ExportCognateSets ( ) : void
ExportGlobalCorrespondencesChart ( ) : void
ExportHierarchicalGraph ( ) : void
ExportNetworkGraph ( ) : void
ExportSegmentFrequencies ( ) : void
ExportSimilarityMatrix ( ) : void
ExportWordLists ( ) : void
HandleSwitchView ( SIL.Cog.Application.ViewModels.SwitchViewMessage msg ) : void
ImportGeographicRegions ( ) : void
ImportWordLists ( ) : void
New ( ) : void
OnPropertyChanging ( object sender, PropertyChangingEventArgs e ) : void
Open ( ) : void
PerformComparison ( ) : void
RunStemmer ( ) : void
Save ( ) : void
SaveAs ( ) : void
ShowAbout ( ) : void
ShowGettingStarted ( ) : void
childView_PropertyChanging ( object sender, PropertyChangingEventArgs e ) : void

Method Details

CanExit() public méthode

public CanExit ( ) : bool
Résultat bool

Init() public méthode

public Init ( ) : bool
Résultat bool

MainWindowViewModel() public méthode

public MainWindowViewModel ( IProjectService projectService, IDialogService dialogService, IImportService importService, IExportService exportService, IImageExportService imageExportService, IAnalysisService analysisService, SIL.Cog.Application.ViewModels.InputViewModel input, SIL.Cog.Application.ViewModels.CompareViewModel compare, SIL.Cog.Application.ViewModels.AnalyzeViewModel analyze ) : System.ComponentModel
projectService IProjectService
dialogService IDialogService
importService IImportService
exportService IExportService
imageExportService IImageExportService
analysisService IAnalysisService
input SIL.Cog.Application.ViewModels.InputViewModel
compare SIL.Cog.Application.ViewModels.CompareViewModel
analyze SIL.Cog.Application.ViewModels.AnalyzeViewModel
Résultat System.ComponentModel