C# 클래스 KeyboardEditor.ViewModels.KeyboardEditionViewModel

상속: HelpAwareWizardPage
파일 보기 프로젝트 열기: Invenietis/ck-certified 1 사용 예제들

Private Properties

프로퍼티 타입 설명
OnTimerTick void
ParseCommands void

공개 메소드들

메소드 설명
KeyboardEditionViewModel ( IKeyboardEditorRoot root, WizardManager wizardManager, IKeyboard editedKeyboard ) : System
OnActivating ( ) : bool
OnBeforeGoBack ( ) : bool
OnBeforeNext ( ) : bool

비공개 메소드들

메소드 설명
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

메소드 상세

KeyboardEditionViewModel() 공개 메소드

public KeyboardEditionViewModel ( IKeyboardEditorRoot root, WizardManager wizardManager, IKeyboard editedKeyboard ) : System
root IKeyboardEditorRoot
wizardManager WizardManager
editedKeyboard IKeyboard
리턴 System

OnActivating() 공개 메소드

public OnActivating ( ) : bool
리턴 bool

OnBeforeGoBack() 공개 메소드

public OnBeforeGoBack ( ) : bool
리턴 bool

OnBeforeNext() 공개 메소드

public OnBeforeNext ( ) : bool
리턴 bool