C# 클래스 AlphaTab.Wpf.ViewModel.MainViewModel

This viewmodel contains the data and logic for the main application window.
상속: ViewModelBase
파일 보기 프로젝트 열기: CoderLine/alphaTab 1 사용 예제들

공개 메소드들

메소드 설명
MainViewModel ( IDialogService dialogService, IErrorService errorService ) : System
OpenFile ( ) : void

Opens a new file by loading the file path using the IO service.

ShowScoreInfo ( ) : void

Opens a score info dialog for the current score.

비공개 메소드들

메소드 설명
InternalOpenFile ( string file ) : void
OpenFile ( string file ) : void

Opens a new file from the specified file path.

UpdateSelectedViewModel ( ) : void

Updates the currently selected viewmodel

메소드 상세

MainViewModel() 공개 메소드

public MainViewModel ( IDialogService dialogService, IErrorService errorService ) : System
dialogService IDialogService
errorService IErrorService
리턴 System

OpenFile() 공개 메소드

Opens a new file by loading the file path using the IO service.
public OpenFile ( ) : void
리턴 void

ShowScoreInfo() 공개 메소드

Opens a score info dialog for the current score.
public ShowScoreInfo ( ) : void
리턴 void