C# 클래스 KeyboardEditor.ViewModels.HomeViewModel

상속: HelpAwareWizardPage
파일 보기 프로젝트 열기: Invenietis/ck-certified

공개 메소드들

메소드 설명
CheckCanGoFurther ( ) : bool

Method that checks the at least one WizardButtonViewModel is selected before going ot the next page.

CreateNewKeyboard ( ) : void

Creates a new keyboard and goes to the next page.

DestroyKeyboard ( ) : void

Goes to a page listing all the keyboards that can be deleted.

EditCurrentKeyboard ( ) : void

Goes to the next page to enable modifying the current keyboard.

EditOtherKeyboard ( ) : void

Goes to a page listing all the keyboards that can be modified.

HomeViewModel ( IKeyboardEditorRoot root, WizardManager wizardManager, IKeyboardContext keyboardCtx ) : System.Collections.Generic

Ctor

메소드 상세

CheckCanGoFurther() 공개 메소드

Method that checks the at least one WizardButtonViewModel is selected before going ot the next page.
public CheckCanGoFurther ( ) : bool
리턴 bool

CreateNewKeyboard() 공개 메소드

Creates a new keyboard and goes to the next page.
public CreateNewKeyboard ( ) : void
리턴 void

DestroyKeyboard() 공개 메소드

Goes to a page listing all the keyboards that can be deleted.
public DestroyKeyboard ( ) : void
리턴 void

EditCurrentKeyboard() 공개 메소드

Goes to the next page to enable modifying the current keyboard.
public EditCurrentKeyboard ( ) : void
리턴 void

EditOtherKeyboard() 공개 메소드

Goes to a page listing all the keyboards that can be modified.
public EditOtherKeyboard ( ) : void
리턴 void

HomeViewModel() 공개 메소드

Ctor
public HomeViewModel ( IKeyboardEditorRoot root, WizardManager wizardManager, IKeyboardContext keyboardCtx ) : System.Collections.Generic
root IKeyboardEditorRoot
wizardManager WizardManager
keyboardCtx IKeyboardContext
리턴 System.Collections.Generic