Метод | Описание | |
---|---|---|
CheckCanGoFurther ( ) : bool |
Checks that the user can go on the next page
|
|
OnBeforeNext ( ) : bool |
Called before going to the next page. Handles saving/erasing/replacing/renaming keyboards
|
|
SaveAsStepViewModel ( IKeyboardEditorRoot root, WizardManager wizardManager, IKeyboard editedKeyboard ) : System |
Ctor
|
Метод | Описание | |
---|---|---|
HandleKeyboardSelected ( ) : bool |
Handles cases when the user has selected an existing keyboard on which the edited keyboard has to be applied.
|
|
HandleNewName ( ) : bool |
Handles cases when no keyboards are selected, that the user has chosen a arbitrary name, inserted in the NewName property.
|
public SaveAsStepViewModel ( IKeyboardEditorRoot root, WizardManager wizardManager, IKeyboard editedKeyboard ) : System | ||
root | IKeyboardEditorRoot | |
wizardManager | WizardManager | The wizard manager |
editedKeyboard | IKeyboard | |
Результат | System |