C# 클래스 SIL.Cog.Application.ViewModels.MainWindowViewModel

상속: SIL.Cog.Application.ViewModels.ContainerViewModelBase
파일 보기 프로젝트 열기: sillsdev/cog

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

CanExit() 공개 메소드

public CanExit ( ) : bool
리턴 bool

Init() 공개 메소드

public Init ( ) : bool
리턴 bool

MainWindowViewModel() 공개 메소드

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
리턴 System.ComponentModel