C# 클래스 KeyboardEditor.ViewModels.VMKeyModeEditable

상속: VMContextElementEditable, IModeViewModel
파일 보기 프로젝트 열기: Invenietis/ck-certified

Private Properties

프로퍼티 타입 설명
Dispose void
DoAddKeyCommand void
DoRemoveKeyCommand void
EnsureIsImage bool
InitializeCurrentImage void
OnKeyDownCommands_CommandDeleted void
OnKeyDownCommands_CommandInserted void
OnKeyDownCommands_CommandUpdated void
OnKeyDownCommands_CommandsCleared void
ProcessImageStream void
RegisterEvents void
UnregisterEvents void

공개 메소드들

메소드 설명
VMKeyModeEditable ( VMContextEditable context, IKeyMode model ) : System

보호된 메소드들

메소드 설명
OnModeChangedTriggered ( ) : void

비공개 메소드들

메소드 설명
Dispose ( ) : void
DoAddKeyCommand ( string keyCommand, int index ) : void
DoRemoveKeyCommand ( string cmdString ) : void
EnsureIsImage ( string extension ) : bool
InitializeCurrentImage ( ) : void
OnKeyDownCommands_CommandDeleted ( object sender, KeyProgramCommandsEventArgs e ) : void
OnKeyDownCommands_CommandInserted ( object sender, KeyProgramCommandsEventArgs e ) : void
OnKeyDownCommands_CommandUpdated ( object sender, KeyProgramCommandsEventArgs e ) : void
OnKeyDownCommands_CommandsCleared ( object sender, KeyProgramCommandsEventArgs e ) : void
ProcessImageStream ( Stream str ) : void
RegisterEvents ( ) : void
UnregisterEvents ( ) : void

메소드 상세

OnModeChangedTriggered() 보호된 메소드

protected OnModeChangedTriggered ( ) : void
리턴 void

VMKeyModeEditable() 공개 메소드

public VMKeyModeEditable ( VMContextEditable context, IKeyMode model ) : System
context VMContextEditable
model IKeyMode
리턴 System