C# Class KeyboardEditor.ViewModels.KeyboardEditionViewModel

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

Private Properties

Свойство Type Description
OnTimerTick void
ParseCommands void

Méthodes publiques

Méthode Description
KeyboardEditionViewModel ( IKeyboardEditorRoot root, WizardManager wizardManager, IKeyboard editedKeyboard ) : System
OnActivating ( ) : bool
OnBeforeGoBack ( ) : bool
OnBeforeNext ( ) : bool

Private Methods

Méthode Description
OnTimerTick ( object sender, EventArgs e ) : void

allows the auto save when the keyboard editor is open to prevent losing the changes in case of crash.

ParseCommands ( HashSet protocols, IKeyProgram keyProgram ) : void

Method Details

KeyboardEditionViewModel() public méthode

public KeyboardEditionViewModel ( IKeyboardEditorRoot root, WizardManager wizardManager, IKeyboard editedKeyboard ) : System
root IKeyboardEditorRoot
wizardManager WizardManager
editedKeyboard IKeyboard
Résultat System

OnActivating() public méthode

public OnActivating ( ) : bool
Résultat bool

OnBeforeGoBack() public méthode

public OnBeforeGoBack ( ) : bool
Résultat bool

OnBeforeNext() public méthode

public OnBeforeNext ( ) : bool
Résultat bool