Method | Description | |
---|---|---|
CheckCanGoFurther ( ) : bool |
Checks that all informations has been filled and that there are no keyboards that have the selected name.
|
|
KeyboardProfileViewModel ( IKeyboardEditorRoot root, WizardManager wizardManager ) : System |
Ctor, creates a new SimpleKeyboardViewModel.
|
|
KeyboardProfileViewModel ( IKeyboardEditorRoot root, WizardManager wizardManager, IKeyboard model ) : System |
Ctor
|
|
OnBeforeGoBack ( ) : bool | ||
OnBeforeNext ( ) : bool |
public KeyboardProfileViewModel ( IKeyboardEditorRoot root, WizardManager wizardManager ) : System | ||
root | IKeyboardEditorRoot | |
wizardManager | WizardManager | The wizard manager |
return | System |
public KeyboardProfileViewModel ( IKeyboardEditorRoot root, WizardManager wizardManager, IKeyboard model ) : System | ||
root | IKeyboardEditorRoot | |
wizardManager | WizardManager | The wizard manager |
model | IKeyboard | The keyboard to create or modify |
return | System |