C# Class KeyboardEditor.ViewModels.HomeViewModel

Inheritance: HelpAwareWizardPage
Afficher le fichier Open project: Invenietis/ck-certified

Méthodes publiques

Méthode Description
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

Method Details

CheckCanGoFurther() public méthode

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

CreateNewKeyboard() public méthode

Creates a new keyboard and goes to the next page.
public CreateNewKeyboard ( ) : void
Résultat void

DestroyKeyboard() public méthode

Goes to a page listing all the keyboards that can be deleted.
public DestroyKeyboard ( ) : void
Résultat void

EditCurrentKeyboard() public méthode

Goes to the next page to enable modifying the current keyboard.
public EditCurrentKeyboard ( ) : void
Résultat void

EditOtherKeyboard() public méthode

Goes to a page listing all the keyboards that can be modified.
public EditOtherKeyboard ( ) : void
Résultat void

HomeViewModel() public méthode

Ctor
public HomeViewModel ( IKeyboardEditorRoot root, WizardManager wizardManager, IKeyboardContext keyboardCtx ) : System.Collections.Generic
root IKeyboardEditorRoot
wizardManager WizardManager
keyboardCtx IKeyboardContext
Résultat System.Collections.Generic