C# Класс KeyboardEditor.ViewModels.HomeViewModel

Наследование: HelpAwareWizardPage
Показать файл Открыть проект

Открытые методы

Метод Описание
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