Метод | Описание | |
---|---|---|
CheckCanGoFurther ( ) : bool |
Checks that a keyboard has been selected before enabling going to the next step.
|
|
SavingStepViewModel ( IKeyboardEditorRoot root, WizardManager wizardManager, IKeyboard keyboard ) : System |
Ctor
|
Метод | Описание | |
---|---|---|
CancelAndQuit ( ) : void | ||
CancelAndRestart ( ) : void | ||
SaveOnEditedKeyboard ( ) : void |
Goes to the next page. Not doing anything means keeping the modifications done on the keyboard on which they have been done.
|
|
SaveUnderOtherKeyboard ( ) : void |
Saves the modifications done on another keyboard and restores the current one. Note that in reality, the current keyboard holds the modifications, so we will rename it, and restore the backup of the previous state of the keyboard on a new keyboard that we'll create with the name it previously had.
|
public SavingStepViewModel ( IKeyboardEditorRoot root, WizardManager wizardManager, IKeyboard keyboard ) : System | ||
root | IKeyboardEditorRoot | The ContextEditor that is the root of this wizard |
wizardManager | WizardManager | The wizardManager |
keyboard | IKeyboard | The modified keyboard to save |
Результат | System |